• 제목/요약/키워드: Test Unit

검색결과 4,007건 처리시간 0.033초

GIS 예방진단시스템 주파수 분석장치 성능개선 및 검증 (Performance verification and improvement of the frequency analysis unit for GIS Preventive & Diagnostic Monitoring System)

  • 김원규;김민수;백영식
    • 전기학회논문지
    • /
    • 제64권3호
    • /
    • pp.485-491
    • /
    • 2015
  • This paper shows the design improvement and test model of FAU (Frequency Analysis Unit) in PDD (Partial Discharge Diagnosis system) for 800kV GIS (Gas Insulated Switchgear). We found some problems during operation of previous FAU, such as the aging of fiber-optic converter that can cause communication error, the malfunction of signal analysis circuit etc. And then we solved those problems by design improvement and verified the performance through type test. To monitor partial discharge, the performance of UHF sensor is important but the performance of frequency analysis unit is also very important. So we solved communication error, the malfunction of signal analysis circuit and then increased the operation reliability of FAU by improving fiber-optic converter and signal analysis circuit. Accredited testing laboratory carried out the performance verification test according to performance test criteria and procedure of reliability test standards, IEC-60225, 61000 and 60068 etc. We confirmed the test results which correspond with the performance test criteria.

단위 테스트 자동화를 위한 자바 프로그램 테스트 코드 구축 (Building Test Codes for Unit Test Automation of Java Programs)

  • 윤회진
    • 소프트웨어공학소사이어티 논문지
    • /
    • 제23권4호
    • /
    • pp.141-149
    • /
    • 2010
  • 애자일 개발의 XP와 Scrum을 중심으로 단위 테스트 자동화의 중요성이 커지고 있다. 그러나 테스트 결과, 즉 통과 또는 실패를 자동으로 결정하기 위해서는 테스트 실행 결과와 예상 결과를 비교하는 과정이 필요하다. 이 부분의 구현이 자동화의 성패를 좌우한다. 본 연구는 단위 테스트 자동화를 위한 테스트 코드 작성을 소개하고, 테스트 코드 구현에서 고려해야할 사항을 언급한다. 첫째, void 형태의 메소드의 경우 테스트 데이터 실행 결과를 명시적으로 구하기 어려운 문제를 본 연구에서는 Mock 프레임워크를 사용하여 해결하였다. 둘째, void 형태의 메소드의 경우, criteria로 인해 구성된 테스트 경로상의 모든 문장들이 제대로 수행되었는지 하나씩 살펴보아야 하는지, 아니면 최종 문장에 대해서만 보아야 하는지의 문제이다. 본 연구에서는 Mock 프레임워크의 verify 기능을 활용하여 매 순간 제대로 실행되어져야 하는 메소드 호출을 중심으로 명확한 매개변수들을 사용하여 호출이 일어났는 지를 확인하고, 그 결과들이 모두 예상 결과와 맞을 때, 해당 테스트 케이스에 대한 테스트를 통과한 것으로 결정하였다.

  • PDF

안드로이드 커널 모듈 취약점 탐지를 위한 자동화된 유닛 테스트 생성 기법 (Automated Unit-test Generation for Detecting Vulnerabilities of Android Kernel Modules)

  • 김윤호;김문주
    • 정보과학회 논문지
    • /
    • 제44권2호
    • /
    • pp.171-178
    • /
    • 2017
  • 본 논문에서는 안드로이드 커널 모듈의 취약점을 탐지하기 위한 자동 유닛 테스트 생성 기법을 제안한다. 안드로이드 커널 모듈의 각 함수를 대상으로 테스트 드라이버/스텁 함수를 자동 생성하고 동적 기호 실행 기법을 사용하여 테스트 입력 값을 자동으로 생성한다. 또한 안드로이드 커널 모듈의 함수 포인터와 함수 선행 조건을 고려하지 않은 테스트 생성으로 인한 거짓 경보를 줄이기 위해 정적 분석을 통한 함수 포인터 매칭 기법과 def-use 분석을 사용한 함수 선행 조건 생성 기법을 개발하였다. 자동 유닛 테스트 생성 기법을 안드로이드 커널 3.4 버전의 세 모듈에 적용한 결과 기존에 존재하던 취약점을 모두 탐지할 수 있었으며 제안한 거짓 경보 감소 기법으로 평균 44.9%의 거짓 경보를 제거할 수 있었다.

테스트 주도 개발을 위한 유연한 단위 테스트 도구로 변경 (A Flexible Unit Testing Tool for Test Driven Development)

  • 전석환;김정동;백두권
    • 한국정보과학회논문지:컴퓨팅의 실제 및 레터
    • /
    • 제15권2호
    • /
    • pp.140-144
    • /
    • 2009
  • 테스트 주도 개발의 장점을 얻기 위해서는 효율적인 테스트 도구의 사용은 필수적이다. 기존의 통합 자동화 테스트 도구는 표준화 되지 않은 스크립트(script) 언어를 사용하거나 단위 테스트에 적합하지 않은 경우가 많다. 기존의 단위 테스트 도구는 대부분 프로그램의 원시코드에 테스트를 위한 코드가 추가된다. 이것은 원시 코드의 복잡도를 높이고 테스트 케이스 변경 시 원시코드의 여러 부분을 수정해야 하는 문제점이 있다. 본 논문에서는 테스트 주도 개발 시 개발자가 표준 자바 스크립트(Java script)를 이용하여 테스트 케이스 수정을 용이하게 할 수 있도록 유연한 테스트 도구의 설계를 제안하고 제안된 설계의 가용성을 검증하고자 테스트 도구를 구현하였다.

Ljung-Box Test in Unit Root AR-ARCH Model

  • Kim, Eunhee;Ha, Jeongcheol;Jeon, Youngsook;Lee, Sangyeol
    • Communications for Statistical Applications and Methods
    • /
    • 제11권2호
    • /
    • pp.323-327
    • /
    • 2004
  • In this paper, we investigate the limiting distribution of the Ljung-Box test statistic in the unit root AR models with ARCH errors. We show that the limiting distribution is approximately chi-square distribution with the degrees of freedom only depending on the number of autocorrelation lags appearing in the test. Some simulation results are provided for illustration.

프레임워크기반 웹 어플리케이션을 위한 BizUnit 테스트 코드 생성 (A BizUnit Test Code Generation for Framework-based Web Application)

  • 이은영;최병주;송화정;황상철
    • 한국정보과학회논문지:컴퓨팅의 실제 및 레터
    • /
    • 제15권12호
    • /
    • pp.899-912
    • /
    • 2009
  • 웹 어플리케이션의 활용과 그 시장이 압도적으로 성장하면서 그 기능이 확대 심화되고 있다. 오늘날 나날이 높아지는 소프트웨어의 고품질 요구와 맞물려 웹 어플리케이션의 테스트에 대한 관심도 급증하고 있다. 웹 어플리케이션은 개발환경적인 면에서 프레임워크 기반으로 개발되고 있는 추세로 그 프레임워크의 영역이 확장될수록 전체 웹 어플리케이션의 각 모듈은 이질적인 파일들의 조합으로 구성되고 있다. 반제품의 형태로 제공되는 프레임워크가 전체 개발 대상의 구조를 제어한다는 점에서 웹 어플리케이션만의 특성을 갖게 된다. 본 논문에서는 웹 어플리케이션의 실행 단위로써 의미를 가지는 최소 단위로 웹비즈니스 로직을 정의하고, 이에 대한 BizUnit 테스트 코드를 자동생성하는 방안을 제안하며, BizUnit을 통해 효과적으로 웹 어플리케이션을 테스트하는 것을 분석한다.

The Existence of Random Walk in the Philippine Stock Market: Evidence from Unit Root and Variance-Ratio Tests

  • CAMBA, Abraham C. Jr.;CAMBA, Aileen L.
    • The Journal of Asian Finance, Economics and Business
    • /
    • 제7권10호
    • /
    • pp.523-530
    • /
    • 2020
  • The efficient market hypothesis explains the random walk hypothesis suggesting that stock prices are independent of each other, hence, it is impossible to earn abnormal profits. The positive effect of a well-functioning and highly efficient stock market on the performance of an economy motivated the Philippine Stock Exchange to pursue massive modernization initiatives. This research provides evidence of the existence of random walk in the Philippine stock market employing the Augmented Dickey-Fuller (1981) and Phillips-Perron (1988) unit root tests, the Lo-MacKinlay's (1988) conventional variance ratio test, and Chow-Denning's (1993) simple multiple variance ratio test. Results of the ADF and PP unit root tests confirm the necessary condition for a random walk. The Chow-Denning (1993) maximum /z/ statistic and the Wald test statistic as in Richardson and Smith (1991) for the joint hypotheses and the Lo and MacKinlay (1988) individual statistics variance ratio test generally accepted the null hypothesis of a random walk. That is, the unit root and variance ratio tests consistently indicate that the null hypothesis of random walk cannot be rejected. The existence of a random walk in weak-form efficiency can be attributed to market liquidity as a result of continuous development and modernization of the Philippine equity market.

Unit Root Test for Temporally Aggregated Autoregressive Process

  • Shin, Dong-Wan;Kim, Sung-Chul
    • Journal of the Korean Statistical Society
    • /
    • 제22권2호
    • /
    • pp.271-282
    • /
    • 1993
  • Unit root test for temporally aggregated first order autoregressive process is considered. The temporal aggregate of fist order autoregression is an autoregressive moving average of order (1,1) with moving average parameter being function of the autoregressive parameter. One-step Gauss-Newton estimators are proposed and are shown to have the same limiting distribution as the ordinary least squares estimator for unit root when complete observations are available. A Monte-Carlo simulation shows that the temporal aggregation have no effect on the size. The power of the suggested test are nearly the same as the powers of the test based on complete observations.

  • PDF

Simultaneous Unit Roots Tests for Both Regular and Seasonal Unit Roots

  • Sinsup Cho;Jeong Hyeong Lee;Young Jin Park;Heon Jin Park
    • Communications for Statistical Applications and Methods
    • /
    • 제4권3호
    • /
    • pp.663-676
    • /
    • 1997
  • We obtain the simultaneous unit roots test statistics for both regular and seasonal unit roots in a time series with possible seasonal deterministic trends. The limiting distributions of the proposed test statistics are derived and empirical percentiles of the test statistics are tabulated for some seasonal periods. The power and size of the test statistics are examined for finite samples through a Monte Carlo simulation and Compared with those of the Lagrange multiplier test.

  • PDF

자동차 배터리 지지 구조의 진동 피로 해석에 대한 연구 (Study on Vibration Fatigue Analysis of Automotive Battery Supporter)

  • 안상호
    • 자동차안전학회지
    • /
    • 제11권4호
    • /
    • pp.22-27
    • /
    • 2019
  • In this paper, the vibration load and analysis results for automotive battery supporter were performed to provide efficient vibration tolerance performance prediction methods for single-product vibration tolerance testing, and the major influencing factors and considerations for setting up single-unit vibration tolerance tests were reviewed. A common applicable standard load was applied to efficiently predict the performance of single-unit vibrations through the frequency response analysis technique. The results similar to test results can be predicted by checking vulnerable parts of the vehicle components for vibration loads and applying scale factor to standard loads. In addition, it was confirmed that the test conditions with a frequency generating the same durability severity as the endurance test are needed for accurate prediction of the durability of the single-unit vibration tolerance test conditions, and the acceleration and frequency with the conditions that there is no significant nonlinear phenomena in the vibration system are established during the single-unit vibration tolerance test conditions.