• Title/Summary/Keyword: Source code quality

Search Result 93, Processing Time 0.029 seconds

Assessment of Estuary Reservoir Water Quality According to Upstream Pollutant Management Using Watershed-Reservoir Linkage Model (유역-호소 연계모형을 이용한 상류 오염원 관리에 따른 담수호 수질영향평가)

  • Kim, Seokhyeon;Hwang, Soonho;Kim, Sinae;Lee, Hyunji;Jun, Sang Min;Kang, Moon Seong
    • Journal of The Korean Society of Agricultural Engineers
    • /
    • v.64 no.6
    • /
    • pp.1-12
    • /
    • 2022
  • Estuary reservoirs were artificial reservoir with seawalls built at the exit points of rivers. Although many water resources can be saved, it is difficult to manage due to the large influx of pollutants. To manage this, it is necessary to analyze watersheds and reservoirs through accurate modeling. Therefore, in this study, we linked the Hydrological Simulation Program-FORTRAN (HSPF), Environmental Fluid Dynamics Code (EFDC), and Water quality Analysis Simulation Program (WASP) models to simulate the hydrology and water quality of the watershed and the water level and quality of estuary lakes. As a result of applying the linked model in stream, R2 0.7 or more was satisfied for the watershed runoff except for one point. In addition, the water quality satisfies all within 15% of PBIAS. In reservoir, R2 0.72 was satisfied for water level and the water quality was within 15% of T-N and T-P. Through the modeling system, We applied upstream pollutant management scenarios to analyze changes in water quality in estuary reservoirs. Three pollution source management were applied as scenarios, the improvement of effluent water quality from the sewage treatment plant and the livestock waste treatment plant was effective in improving the quality of the reservoir water, while the artificial wetland had little effect. Water quality improvement was confirmed as a measure against upstream pollutants, but it was insufficient to achieve agricultural water quality, so additional reservoir management is required.

A Study on the Selection of Test Scope and the Prioritization of Test Case Based on Modification Method for Regression Testing (변경 메서드 기반의 회귀 테스트 검증 범위 선택 및 검증 항목 우선순위 선정에 관한 연구)

  • Jung, Woo-Jin;Rah, Sang-Rin;Choi, Yong-Lak
    • Journal of Information Technology Services
    • /
    • v.14 no.2
    • /
    • pp.129-142
    • /
    • 2015
  • The purpose of this study is to suggest an effective regression testing method in order to minimize the scope of test resulting from the modification of software and to prevent mismatch of test case and test objects. As a way to improve the efficiency of regression testing which uses a change-centric testing technique, the method flow is analyzed and grasped through a static analysis based on source code in order to identify modified parts. After the order of priority is set according to the results of user action log-based dynamic analysis on identified regression testing objects, test effect can be raised by adjusting the order of priority using code complexity. Quality assurance coverage can be checked using the user action log suggested in this study, and the progress of test and whether or not each function has been verified can be checked, too. In addition, by minimizing test parts and adjusting the order of test, costs and time can be saved, making it possible to conduct regression testing effectively.

A Test Data Generation Tool based on Inter-Relation of Fields in the Menu Structure (메뉴 구조의 필드간의 상호 연관관계를 기반으로 한 테스트 데이타 자동 생성 도구)

  • 이윤정;최병주
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.9 no.2
    • /
    • pp.123-132
    • /
    • 2003
  • The quality certification test is usually conducted by a certifying organization to determine and guarantee the quality of software after the software development phase, commonly without the actual source code, but with by going against the product's manual. In this paper, we implement a Manual-based Automatic Test data generating tool: MaT, the test technique based on manual, that automatizes producing the test data from analysis data of software package and manual. The input data of MaT are the result of the analysis of software and manual. We propose 'menu-based test analysis model' in order to generate the input data. We believe that the proposed technique and tool he]p improving quality and reliability of the software.

A Real-time Implementation of G.729.1 Codec on an ARM Processor for the Improvement of VoWiFi Voice Quality (VoWiFi 음질 향상을 위한 G.729.1 광대역 코덱의 ARM 프로세서에의 실시간 구현)

  • Park, Nam-In;Kang, Jin-Ah;Kim, Hong-Kook
    • 한국HCI학회:학술대회논문집
    • /
    • 2008.02a
    • /
    • pp.230-235
    • /
    • 2008
  • This paper addresses issues associated with the real-time implementation of a wideband speech codec such as ITU-T G. 729. 1 on an ARM processor in order to provide an improved voice quality of a VoWiFi service. The real-time implementation features in optimizing the C-source code of G.729. 1 and replacing several parts of the codec algorithm with faster ones. The performance of the implementation is measured by the CPU time spent for G.729.1 on the ARM926EJ processor that is used for a VoWiFi phone. It is shown from the experiments that the G.729.1 codec works in real-time with better voice quality than G 729 codec that is conventionally used for VoIP or VoWiFi phones.

  • PDF

Development of the program automating regression test of dynamic test of weapon system software (무기체계 SW 동적시험 회귀시험 자동화 프로그램 개발)

  • Cha, Sang-Cheol;Kim, Jeong-Yeol
    • Journal of the Korean Society for Aeronautical & Space Sciences
    • /
    • v.45 no.10
    • /
    • pp.892-897
    • /
    • 2017
  • As the weapon system SW development and management manual of the DAPA, which is the regulation for the overall weapon system SW development, is revised, the level and scope of SW reliability test are upgraded to improve the reliability and quality of SW. It is a big burden for SW developers. In particular, the dynamic test requires a schedule and manpower required to implement the weapon system SW, and should be performed every time the source code changes, not just one time. In this paper, we propose a regression test automation program(VectorCast Environment Manager) that performs a dynamic test using VectorCast, a dynamic test tool, and then performs a regression test automatically by minimizing human intervention in the regression test of dynamic test due to the change of the source code.

Automatic Source Code Generating Technique from Design Patterns (디자인 패턴에 대한 소스코드 자동 생성 기법)

  • Kim, Woon-Yong;Choi, Young-Keun
    • The KIPS Transactions:PartD
    • /
    • v.9D no.5
    • /
    • pp.847-858
    • /
    • 2002
  • A purpose of the object-oriented programming is to promote reuse and development time, and to improve software quality. A way for this purpose is using a design information well-defined and tested in previous time when developing software. Such design information is called design patterns. The design patterns are descriptions of abstract solution to recurse software design problems In a systematic and general way. But because the design patterns are descriptions of abstract solution, the specification and application of patterns generally rely on manual implementation and is applied to various forms. As a result, we need to spend a lot of time to develop software program not only because of difficulty in analyzing and applying to patterns consistently, but also because of the frequent programing faults. And because the applied design patterns don't express inside application visually, it is difficult to analyze and test for this design patterns. In this paper, we propose automatic source code generating technique to be able to efficiently apply the element of design patterns when developing application. And we show a way to analyze and use the applied design patterns in application. As a result, the design patterns in application provide the consistent structure and efficiency, and make analysis and using effect increased.

Methodology of Application to Air Quality Model to Evaluate the Results of the Enforcement Plan in Seoul Metropolitan Area (수도권 지역의 대기환경관리 시행계획 추진결과 평가를 위한 대기질 모델링 적용 방법)

  • Yoo, Chul;Lee, Dae-Gyun;Lee, Yong-Mi;Lee, Mi-Hyang;Hong, Ji-Hyung;Lee, Seok-Jo
    • Journal of Environmental Science International
    • /
    • v.20 no.12
    • /
    • pp.1647-1661
    • /
    • 2011
  • The Government had devised legislation of Special Act and drew up guidelines for improving air quality in Seoul Metropolitan area. In 2007 local government of Seoul, Incheon and Gyeonggi conducted the results of application policy by reduced air pollutants emission for the first time. Although there was reduction of air pollutant emission in each local government, it was ineffective as expected using air pollution monitoring database. Therefore we worked out a way to prepare modeling input data using the results of enforcement plan. And we simulated surface $NO_2$ and PM10 before and after decrease in air pollutants emission and examine reduction effects of air pollution according to enforcement regulation except other influence, by using MM5-SMOKE-CMAQ system. Each local government calculated the amount of emission reduction under application policy, and we developed to prepare input data so as to apply to SMOKE system using emission reduction of enforcement plan. Distribution factor of emission reduction were classified into detailed source and fuel codes using code mapping method in order to allocate the decreased emission. The code mapping method also included a way to allocate spatial distribution by CAPSS distribution. According to predicted result using the reduction of NOx emission, $NO_2$ concentration was decreased from 19.1 ppb to 18.0 ppb in Seoul. In Gyeonggi and Incheon $NO^2$ concentrations were down to 0.65 ppb and 0.68 ppb after application of enforcement plan. PM10 concentration was reduced from 18.2 ${\mu}g/m^3$ to 17.5 ${\mu}g/m^3$ in Seoul. In Gyeonggi PM10 concentration was down to 0.51 ${\mu}g/m^3$ and in Incheon PM10 concentration was decreased about 0.47 ${\mu}g/m^3$ which was the lower concentration than any other cities.

Test Assertion Language for Unit Test : Design and Implementation (단위 테스트를 위한 테스트 어서션 언어 설계 및 도구 구현)

  • Shin, Woo-Chang
    • Journal of Information Technology Services
    • /
    • v.10 no.4
    • /
    • pp.205-218
    • /
    • 2011
  • Unit testing which is the first task to perform software testing has a major impact on reducing s/w development cost and improving s/w quality. In order to make unit testing become the formal procedure rather than ad-hoc tasks performed by developer, the language-neutral measures are necessary in the programming which is able to specify the test cases. This paper presents a test assertion language for the language-neutral specification of the test cases. The suggested language is based on the ISO/IEC 24709-1, but it supports object oriented features and can describe test cases for unit testing. The test cases that are specified by the language can be used for generating test oracle source codes by test oracle generation tools.

A Study on the Evaluation of Coding Pattern Quality Using Source Code Analysis (소스 코드 분석을 통한 코딩 패턴의 특성 평가에 관한 연구)

  • Kim, Young-Tae;Lim, Jae-Hyun;Kong, Heon-Tag;Kim, Chi-Su
    • Proceedings of the KAIS Fall Conference
    • /
    • 2010.11a
    • /
    • pp.402-405
    • /
    • 2010
  • 본 논문에서는 소스 코드에 자주 나타나는 코딩 패턴을 자동으로 추출하기 위하여 소스 코드를 분석하고 특성을 평가한다. 기존에 소스 코드에 대한 패턴 마이닝을 이용한 코딩 패턴 감지 방법이 제안되었지만, 수동으로 조사 가능한 코딩 패턴의 수는 한정되어 있기 때문에 대규모 소프트웨어 등에 대한 충분한 분석은 할 수 없었다. 따라서 본 논문에서는 개발자가 분석하고자 하는 코딩 패턴에 대한 자동 추출을 목표로 코딩 패턴의 특성 평가 지표를 선정하여 소스 코드에 대한 분석을 수행한다.

  • PDF

Channel Coding Design Combined with Source Coder for Mobile Communication Systems (이동통신시스템을 위한 소스 코더와 결합된 채널코딩 방법 연구)

  • 김종현;이인성강석봉이정구
    • Proceedings of the IEEK Conference
    • /
    • 1998.06a
    • /
    • pp.19-22
    • /
    • 1998
  • In this study, the efficient channel coding method combined with CS-ACELP is proposed. The same convolutional coder and Viterbi decoder of COMA mobile communication system is used as channel coder. To make the best available use of limited channel coding redundancy, unequal error protection of punctured convolutional coder is used for variable reate allocation. But, the overall code rate is given by 2. The performance of proposed coder is analyzed and simulated in a Rayleigh fading channel. Experimental results show that the objective and subjective speech quality of variable rate channel coding methods are superior to those of non-variable channel coding method.

  • PDF