• 제목/요약/키워드: Robustness Testing

검색결과 85건 처리시간 0.026초

이벤트 의존성을 이용한 상태 머신 다이어그램의 강건성 테스팅 연구 (Study of State Machine Diagram Robustness Testing using Casual Relation of Events)

  • 이선열;채흥석
    • 정보과학회 논문지
    • /
    • 제41권10호
    • /
    • pp.774-784
    • /
    • 2014
  • 상태 머신 다이어그램 결함 주입을 통하여 강건성 테스트 케이스를 생성하기 위한 연구가 수행되고 있다. 그러나 기존의 연구들은 상태 머신 다이어그램의 구조적인 측면만을 단순 고려하고 있기 때문에 작은 크기의 모델임에도 불구하고 많은 결함이 주입될 수 있다. 본 논문에서는 강건성 테스트의 효과성은 유지한 채, 주입될 결함의 수를 줄이기 위한 결함 주입 방법을 제안한다. 제안 방법은 전자레인지 상태 머신 다이어그램을 이용하여 설명되었으며, 유효성을 검증하기 위하여 해쉬 테이블 상태 머신 다이어그램에 제안 방법을 적용하였다. 해쉬 테이블에 적용된 실험 결과, 제안 연구는 강건성 테스트의 효과성은 유지하였으며, 주입된 결함의 수는 43%, 생성한 테스트 케이스의 수는 63% 감소시킨 것을 확인할 수 있었다.

A Practical Intent Fuzzing Tool for Robustness of Inter-Component Communication in Android Apps

  • Choi, Kwanghoon;Ko, Myungpil;Chang, Byeong-Mo
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제12권9호
    • /
    • pp.4248-4270
    • /
    • 2018
  • This research aims at a new practical Intent fuzzing tool for detecting Intent vulnerabilities of Android apps causing the robustness problem. We proposed two new ideas. First, we designed an Intent specification language to describe the structure of Intent, which makes our Intent fuzz testing tool flexible. Second, we proposed an automatic tally method classifying unique failures. With the two ideas, we implemented an Intent fuzz testing tool called Hwacha, and evaluated it with 50 commercial Android apps. Our tool offers an arbitrary combination of automatic and manual Intent generators with executors such as ADB and JUnit due to the use of the Intent specification language. The automatic tally method excluded almost 80% of duplicate failures in our experiment, reducing efforts of testers very much in review of failures. The tool uncovered more than 400 unique failures including what is unknown so far. We also measured execution time for Intent fuzz testing, which has been rarely reported before. Our tool is practical because the whole procedure of fuzz testing is fully automatic and the tool is applicable to the large number of Android apps with no human intervention.

산업용 제어기기의 통신 견고성 시험 방안 연구 (A study on Communication Robustness Testing for Industrial Control Devices)

  • 박경미;신동훈;김우년;김신규
    • 정보보호학회논문지
    • /
    • 제29권5호
    • /
    • pp.1099-1116
    • /
    • 2019
  • 다양한 산업 분야 및 주요 기반시설에서 사용되는 산업 제어시스템의 보안 위협에 대응하기 위해 산업용 제어기기에 대한 보안 평가 제도가 도입되어 운영되고 있다. 산업용 제어기기의 보안 평가 시험은 산업 제어시스템을 구성하는 각 구성요소별 보안요구사항을 시험하는 것으로서 기기 자체의 보안 기능에 대한 시험과 통신 견고성에 대한 시험을 포함한다. 본 논문에서는 국내 외 산업용 제어기기의 인증 시험인 EDSA, Achilles, 산업 제어시스템 보안요구사항(TTA 표준) 및 각각의 통신 견고성 시험의 특징을 분석하였다. 통신 견고성 시험은 퍼징 및 과부하 패킷을 전송하는 동안 기기의 정상동작 여부를 확인하는 것으로 기존의 시험환경 및 기준은 대부분 임베디드 장치의 특징에 초점이 맞춰져 있어 다양한 산업용 제어기기에 적용하기에는 한계점이 존재한다. 이에 본 논문에서는 산업 제어시스템에서 사용되는 제어 H/W, 제어 S/W, 현장장치, 네트워크 장비의 특성을 반영한 통신 견고성 시험환경 구축방안 및 시험시 고려해야할 사항을 제시하였다. 향후에는 제안한 기기별 통신 견고성 시험 기준을 실제 제품에 적용할 때 발생하는 이슈사항을 확인하고 이에 대한 해결책을 제시하고자 한다.

폴트 삽입 방식을 통한 자바 가상 기계의 강건성 테스팅(Robustness Testing) 기법 (Robustness Testing of Java Virtual Machine using fault injection)

  • 이성민;김상운;강제성;권용래
    • 한국정보과학회:학술대회논문집
    • /
    • 한국정보과학회 2004년도 봄 학술발표논문집 Vol.31 No.1 (B)
    • /
    • pp.355-357
    • /
    • 2004
  • Java의 경우 기존의 강건성 테스팅 방법인 ballista로는 객체 타입의 인자 및 파일 시스템의 변화를 시뮬레이션 할 수 없다. 따라서 객체에 대한 특별한 접근을 필요로 한다. 본 논문에서는 객체에 폴트를 삽입하는 방식을 통하여 자바 가상 기계의 강건성(Robustness)을 테스팅하는 방법을 제안한다. 자바 디버깅 툴인 JPDA를 사용하여 자바 가상 머신에 대한 직접적인 접근 및 의도한 상태 및 환경 변경을 가능하게 하고 이를 통해 자바 가상 기계에 폴트가 심어진 객체를 수행시킬 수 있다. 객체를 수행시키고 의도한 예외상황의 발생 유무를 관찰함으로써 자바 가상 기계의 강건성을 테스트 할 수 있다.

  • PDF

Consequence-based robustness assessment of a steel truss bridge

  • Olmati, Pierluigi;Gkoumas, Konstantinos;Brando, Francesca;Cao, Liling
    • Steel and Composite Structures
    • /
    • 제14권4호
    • /
    • pp.379-395
    • /
    • 2013
  • Aim of this paper is to apply to a steel truss bridge a methodology that takes into account the consequences of extreme loads on structures, focusing on the influence that the loss of primary elements has on the structural load bearing capacity. In this context, the topic of structural robustness, intended as the capacity of a structure to withstand damages without suffering disproportionate response to the triggering causes while maintaining an assigned level of performance, becomes relevant. In the first part of this study, a brief literature review of the topics of structural robustness, collapse resistance and progressive collapse takes place, focusing on steel structures. In the second part, a procedure for the evaluation of the structural response and robustness of skeletal structures under impact loads is presented and tested in simple structures. Following that, an application focuses on a case study bridge, the extensively studied I-35W Minneapolis steel truss bridge. The bridge, which had a structural design particularly sensitive to extreme loads, recently collapsed for a series of other reasons, in part still under investigation. The applied method aims, in addition to the robustness assessment, at increasing the collapse resistance of the structure by testing alternative designs.

Software-in-the-Loop 시뮬레이션 기반의 임베디드 소프트웨어의 견고성 테스팅 (A Testing on Robustness of Embedded Software Based on Software-in-the-Loop Simulation)

  • 정수용;백태산;황병일;이우진
    • 한국컴퓨터정보학회:학술대회논문집
    • /
    • 한국컴퓨터정보학회 2015년도 제52차 하계학술대회논문집 23권2호
    • /
    • pp.5-8
    • /
    • 2015
  • 소프트웨어의 작동 중에 중대한 고장 없이 유연하게 대처할 수 있는 성질은 견고성이라 불리며 임베디드 소프트웨어에서 중요하게 여겨진다. 본 논문에서는 개발 중인 임베디드 소프트웨어의 견고성을 조기에 검증하기 위하여, 실물 시스템을 이용한 테스트가 갖는 물리적 한계를 극복할 수 있는 Software-in-the-Loop 시뮬레이션을 이용하여 개발 중인 PC에 견고성 테스팅 환경을 갖추는 방법을 제시한다. 제시한 방법은 소프트웨어의 견고성을 표현할 수 있게끔 만드는 테스트 케이스를 생성하고, 가상 시뮬레이션 환경을 구성하여 테스트 케이스를 실행함으로써 소프트웨어의 견고성을 객관적인 수치의 형태로 나타내는 방법을 보인다.

  • PDF

ADAPTIVE FDI FOR AUTOMOTIVE ENGINE AIR PATH AND ROBUSTNESS ASSESSMENT UNDER CLOSED-LOOP CONTROL

  • Sangha, M.S.;Yu, D.L.;Gomm, J.B.
    • International Journal of Automotive Technology
    • /
    • 제8권5호
    • /
    • pp.637-650
    • /
    • 2007
  • A new on-line fault detection and isolation(FDI) scheme has been proposed for engines using an adaptive neural network classifier; this paper investigates the robustness of this scheme by evaluating in a wide range of operational modes. The neural classifier is made adaptive to cope with the significant parameter uncertainty, disturbances, and environmental changes. The developed scheme is capable of diagnosing faults in the on-line mode and can be directly implemented in an on-board diagnosis system(hardware). The robustness of the FDI for the closed-loop system with crankshaft speed feedback is investigated by testing it for a wide range of operational modes, including robustness against fixed and sinusoidal throttle angle inputs, change in load, change in an engine parameter, and all changes occurring simultaneously. The evaluations are performed using a mean value engine model(MVEM), which is a widely used benchmark model for engine control system and FDI system design. The simulation results confirm the robustness of the proposed method for various uncertainties and disturbances.

SOA에서 서비스 조합의 강건성 테스트 방법 및 테스트 프레임워크 (A Robustness Test Method and Test Framework for the Services Composition in the Service Oriented Architecture)

  • 국승학;김현수
    • 한국정보과학회논문지:소프트웨어및응용
    • /
    • 제36권10호
    • /
    • pp.800-815
    • /
    • 2009
  • 최근 웹 서비스 기반 서비스 지향 구조는 네트워크 상에 분산된 다양한 애플리케이션을 효과적으로 통합하기 위한 방법으로 널리 활용되고 있다. 서비스 지향 구조에서 BPEL은 비즈니스 프로세스 모델 언어로, 다양한 서비스들을 통합하는 방법을 제시하고 있다. 현재 이러한 BPEL을 이용한 서비스 통합 및 조합에 관해 많은 연구가 진행되고 있으며 서비스들 간의 호환성을 검증하려는 노력, 비즈니스 프로세스의 식별과 추적에 관한 몇몇 연구가 진행되었다. 그러나 다양한 서비스의 조합으로 인해 발생하는 문제를 해결하려는 연구는 부족하다. 특히 조합된 서비스가 얼마나 신뢰할 수 있는지, 예외 상황에 대해 얼마나 강건하게 대처할 수 있는지 평가하고자 하는 노력은 거의 이루어지지 않았다. 이에 본 논문에서는 BPEL을 이용한 서비스 조합에 있어서 조합된 서비스의 강건성을 테스트하기 위한 방법과 이 방법을 지원하기 위한 테스트 프레임워크를 제시한다. 본 논문의 방법은 BPEL 프로세스와 참여하는 다양한 서비스를 분석하고, 분석된 정보를 바탕으로 실제 서비스들에서 발생 가능한 다양한 예외 상황을 발생시키는 가상의 환경을 구축하여 강건성 테스트를 수행한다. 이는 BPEL 프로세스로 표현된 서비스 조합이 얼마나 예외 상황에 강건하게 대처하는지 검증하는 방법이다.

The Nonparametric Test for Detecting Main Effects for Three-Way ANOVA Models

  • Park, Young-Hun
    • Journal of the Korean Statistical Society
    • /
    • 제25권3호
    • /
    • pp.419-432
    • /
    • 1996
  • When interactions are not present in a three-way layout, the lim-iting null distribution of the F statistic for testing main effects when applied to the rank-score transformed data is the same as the limiting null distribution of the usual F statistic when applied to the normal data. The simulation results exhibit that the rank transform test is robust with respect to significance level and powerful for testing main effects in a three-way factorial experiment.

  • PDF

공급사슬 회복탄력성 선행요인과 공급사슬 회복 탄력성, 기업 경영성과 간의 관계 (The Relationship between the Preceding Factors of Supply Chain Resilience, Supply Chain Resilience, and Business Performance)

  • 박찬권;서영복
    • 중소기업연구
    • /
    • 제43권2호
    • /
    • pp.1-30
    • /
    • 2021
  • 본 연구는 공급사슬 회복탄력성 선행요인들과 공급사슬 회복탄력성, 기업 경영성과 간의 관계에 대하여 분석하는 것이다. 공급사슬 회복탄력성의 선행요인으로 공급사슬통합, 위험관리활동, 가시성을 선정하였으며, 이들 요인들이 공급사슬 회복탄력성으로서 민첩성과 강건성에 미치는 영향, 민첩성과 강건성 요인이 기업 경영성과에 미치는 영향을 연구하는 것이다. 이를 위하여 우리나라의 제조 기업체를 대상으로 설문조사를 시행하였으며, 총 124부의 설문지를 연구에 활용하였다. 연구가설의 검정결과 공급사슬통합, 위험관리활동, 가시성은 민첩성과 강건성에 정(+)의 유의한 영향을 미친다. 그리고 민첩성은 기업 경영성과에 정(+)의 유의한 영향을 미친다. 그러나 강건성은 기업 경영성과에 정(+)의 영향을 미치지만 유의하지는 않았다. 이러한 연구가설 검정을 통해 중소 제조 기업들이 공급사슬 회복탄력성을 확보하기 위해서는 공급사슬통합, 위험관리활동, 가시성 역량을 확보할 필요성이 있다. 또한 민첩성과 가시성 역량은 기업 경영성과로 연결될 수 있음을 확인하였다. 그리고 공급사슬 회복탄력성의 선행요인들과 공급사슬 회복탄력성, 기업 경영성과 간의 전체적인 관계 구조에 대하여 제시하였다.