KR20040087767A - Development of Realtime, Embedded S/W Component Testing and Realtime Analysis Methods and Systems - Google Patents

Development of Realtime, Embedded S/W Component Testing and Realtime Analysis Methods and Systems Download PDF

Info

Publication number
KR20040087767A
KR20040087767A KR1020030022167A KR20030022167A KR20040087767A KR 20040087767 A KR20040087767 A KR 20040087767A KR 1020030022167 A KR1020030022167 A KR 1020030022167A KR 20030022167 A KR20030022167 A KR 20030022167A KR 20040087767 A KR20040087767 A KR 20040087767A
Authority
KR
South Korea
Prior art keywords
test
real
time
raw data
embedded
Prior art date
Application number
KR1020030022167A
Other languages
Korean (ko)
Inventor
이남용
Original Assignee
바산네트워크(주)
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 바산네트워크(주) filed Critical 바산네트워크(주)
Priority to KR1020030022167A priority Critical patent/KR20040087767A/en
Publication of KR20040087767A publication Critical patent/KR20040087767A/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/362Software debugging
    • G06F11/3624Software debugging by performing operations on the source code, e.g. via a compiler
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3696Methods or tools to render software testable

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

PURPOSE: A method and a system for testing/analyzing a real-time embedded software component are provided to generate a source analyzer, a test script generator, and a test driver generator targeted on the C/C++ language, and generate a source inserter, an analysis library, and a result analyzer targeted on the C/C++ language for the real-time analysis. CONSTITUTION: When a generated test harness is executed on a target system, the raw data of a test result is uploaded to a corresponding channel in real-time. A real-time monitor module captures/transmits the uploaded raw data to a report generator. An execution controller sets an SCI(Source Code Insertion) level and a test procedure considering availability and expandability. The report generator converts the raw data obtained as the test result into the information understandable to a developer or a user such as the SQA(Softer Quality Assurance).

Description

리얼타임, 임베디드 S/W 컴포넌트 테스팅 및 실시간 분석 방법 및 시스템{Development of Realtime, Embedded S/W Component Testing and Realtime Analysis Methods and Systems}Development of Realtime, Embedded S / W Component Testing and Realtime Analysis Methods and Systems

임베디드 소프트웨어는 공장 제어, 엘리베이터 제어와 같은 제어 시스템이나 휴대폰, 웹 비디오 폰과 같은 통신 시스템 등에 널리 사용된다.Embedded software is widely used in control systems such as factory control, elevator control, and communication systems such as mobile phones and web video phones.

이와 같은 임베디드 시스템 소프트웨어에서 하나의 모듈을 테스팅하기 위해서는 해당 모듈에 대한 단위 테스팅 기법 이외에 추가적으로 그 모듈에 도달하기 위한 다양한 상태를 생성하는 방법이 필요하다.In order to test a module in the embedded system software, a method of generating various states for reaching the module is required in addition to the unit testing technique for the module.

그러나, 종래에는 임베디드 시스템 소프트웨어를 테스트하는 데 필요한 테스트 스크립트 및 테스트 드라이버가 작업자의 수작업에 의해 생성된다.However, in the related art, test scripts and test drivers required for testing embedded system software are generated manually by the operator.

따라서, 작업자의 수작업에 의해 생성된 테스트 스크립트 및 테스트 드라이버에 종종 오류가 발생될 뿐만 아니라, 작업자의 직관에 의해 테스트 데이터를 선정하기 때문에 테스트할 데이터를 포함하지 못하는 경우가 발생하며, 그리고 수작업에 의해 진행되기 때문에 오래 작업 시간이 소요된다.As a result, test scripts and test drivers generated by the operator's manual operation often fail, and the test data are selected by the operator's intuition, so that the test data and the test driver cannot be included. It takes a long time because it progresses.

C언어 및 C++언어를 대상으로 한 소스 분석기, 테스트 스크립 생성기 및 테스트 드라이버 생성기를 생성하는데 있다. 또한 실시간 분석을 위한 C언어 및 C++언어를 대상으로 한 소스 삽입기, 분석 라이브러리, 결과 분석기를 생성하는데 있다.It is aimed at creating source analyzers, test script generators, and test driver generators for C and C ++ languages. Also, it is to create source inserter, analysis library, and result analyzer for C language and C ++ language for real time analysis.

마지막으로, 공통적으로 C언어 및 C++언어 임베디드 소프트웨어 소스 코드를 대상으로 한 스튜디오, 해당 타겟 기반의 라이브러리, 실시간 감시기, 실행 제어기, 데이터 분석기, 레포트 생성기를 생성하는데 있다.Finally, it is commonly used to generate studios targeting C and C ++ language embedded software source code, libraries based on the targets, real time monitors, execution controllers, data analyzers, and report generators.

도 1은 본 발명의 실시 예에 따른 리얼타임, 임베디드 S/W 컴포넌트 테스팅 및 실시간 분석 방법 및 시스템의 계층 구조를 예시하는 도면이다.1 is a diagram illustrating a hierarchical structure of a method and system for real-time, embedded S / W component testing, and real-time analysis according to an exemplary embodiment of the present invention.

임베디드, 임베디드 S/W 컴포넌트 테스팅 및 실시간 분석 방법 및 시스템은 임베디드 소프트웨어 컴포넌트 테스팅을 위해 Anytarget과 연동하여 Code Analyzer모듈과 CTI Instrumentor모듈에서 Target Information으로 출력을 한다. 이때 출력된 Test Infomation은 Graphical User Interface(GUI)에서의 사용자의 입력은 Test Suite Generator모듈로 입력이 되며 Test Suite Generator모듈은 Test Suite로 출력이 된다. Graphical User Interface(GUI)에서 사용자의 입력은 Test Driver Generator모듈로 입력이 되면 Test Driver로 출력이 된다. Test Suite Generator모듈의 출력 값인 Test Suite와 Test Driver Generator모듈의 출력 값인 Test Driver는 RealTime Monitor, Execution Controller, Data Analyzer, Report Generator로 이루어진 Test Engine에 입력이 된다.Embedded and embedded S / W component testing and real-time analysis methods and systems output Target Information from Code Analyzer module and CTI Instrumentor module in connection with Anytarget for embedded software component testing. At this time, the output Test Infomation is input to the Test Suite Generator module by the user's input in the Graphical User Interface (GUI), and the Test Suite Generator module is output to the Test Suite. In the Graphical User Interface (GUI), the user's input is output to the Test Driver when it is input to the Test Driver Generator module. Test Suite, which is the output value of the Test Suite Generator module, and Test Driver, which is the output value of the Test Driver Generator module, are input to the Test Engine consisting of RealTime Monitor, Execution Controller, Data Analyzer, and Report Generator.

Test Engine의 RealTime Monitor에서 Test Log가 출력이 되고 Test Engine의 Report Generator에서 Test Report가 출력이 된다.Test Log is output from RealTime Monitor of Test Engine and Test Report is output from Report Generator of Test Engine.

Test Harness가 타켓 시스템에서 실행될 때 테스트 결과 원시 데이터는(Raw Data)는 실시간으로 해당 채널로 업로드 되어지고 이를 실시간 모니터 모듈이 캡쳐링(Capturing) 하여 레포트 생성기(Report Generator) 모듈로 전송한다. 기본적으로 RS-232C, TCP/IP, IrDA, File-System을 지원한다.When Test Harness is executed on the target system, the raw test data is uploaded to the corresponding channel in real time, which is captured by the real-time monitor module and sent to the report generator module. Basically, RS-232C, TCP / IP, IrDA, and File-System are supported.

Execution Controller의 역할은 크게 2가지로 구분된다.The role of the Execution Controller is largely divided into two.

1)유용성과 확장성을 고려한 SCI 수준(Level) 설정1) SCI level setting considering usability and scalability

리얼타임, 임베디드S/W는 엄격한 리얼타임(Real-Time) 조건과 낮은 메모리 범위와 같은 리소스 제약사항을 엄격히 준수해야 한다. 그러나 본 개발과제에서 적용할 주요 핵심기술의 하나인 SCI(Source Code Insertion)의 경우, 그 특성상 개발코드 및 메모리 사이즈에 대한 오버헤드를 주게 된다.Real-time, embedded S / W must strictly adhere to resource constraints such as strict real-time conditions and low memory range. However, in the case of SCI (Source Code Insertion), which is one of the key technologies to be applied in this project, the overhead of development code and memory size is inherent.

이러한 요소는, 실제 실시간으로 테스트가 수행될 타켓 시스템에 대한 운영환경을 만족하지 못하는 위험사항에 놓일 수 있다. 또한 현재 산업계에서 사용되어지는 타켓 시스템의 조합은 매우 다양하여 그들의 운영환경에 고려를 한다는 것은 거의 불가능한 일이다.These factors can be at risk of not satisfying the operating environment for the target system on which the test will be performed in real time. In addition, the combination of target systems currently used in the industry is so diverse that it is almost impossible to consider their operating environment.

따라서, 이러한 위험요소를 극복하고 최종 개발제품에 대한 확장성과 유용성을 학보하기 위하여 본 발명의 Execution Controller는 제품에서 제공하는 다양한 분석기능 및 컴포넌트 테스팅에 대한 수준(Level)을 조절할 수 있도록 한다.Therefore, in order to overcome these risk factors and study the scalability and usefulness of the final developed product, the Execution Controller of the present invention can adjust the level of various analysis functions and component testing provided by the product.

2) 테스트 절차 설정2) Test procedure setting

본 발명은 실시간 분석 기능과 함께 컴포넌트 테스팅 기능을 제공한다. 이러한 실시간 분석기능(성능 프로파일링, 메모리 사용 프로파일링, 코드 커버리지, 실시간 추적기능)은 컴포넌트 테스팅 기능과 함께 수행되어질 수 있으며 단독적으로 수행되어질 수 있다. 따라서 이러한 테스트 절차에 필요한 특정 모듈과 사용 파라미터(Parameter)에 대한 설정이 필요하다. 또한 이러한 테스팅은 자동화되어지고 반복 수행되어질 수 있음으로 오른쪽 그림과 같이 각 단계별 독립적으로 테스팅이 가능하도록 구현된다.(본 발명은 이를 지원하기 위하여 각각의 기능이 Command Line에서 제어 가능하도록 설계, 구현된다)The present invention provides a component testing function with a real time analysis function. These real-time analysis functions (performance profiling, memory usage profiling, code coverage, and real-time tracking) can be performed together with component testing and can be performed alone. Therefore, it is necessary to set specific module and usage parameters necessary for this test procedure. In addition, such testing can be automated and repeated, so that each step can be independently tested as shown in the right figure. (In order to support this, each function is designed and implemented to be controllable from the command line. )

본 발명을 이용한 리얼타임, 임베디드 S/W 테스팅 수행결과로 획득되어진 Raw Data를 개발자나 SQA(Software Quality Assurance)등의 사용자가 이해할 수 있는 정보로 변화시켜주는 기능을 제공한다. 타켓 시스템이 특정 채널(RS-232C, TCP/IP, File System)을 통하여 연결되어 있는 호스트 시스템에 인코딩(Encoding)화하여 업로드 하는 버퍼 화된 스트리밍 데이터(Buffered Streaming Data)를 디코딩(Decoding)하는 프로세스를 나타낸다.Provides a function to change the raw data obtained as a result of the real-time, embedded S / W testing using the present invention to information that can be understood by the user, such as developers or software quality assurance (SQA). The target system decodes the buffered streaming data, which is encoded and uploaded to a host system connected through a specific channel (RS-232C, TCP / IP, File System). Indicates.

본 발명은 크게 실시간 분석 기능과 컴포넌트 테스팅 기능을 제공함으로 각각에 해당하는 원시 데이터(Raw Data) 분석기인 Component Data Analyzer와 Observation Data Analyzer로 구성된다.The present invention is largely composed of a component data analyzer and an observation data analyzer, which is a raw data analyzer corresponding to the real-time analysis function and component testing function.

본 발명은 최종적으로 Report Generator에 의해서 최종 사용자에게 테스트 보고서를 제공한다. 각각의 레포트는 그래피컬(Graphical)하게 직관적으로 테스트 결과를 파악할 수 있어야 한다. 또한 테스트 자원(Test Asset) 및 테스팅 결과를 근간으로 실시간, 임베디드 S/W를 디버깅하거나 개선할 수 있어야 함으로 상세한 정보도 포함한다. 제공되어지는 상세 정보 내역, 프로토타입, 테스팅 프로세스는 각 기능부문에서 설명한다.The present invention finally provides a test report to the end user by the Report Generator. Each report should be able to grasp the test results graphically and intuitively. It also includes detailed information because it should be able to debug or improve real-time, embedded software based on test assets and test results. The details, prototypes, and testing processes provided will be described in each functional area.

먼저, 제안하는 “리얼타임, 임베디드 S/W 컴포넌트 테스팅 및 실시간 분석 방법 및 시스템”은 테스팅 대상이 되는 소스 파일 내에 특정 코드를 자동으로 삽입하는 기술을 이용한다.First, the proposed “real-time, embedded S / W component testing and real-time analysis method and system” uses a technology that automatically inserts specific code in the source file to be tested.

소스 내에 추가된 특정 코드는 기존 개발 환경에서 완벽하게 인식 가능한 형태로 “리얼타임, 임베디드 S/W 컴포넌트 테스팅 및 실시간 분석 방법 및 시스템”에서 제공하는 기능에 대한 원시 데이터(Raw Data)를 생성하는 기능을 수행한다. 이러한 특정코드에 대한 생성은 다양한 RTOS/Chip벤더를 구성하고 있는 타켓 시스템을 지원할 수 있도록 커스터마이징을 제공하는 ANY-Target 모듈에서 수행되어진다.The specific code added in the source is the ability to generate raw data for the functions provided by “real-time, embedded S / W component testing and real-time analysis methods and systems” in a fully recognizable form in the existing development environment. Do this. The generation of this specific code is done in the ANY-Target module, which provides customization to support target systems that comprise various RTOS / Chip vendors.

SCI(Source Code Insertion)의 적용 후에도 이전 실행 프로그램(Execute Program)과 동일하게 작동하며 삽입된 특정 코드의 기능을 통하여 Execution Controller(실행 제어기)에 의해 선택된 컴포넌트 테스팅 또는 실시간 분석기능 항목에 따라 해당 테스트 결과(Raw Data)를 호스트 시스템으로 업로드 한다. 또한 이러한 모든 기능들은 “리얼타임, 임베디드 S/W 컴포넌트 테스팅 및 실시간 분석도구”에서 자동화되어 제공된다.Even after the application of SCI (Source Code Insertion), it works the same as the previous Execute Program, and the test result according to the component testing or real-time analysis function selected by the Execution Controller through the function of the specific inserted code. Upload Raw Data to the host system. All of these features are also automated in "real-time, embedded S / W component testing and real-time analysis tools."

따라서 최종 사용자들은 ANY-Target만을 개발환경의 Target System으로 커스터마이징 하기만 하면 되는 것이다.Therefore, end users only need to customize ANY-Target to target system of development environment.

부가적으로, SCI에서 고려되어야 할 문제는 특정코드의 삽입으로 인한 실행 프로그램(Execute Program)에 대한 오버헤드 발생과 타켓 시스템과 호스트 시스템과의 통신 채널(RS-232C, TCP/IP, File System) 문제이다.In addition, the problems to be considered in the SCI include the overhead of the execution program due to the insertion of specific code and the communication channel between the target system and the host system (RS-232C, TCP / IP, File System). It is a problem.

본 발명에서의 Test Driver Generator(테스트 드라이버 생성기) 모듈은 크게 Test Driver(테스트 드라이버) 생성과 Test Stub(테스트 스텁) 생성을 수행한다.The Test Driver Generator module of the present invention largely performs a Test Driver generation and a Test Stub generation.

전체 임베디드 소프트웨어에서 일부 컴포넌트에 대해 테스트하고자 할 경우 해당 컴포넌트에서 필요로 하는 모듈이 코드화 되어 있지 않다면 실제 테스트가 어려울 수 있다. 또한, 테스트하고자 하는 컴포넌트만을 어떻게 구동시킬 것인가를 염두에 두어 두어야 한다.If you want to test some components in the entire embedded software, actual testing can be difficult unless the modules required by those components are coded. Also, keep in mind how to run only the components you want to test.

본 발명은 해외 고가의 기술이나 도구를 사용하지 않고 국내 순수기술로 제작하여 임베디드 소프트웨어 품질보증(Quality Assurance)과 신뢰도, 안전성을 보장하여 세계시장에서의 제품의 경쟁력을 강화시킬 것으로 보인다. 이는 경제적이나 산업적으로 아래 항목과 같이 많은 이득을 볼 수 있다 .The present invention is expected to enhance the competitiveness of the product in the global market by guaranteeing the embedded software quality assurance (Quality Assurance), reliability, and safety by using domestic pure technology without using foreign expensive technology or tools. This can be economically or industrially beneficial as shown below.

1) 저가의 효율적인 국내 개발도구를 사용함으로써, 고가의 해외 개발도구의 수입대체 효과를 누릴 수 있어 외화 유출을 방지할 수 있게 된다.1) By using low-cost and efficient domestic development tools, it is possible to enjoy import substitution effect of expensive overseas development tools, thus preventing foreign currency outflow.

2) 상대적으로 저렴한 가격으로 임베디드 소프트웨어 테스팅 도구를 공급함으로써 국내 임베디드 개발업체가 손쉽게 접하도록 한다. 이는 임베디드 소프트웨어 테스팅의 대중화를 유도함으로써 경쟁적인 고품질 획득 요구와 생산성 향상을 가져온다.2) By providing embedded software testing tools at a relatively low price, domestic embedded developers can easily access them. This leads to the popularization of embedded software testing, leading to competitive high quality acquisition requirements and productivity gains.

3) 국내 시장의 활성화를 통하여 개발업체끼리의 상호교류를 통해 보다 나은 국내 시장을 형성한다.3) Forming a better domestic market through mutual exchanges between developers through vitalization of the domestic market.

4) 임베디드 소프트웨어 테스팅 도구를 통하여 IT뿐만 아니라 금융, 자동차, 의료 등 기존 전통산업의 경쟁력을 강화하고 각종 임베디드 소프트웨어를 손쉽게 개발 및 테스트 할 수 있어 보다 넓은 신시장 창출을 한다.4) The embedded software testing tool enhances the competitiveness of traditional industries such as IT, finance, automobiles, and medical care, and can easily develop and test various embedded software to create a wider new market.

Claims (7)

Realtime-Monitor(실시간 모니터)는 본 발명에 의해 생성된 Test Harness가 타켓 시스템에서 실행될 때 테스트 결과 원시 데이터는(Raw Data)는 실시간으로 해당 채널로 업로드 되어지고 이를 실시간 모니터 모듈이 캡쳐링(Capturing) 하여 레포트 생성기(Report Generator) 모듈로 전송하는 시스템.When the test harness generated by the present invention is executed in the target system, the Realtime-Monitor (Raw Data) is uploaded to the corresponding channel in real time, and the real-time monitor module captures it. System to send to Report Generator module. 제 1 항에 있어서,The method of claim 1, Execution Controller(실행 제어기)는 본 발명에 의해 유용성과 확장성을 고려한 SCI 수준(Level) 설정과 테스트 절차 설정을 하는 시스템.Execution Controller (Execution Controller) is a system for setting the SCI level setting and test procedure considering the usability and scalability according to the present invention. 제 1 항에 있어서,The method of claim 1, Data Analyzer(데이터 분석기)는 본 발명을 이용한 리얼타임, 임베디드 S/W 테스팅 수행결과로 획득되어진 Raw Data를 개발자나 SQA(Software Quality Assurance)등의 사용자가 이해할 수 있는 정보로 변화시켜주는 기능을 제공하는 시스템.The Data Analyzer provides a function to change raw data obtained as a result of real-time and embedded S / W testing using the present invention to information that can be understood by a developer or a user such as Software Quality Assurance (SQA). System. 제 1 항에 있어서,The method of claim 1, Report Generator(레포트 생성기)는 본 발명을 이용하여 최종적으로 Report Generator에 의해서 최종 사용자에게 테스트 보고서를 제공하고 각각의 레포트는 그래피컬(Graphical)하게 직관적으로 테스트 결과를 파악할 수 있어야 한다. 또한테스트 자원(Test Asset) 및 테스팅 결과를 근간으로 실시간, 임베디드 S/W를 디버깅하거나 개선할 수 있어야 함으로 상세한 정보도 포함하는 시스템.The report generator (report generator) finally provides a test report to the end user by the report generator by using the present invention, and each report should be able to grasp the test result graphically and intuitively. In addition, it should be able to debug or improve real-time, embedded S / W based on test assets and testing results. 제 1 항에 있어서,The method of claim 1, CUI Instrumentor(코드 인스트러멘터)는 본 발명은 테스팅 대상이 되는 소스 파일 내에 특정 코드를 자동으로 삽입하는 기술을 이용하며 소스 내에 추가된 특정 코드는 기존 개발 환경에서 완벽하게 인식 가능한 형태로 “리얼타임, 임베디드 S/W 컴포넌트 테스팅 및 실시간 분석도구”에서 제공하는 기능에 대한 원시 데이터(Raw Data)를 생성하는 기능을 수행하는 시스템.The present invention utilizes a technique of automatically inserting specific code in a source file to be tested, and the specific code added in the source is completely recognizable in the existing development environment. , Embedded S / W Component Testing and Real-time Analysis Tool ”is a system that generates the raw data (Raw Data) for the functions provided. 제 1 항에 있어서,The method of claim 1, 본 발명의 Test Driver Generator(테스트 드라이버 생성기) 모듈은 크게 Test Driver(테스트 드라이버) 생성과 Test Stub(테스트 스텁) 생성을 수행하는 시스템.The Test Driver Generator module of the present invention is largely a system for performing a Test Driver generation and a Test Stub generation. 제 1 항에 있어서,The method of claim 1, 본 발명은 특정 플랫폼 뿐만 아니라 범용 플랫폼 테스팅 도구가 가지는 단점을 극복하고 장점을 취하기 위해서 ANY-Target기능을 도입하고자 하며 이러한 ANY-Target에 대한 아이디어는 리얼타임, 임베디드 S/W 개발 Compiler, Linker, 타켓 시스템의 OS 정보등을 독립적인 모듈로 구성하여 운영하는 것에서부터 시작한다. 그리고 Bashan RealTester의 타켓 시스템 및 SCI기법과 관련한 정보를 필요로 할시에는 ANY-Target과 해당 Library를 참조하기만 하면 되는 것이다. 따라서, 지원가능한 플랫폼은 ANY-Target에 대한 추가 정보를 제공하거나 변경하는 것으로 쉽게 커스터마이징 되어질 수 있는 시스템.The present invention intends to introduce ANY-Target function in order to overcome the disadvantages and take advantage of the general platform testing tool as well as a specific platform. Start by operating the system's OS information as an independent module. And if you need information about Bashan RealTester's target system and SCI technique, you only need to refer to ANY-Target and its library. Thus, a supported platform is a system that can be easily customized by providing or changing additional information about ANY-Target.
KR1020030022167A 2003-04-09 2003-04-09 Development of Realtime, Embedded S/W Component Testing and Realtime Analysis Methods and Systems KR20040087767A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020030022167A KR20040087767A (en) 2003-04-09 2003-04-09 Development of Realtime, Embedded S/W Component Testing and Realtime Analysis Methods and Systems

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020030022167A KR20040087767A (en) 2003-04-09 2003-04-09 Development of Realtime, Embedded S/W Component Testing and Realtime Analysis Methods and Systems

Publications (1)

Publication Number Publication Date
KR20040087767A true KR20040087767A (en) 2004-10-15

Family

ID=37369861

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020030022167A KR20040087767A (en) 2003-04-09 2003-04-09 Development of Realtime, Embedded S/W Component Testing and Realtime Analysis Methods and Systems

Country Status (1)

Country Link
KR (1) KR20040087767A (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100669242B1 (en) * 2004-12-15 2007-01-15 한국전자통신연구원 Apparatus and method for optimizing and analyzing embedded software in cross development environment
KR100775102B1 (en) * 2006-06-02 2007-11-08 주식회사 엠페이지 Quality test result estimate system of platform based application on embedded device and method thereof
WO2008058473A1 (en) * 2006-11-17 2008-05-22 Shenzhen Lingce Technology Co., Ltd. Mapping method in the program testing system and program testing system
KR100930962B1 (en) * 2006-11-23 2009-12-10 한국전자통신연구원 Remote security testing device and method of RPC-based software
KR100947860B1 (en) * 2008-01-30 2010-03-18 주식회사 국민은행 Test automating system
WO2012002635A1 (en) * 2010-06-28 2012-01-05 현대자동차 주식회사 System test apparatus
US8156475B2 (en) 2007-04-25 2012-04-10 Samsung Electronics Co., Ltd. Device and method for testing embedded software using emulator
US8255874B2 (en) 2007-04-25 2012-08-28 Samsung Electronics Co., Ltd. Apparatus and method for automatically extracting interface of embedded software
WO2012153879A1 (en) * 2011-05-09 2012-11-15 현대자동차 주식회사 Exception handling test device and method thereof
US9047180B2 (en) 2009-11-13 2015-06-02 Samsung Electronics Co., Ltd. Computing system, method and computer-readable medium processing debug information in computing system
KR102122884B1 (en) * 2018-12-28 2020-06-15 슈어소프트테크주식회사 Testcase generating apparauts comunicating with controlling device in a vehicle and testcase generating method of the same

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100669242B1 (en) * 2004-12-15 2007-01-15 한국전자통신연구원 Apparatus and method for optimizing and analyzing embedded software in cross development environment
KR100775102B1 (en) * 2006-06-02 2007-11-08 주식회사 엠페이지 Quality test result estimate system of platform based application on embedded device and method thereof
WO2008058473A1 (en) * 2006-11-17 2008-05-22 Shenzhen Lingce Technology Co., Ltd. Mapping method in the program testing system and program testing system
KR100930962B1 (en) * 2006-11-23 2009-12-10 한국전자통신연구원 Remote security testing device and method of RPC-based software
US8156475B2 (en) 2007-04-25 2012-04-10 Samsung Electronics Co., Ltd. Device and method for testing embedded software using emulator
US8255874B2 (en) 2007-04-25 2012-08-28 Samsung Electronics Co., Ltd. Apparatus and method for automatically extracting interface of embedded software
KR100947860B1 (en) * 2008-01-30 2010-03-18 주식회사 국민은행 Test automating system
US9047180B2 (en) 2009-11-13 2015-06-02 Samsung Electronics Co., Ltd. Computing system, method and computer-readable medium processing debug information in computing system
WO2012002635A1 (en) * 2010-06-28 2012-01-05 현대자동차 주식회사 System test apparatus
US9354996B2 (en) 2010-06-28 2016-05-31 Hyundai Motor Company System test apparatus
WO2012153879A1 (en) * 2011-05-09 2012-11-15 현대자동차 주식회사 Exception handling test device and method thereof
US9047401B2 (en) 2011-05-09 2015-06-02 Hyundai Motor Company Exception handling test apparatus and method
KR102122884B1 (en) * 2018-12-28 2020-06-15 슈어소프트테크주식회사 Testcase generating apparauts comunicating with controlling device in a vehicle and testcase generating method of the same

Similar Documents

Publication Publication Date Title
US9086899B2 (en) Loading and debugging method and debugging system thereof
US20070074175A1 (en) Method and system for dynamic probes for injection and extraction of data for test and monitoring of software
US20110191752A1 (en) Method and System for Debugging of Software on Target Devices
US10551807B2 (en) Method for connecting an input/output interface of a tester equipped for control unit development
KR20040087767A (en) Development of Realtime, Embedded S/W Component Testing and Realtime Analysis Methods and Systems
KR20100041447A (en) Apparatus and method for automatic testing of softwares or digital divices
CN111194046A (en) Automatic WIFI module testing system and method
TW201312340A (en) Handheld electronic device testing system and method
CN105740139B (en) A kind of debugging embedded software method based on virtual environment
KR101886203B1 (en) Apparatus and method for analyzing programs
CN104657263A (en) System and method for realizing universal type target code coverage rate testing based on JTAG (Joint Test Action Group) debug mode
CN111666217A (en) Method and apparatus for testing code
KR100794130B1 (en) Automatic Function Testing Equipment for Application Software and Additional Service of Mobile Communication Terminal
US20080127061A1 (en) Method and system for editing code
US20080162900A1 (en) System, Method and Apparatus for Observing a Control Device
CN104375932A (en) Method and device for analyzing code coverage rate of Java card
CN103176903B (en) The test method and equipment of MapReduce distributed system program
CN109144849B (en) Embedded software debugging method
KR20110037140A (en) System for providing virtual development environment for embedded software
US20180121660A1 (en) Apparatus and method for dynamic binary analysis on hardware board
US11958511B2 (en) Train signal system and linkage method therefor
CN111858359B (en) Method and device for acquiring engineering code position of executable file
CN104572425A (en) Program debugging method, device and system
CN108614704A (en) Code compiling method and device
KR100433549B1 (en) Method and apparatus for analyzing software

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E601 Decision to refuse application