• 제목/요약/키워드: Scenario-based test

검색결과 304건 처리시간 0.141초

A Study on the ACC Safety Evaluation Method Using Dual Cameras (듀얼카메라를 활용한 ACC 안전성 평가 방법에 관한 연구)

  • Kim, Bong-Ju;Lee, Seon-Bong
    • Journal of Auto-vehicle Safety Association
    • /
    • 제14권2호
    • /
    • pp.57-69
    • /
    • 2022
  • Recently, as interest in self-driving cars has increased worldwide, research and development on the Advanced Driver Assist System is actively underway. Among them, the purpose of Adaptive Cruise Control (ACC) is to minimize the driver's driving fatigue through the control of the vehicle's longitudinal speed and relative distance. In this study, for the research of the ACC test in the real environment, the real-road test was conducted based on domestic-road test scenario proposed in preceding study, considering ISO 15622 test method. In this case, the distance measurement method using the dual camera was verified by comparing and analyzing the result of using the dual camera and the result of using the measurement equipment. As a result of the comparison, two results could be derived. First, the relative distance after stabilizing the ACC was compared. As a result of the comparison, it was found that the minimum error rate was 0.251% in the first test of scenario 8 and the maximum error rate was 4.202% in the third test of scenario 9. Second, the result of the same time was compared. As a result of the comparison, it was found that the minimum error rate was 0.000% in the second test of scenario 10 and the maximum error rate was 9.945% in the second test of scenario 1. However, the average error rate for all scenarios was within 3%. It was determined that the representative cause of the maximum error occurred in the dual camera installed in the test vehicle. There were problems such as shaking caused by road surface vibration and air resistance during driving, changes in ambient brightness, and the process of focusing the video. Accordingly, it was determined that the result of calculating the distance to the preceding vehicle in the image where the problem occurred was incorrect. In the development stage of ADAS such as ACC, it is judged that only dual cameras can reduce the cost burden according to the above derivation of test results.

Design and Implementation of a Scenario Composition Supporting Tool for Object-Oriented Integration Testing Using the Requirement Trace Table (요구사항 추적테이블을 이용한 객체지향 통합 테스트 시나리오 작성지원 도구의 설계 및 구현)

  • Choe, Sin-Hyeong;Han, Pan-Am
    • The KIPS Transactions:PartD
    • /
    • 제9D권4호
    • /
    • pp.651-658
    • /
    • 2002
  • This paper suggests the scenario composition supporting method, which can be used to perform integration test based on specification, and implemented a scenario composition supporting tool. To compose scenario for object-oriented integration testing, requirement specification, Process definition table and program to table relation diagram are used. In addition, requirement trace table is created. It can check user's requirements, quickly and exactly, dividing former three fables into the stages of requirement analysis, design, and test. The output of scenario composition supporting tool plays a guide part in composing scenario. This tool can reduce scenario composition effort of quality for the checking team and prevent an omission of requirement and input of errors during the test.

A Test Scenario Generation Technique based on Task Information for Interaction Testing among Android Components (안드로이드 컴포넌트 상호작용 테스팅을 위한 태스크 정보기반 테스트 시나리오 생성 기법)

  • Baek, Tae-San;Lee, Woo Jin
    • Journal of KIISE
    • /
    • 제44권6호
    • /
    • pp.595-600
    • /
    • 2017
  • Android applications are composed of one or more components. The components within an application or several applications may interact with each other primarily through intents. Such interactions may cause security and reliability issues such as broadcast theft, activity hijacking, and intent spoofing. These problems need to be resolved through testing techniques using various interaction test scenarios before an application gets launched. However, with the existing test scenario generation approach, some infeasible test scenarios may be generated since they do not consider the re-execution order based on activity setting when pressing the back button. This paper proposes a test case generation technique which removes infeasible interaction paths by utilizing the activity stack information.

The Development of Test Items based on Scenario to Measure Information and Communication Ethics (시나리오 기반의 정보통신윤리 의식 측정 검사도구 개발)

  • Kim, Seong-Sik;Yu, Hyeong-Keun;Kim, Kil-Mo;Cho, Seong-Hwan
    • Journal of The Korean Association of Information Education
    • /
    • 제13권2호
    • /
    • pp.237-246
    • /
    • 2009
  • The goal of this research is to develop and validate test items to measure Information and Communication Ethics(ICE) based on scenario. For this, we need to preferentially identify the primary factors in understanding and diagnosing the consciousness level of adolescents on the ICE. To solve this problem, in this research, we identified and validated major indices that consist of the ICE. Finally, For attaining the objective of the research, we developed test items based on scenario with including ICE dilemmas and applied to high school students. Thus, the results of this research indicate that test items can be used as valid and reliable scale to measure ICE level of students.

  • PDF

A Study on the Development of User Centered Smart City Experience Scenario - Using Local Spatial Information and the Persona Model (스마트시티 사용자 체험 시나리오 도출 연구 지역공간정보 및 페르소나 모델을 활용하여)

  • Kim, So-Yeon;An, Se-Yun
    • The Journal of the Korea Contents Association
    • /
    • 제18권6호
    • /
    • pp.333-341
    • /
    • 2018
  • Recently, there has been a growing interest in user-centered smart city services. This study examines the spatial information type to derive a smart city service scenario through space - based communication and aims to establish a direction for user - centered experience factor scenario. The results of this study are meaningful for presenting basic data to suggest a space scenario where citizens can experience smart city as walking map and experience route applicable to future smart city test bed. In particular, we simulated the walking scenarios in the smart city test bed through Walking Map, which is tested the service direction based on user requirements. Through this study, we confirmed that smart city service through existing infrastructure can be used multipurpose. The spatial information and the experience factor linkage model and the walking map through the persona model presented in this study can be utilized as a preliminary scenario applicable to the future smart city test bed.

Conformance Test Scenario Extraction Techniques for Embedded Software using Test Execution Time (테스트 수행시간을 고려한 임베디드 소프트웨어의 적합성 테스트 시나리오 추출 기법)

  • Park, In-Su;Shin, Young-Sul;Ahn, Sung-Ho;Kim, Jin-Sam;Kim, Jae-Young;Lee, Woo-Jin
    • The KIPS Transactions:PartD
    • /
    • 제17D권2호
    • /
    • pp.147-156
    • /
    • 2010
  • Conformance testing for embedded software is to check whether software was correctly implemented according to software specification or not. In conformance testing, test scenarios must be extracted to cover every test cases of software. In a general way, test scenarios simply focus on testing all functions at least one time. But, test scenarios are necessary to consider efficiency of test execution. In this paper, we propose a test scenario extraction method by considering function's execution time and waiting time for user interaction. A test model is a graph model which is generated from state machine diagram and test cases in software specification. The test model is augmented by describing test execution time and user interaction information. Based on the test model, test scenarios are extracted by a modified Dijkstra's algorithm. Our test scenario approach can reduce testing time and improve test automation.

A Study on Development of High Risk Test Scenario and Evaluation from Field Driving Conditions for Autonomous Vehicle (실도로 주행 조건 기반의 자율주행자동차 고위험도 평가 시나리오 개발 및 검증에 관한 연구)

  • Chung, Seunghwan;Ryu, Je Myoung;Chung, Nakseung;Yu, Minsang;Pyun, Moo Song;Kim, Jae Bu
    • Journal of Auto-vehicle Safety Association
    • /
    • 제10권4호
    • /
    • pp.40-49
    • /
    • 2018
  • Currently, a lot of researches about high risk test scenarios for autonomous vehicle and advanced driver assistance systems have been carried out to evaluate driving safety. This study proposes new type of test scenario that evaluate the driving safety for autonomous vehicle by reconstructing accident database of national automotive sampling system crashworthiness data system (NASS-CDS). NASS-CDS has a lot of detailed accident data in real fields, but there is no data of accurate velocity in accident moments. So in order to propose scenario generation method from accident database, we try to reconstruct accident moment from accident sketch diagram. At the same step, we propose an accident of occurrence frequency which is based on accident codes and road shapes. The reconstruction paths from accident database are integrated into evaluation of simulation environment. Our proposed methods and processor are applied to MILS (Model In the Loop Simulation) and VILS (Vehicle In the Loop Simulation) test environments. In this paper, a reasonable method of accident reconstruction typology for autonomous vehicle evaluation of feasibility is proposed.

A GUI Testing Method base on Scenario for Mobile Application Software (시나리오 기반의 모바일 어플리케이션 소프트웨어 GUI 테스트 방법)

  • Hwang, Sun-Myung;Kim, Jung-Jong
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • 제9권3호
    • /
    • pp.681-689
    • /
    • 2008
  • Graphic User Interface(GUI) of mobile application is the working environment exchanging informations and almost functions on mobile are operated by it. In order to increase the productivity and to develop reliable mobile software, GUI test is absolutely needed. In this paper, we introduce the scenario based GUI test method and automatic tool(MoGuT). The MoGuT can detect the functional faults using scenarios and operate in SKVM environment.

Safety Assessment Scenarios for Cyclist AEB (자전거 대상 자동비상제동장치의 성능평가 시나리오 개발)

  • Kim, Taewoo;Yi, Kyongsu;Lee, EunDok
    • Journal of Auto-vehicle Safety Association
    • /
    • 제9권2호
    • /
    • pp.13-19
    • /
    • 2017
  • This paper presents safety assessment scenarios for cyclist autonomous emergency braking(AEB) system. To assess the safety performance of AEB in real traffic situation with limited number of scenarios, scenario should reflect the characteristics of real traffic collision cases. For this, statistic data of real traffic car-to-cyclist collision in Korea are analyzed. Many types of accidents are listed and categorized based on the movement of vehicle and cycle just before the collision. Then, the characteristics, main issues and limitations of each scenarios are discussed. Not only the test scenario itself but also the cost and time for the test are very important issues for the test scenarios to actually repeat the test for various systems. Also, the performance of AEB can be effected by the algorithm of AEB and the technical limitation of the sensors and hardwares. Therefore, required number of tests, possibility of dummy destruction and other technical issues are discussed for each scenarios. Based on these information, typical scenarios are selected. Also, using this information, vehicle speed range, cyclist speed and collision point are established. Proposed scenarios are verified and modified based on the vehicle test results. vehicle test was evaluated 5 times for each scenarios. Based on this results, final test scenarios are modified and proposed.

A Comparison of Predictive Power among SSP Scenarios of Oyster Aquaculture Production (SSP 시나리오별 굴 양식 생산량 예측력 비교)

  • Min-Gyeong Jeong;Jong-Oh Nam
    • The Journal of Fisheries Business Administration
    • /
    • 제54권1호
    • /
    • pp.37-49
    • /
    • 2023
  • Climate change is a major global problem. Oysters, one of the most representative farmed fish in Korea, are attracting attention as candidates for blue carbon, an alternative to carbon neutrality. This study is analyzed by the SSP scenarios to determine the impact of oyster aquaculture production according to climate change. Based on the analysis, future productions of oysters are predicted by the SSP scenario. Significant differences by the SSP scenario are confirmed through predictive power tests among scenarios. Regression analysis was conducted from January 2001 to December 2014. As a result of the analysis, water temperature, water temperature quadratic term, salinity, salinity quadratic term, and month × water temperature cross term were estimated as significant variables. Oyster production which is predicted by the SSP scenario based on the significant variables from 2015 to 2022 was compared with actual production. The model with the highest predictive power was selected by RMSE and MAPE criteria. The predictive power was compared with the MDM test to determine which model was superior. As a result, based on RMSE and MAPE, the SSP1-2.6 scenario was selected as the best model and the SSP1-2.6, SSP2-4.5, and SSP3-7.0 scenarios all showed the same predictive power based on the MDM test. In conculusion, this study predicted oyster aquaculture production by 2030, not the distant future, due to the short duration of the analytical model. This study was found that oyster aquaculture production increased in all scenarios and there was no significant difference in predictive power by the SSP scenario.