• Title/Summary/Keyword: Unit Test

Search Result 3,986, Processing Time 0.039 seconds

A Studies on Symmetric Type Multiple Unit Roots Test

  • Yil-Yong;I, Key-I
    • Communications for Statistical Applications and Methods
    • /
    • v.7 no.1
    • /
    • pp.107-118
    • /
    • 2000
  • Due to the close relation between cointegration test and multiple unit roots test multiple unit roots test are greatly studied by many researchers,. In this paper we suggest the symmetric type unit roots test which is an adjusted method of Shin (1999) Also we have a small Monte-Carlo simulation study to compare the power of the statistic developed in this paper with those of Shin (1999) and adjusted Fuller statistic(1996)

  • PDF

A Multiple Unit Roots Test Based on Least Squares Estimator

  • Shin, Key-Il
    • Journal of the Korean Statistical Society
    • /
    • v.28 no.1
    • /
    • pp.45-55
    • /
    • 1999
  • Knowing the number of unit roots is important in the analysis of k-dimensional multivariate autoregressive process. In this paper we suggest simple multiple unit roots test statistics based on least squares estimator for the multivariate AR(1) process in which some eigenvalues are one and the rest are less than one in magnitude. The empirical distributions are tabulated for suggested test statistics. We have small Monte-Calro studies to compare the powers of the test statistics suggested by Johansen(1988) and in this paper.

  • PDF

A Study of Unit Testing Frameworks on Open Source C++ (오픈 소스 C++에서의 유닛 테스팅 프레임워크에 관한 고찰)

  • Heo, Seok-Yeol;Sohn, Young-Ho
    • Convergence Security Journal
    • /
    • v.13 no.4
    • /
    • pp.33-39
    • /
    • 2013
  • Unit testing is proved to be vital for a successful software development process. Modern languages, such as Python, Java and C#, have a great support and tools for unit testing. But when it comes to C++, there are a big number of C++ frameworks available [List], and it becomes hard to make a choice of unit testing framework to use. This paper presents a survey of open source C++ unit testing frameworks by dividing open source C++ unit testing frameworks into two groups: frameworks with an integrated test runner and frameworks with a separate test runner.

Data Processing Method of Radar Processor Unit Test Equipment (레이다처리장치 시험장비의 데이터 처리방안)

  • Lee, Mincheol;Kim, Yong-min
    • Journal of the Korea Institute of Military Science and Technology
    • /
    • v.21 no.6
    • /
    • pp.767-775
    • /
    • 2018
  • To develop and check a Radar Processor Unit, checking the function and performance of the requirement is very important factor in developing Radar. General methods for verifying the Radar is simulation test, environment linkage test and field operation test, firstly, in case of requirement analysis phase, verify Radar algorithm and design by using mathematical method based simulation test method, and secondly, in case of unit test and integrated test phase, Test Equipment is set to simulate radar environment in the lab to verify radar function and performance. Lastly, field operation test phase is carried out to confirm the function and performance after it is mounted on the actual equipment. To successfully develop Radar Processor Unit, using the method of field operation test method after sufficient test cases are tested in radar environmental interlocking method in order to save cost and testing period and because of this reason, development of the Radar Processor Unit Test Equipment is becoming very important factor. In this paper, we introduce the concept of test equipment development and important factors in test equipment, which are target simulation, data processing and device interlocking.

A Method of Integration Testing for Federation using Mock Object Patterns (모형 객체 패턴을 이용한 Federation 통합시험 방법)

  • Shim, Jun-Yong;Lee, Young-Heon;Lee, Seung-Young;Kim, Seh-Hwan
    • Journal of the Korea Society for Simulation
    • /
    • v.20 no.4
    • /
    • pp.41-48
    • /
    • 2011
  • The act of writing a unit test is more an act of design than of verification. It is also more an act of documentation than of verification. The act of writing a unit test closes a remarkable number of feedback loops, the least of which is the one pertaining to verification of function. Unit testing is a fundamental practice in Extreme Programming, but most non-trivial code is difficult to test in isolation. Normal unit testing is hard because It is trying to test the code from outside. On the other hand, developing unit tests with Mock Objects leads to stronger tests and to better structure of both domain and test code. In this paper, I first describe how Mock Objects are used for unit testing of federation integration. Then I describe the benefits and costs of Mock Objects when writing unit tests and code. Finally I describe a design of Mock federate for using Mock objects.

Development of Integrated Test Equipment for Airborne SAR System and Control Unit (항공탑재 SAR 시스템 및 통제장치 시험을 위한 통합시험장비 개발)

  • Lee, Hyon-Ik;Hwang, Tae-Jin
    • Journal of the Korean Society for Aeronautical & Space Sciences
    • /
    • v.41 no.9
    • /
    • pp.747-754
    • /
    • 2013
  • This paper describes SCTE(System and Control unit Test Equipment) as an integrated test equipment for airborne SAR system and control unit. SCTE enhances reusability of test equipment by modular design for required functions and strengthens automatic testing and test convenience by providing functions such as script-based testing function and report generation function. Also, it includes a navigation data simulator which can simulate various flight conditions. In this paper, we details SCTE requirements, H/W and S/W design, implementation, and test results with control unit and SAR system.

Durbin-Watson Type Unit Root Test Statistics

  • Kim, Byung-Soo;Cho, Sin-Sup
    • Journal of the Korean Statistical Society
    • /
    • v.27 no.1
    • /
    • pp.57-66
    • /
    • 1998
  • In the analysis of time series it is an important issue to determine whether a time series under study is stationary. For the test of the stationary of the time series the Dickey-Fuller (DF) type tests have been mainly used. In this paper, we consider the regular unit root tests and seasonal unit root tests based on the generalized Durbin-Watson (DW) statistics when the errors are independent. The limiting distributions of the proposed DW-type test statistics are the functionals of standard Brownian motions. We also obtain the finite distributions and powers of the DW-type test statistics and compare the performances with the DF-type tests. It is observed that the DW-type test statistics have good behaviors against the DF-type test statistics especially in the nonzero (seasonal) mean model.

  • PDF

Design and Implementation of code generator to remove the parameter boundary failure in the unit test (단위테스트 중 매개변수 경계오류제거를 위한 코드 자동생성 시스템 설계와 구현)

  • Park, Youngjo;Bang, Hyeja
    • Journal of Korea Society of Digital Industry and Information Management
    • /
    • v.11 no.2
    • /
    • pp.1-10
    • /
    • 2015
  • As programs get more complicated and they are developed by various hands, the possibility that there are program bugs in the code has been increasing. And developers usually run unit tests to find these problems in the code. Besides, the developers are at the pain of getting stability of the code when they have to modify a code very often for clients requirements. In the methodlogy of TDD(Test Driven Development), developers write a unit test code first, and then write a program code for passing the unit test. The unit test must include the boundary condition test the reason why the possibility of occurring the bugs is very high. When failed to pass the test because of the value of a function is incorrect, not existed, out of the range or not matched etc, the program code will return the error code or occur the exception. In the document, the system is designed and implemented in order to insert the generated code automatically or suggest it to the developer, when the boundary condition test is failed. In conclusion, it is possible that the developer will get the code stability by searching the code and checking the code to be omitted automatically through this system.

Implementation of Ray Tracing Processor for the Parallel Processing (병렬처리를 위한 고속 Ray Tracing 프로세서의 설계)

  • Choe, Gyu-Yeol;Jeong, Deok-Jin
    • The Transactions of the Korean Institute of Electrical Engineers A
    • /
    • v.48 no.5
    • /
    • pp.636-642
    • /
    • 1999
  • The synthesis of the 3D images is the most important part of the virtual reality. The ray tracing is the best method for reality in the 3D graphics. But the ray tracing requires long computation time for the synthesis of the 3D images. So, we implement the ray tracing with software and hardware. Specially we design the hit-test unit with FPGA tool for the ray tracing. Hit-test unit is a very important part of ray tracing to improve the speed. In this paper, we proposed a new hit-test algorithm and apply the parallel architecture for hit-test unit to improve the speed. We optimized the arithmetic unit because the critical path of hit-test unit is in the multiplication part. We used the booth algorithm and the baugh-wooley algorithm to reduce the partial product and adapted the CSA and CLA to improve the efficiency of the partial product addition. Our new Ray tracing processor can produce the image about 512ms/F and can be adapted to real-time application with only 10 parallel processors.

  • PDF

CHANGES OF SOFTWARE UNIT TESTING TOOL - ATTOL TO TESTRT

  • Paek, Su-Hyun;Kang, Soo-Yeon;Yang, Koon-Ho;Choi, Seong-Bong
    • Proceedings of the KSRS Conference
    • /
    • 2008.10a
    • /
    • pp.84-87
    • /
    • 2008
  • ATTOL is a software unit testing tool produced by the ATTOL Testware SA in France. It automates the entire software unit testing process: test plan template and test program generation, test program execution, test result analysis and test report generation. ATTOL is suited for the development of embedded software as it allows programmers to operate in native and cross development environments. Particularly, it is used for the development of the flight software which is embedded in the Communication Ocean Meteorological Satellite (COMS). As the flight software is mission-critical, it requires the strict software quality and high testing constraints. The flight software of COMS is verified by ATTOL in native and cross platforms. In 2002, ATTOL was taken over by the IDM Rational Software and has been supplied with the name of Test RealTime (TestRT). The test process of TestRT becomes different from that of ATTOL as TestRT provides the new functionalities that were absent from ATTOL. TestRT provides the new features in the test script language, as well. In this paper, we compare the test process of ATTOL to TestRT With an example of COMS and explain what has been changed in the test script language.

  • PDF