• Title/Summary/Keyword: Test data automation

Search Result 180, Processing Time 0.025 seconds

Software Test Automation Using Data-Driven Approach : A Case Study on the Payment System for Online Shopping (데이터 주도 접근법을 활용한 소프트웨어 테스트 자동화 : 온라인 쇼핑몰 결제시스템 사례)

  • Kim, Sungyong;Min, Daihwan;Rim, Seongtaek
    • Journal of Information Technology Services
    • /
    • v.17 no.1
    • /
    • pp.155-170
    • /
    • 2018
  • This study examines a data-driven approach for software test automation at an online shopping site. Online shopping sites typically change prices dynamically, offer various discounts or coupons, and provide diverse delivery and payment options such as electronic fund transfer, credit cards, mobile payments (KakaoPay, NaverPay, SyrupPay, ApplePay, SamsungPay, etc.) and so on. As a result, they have to test numerous combinations of possible customer choices continuously and repetitively. The total number of test cases is almost 584 billion. This requires somehow automation of tests in settling payments. However, the record playback approach has difficulties in maintaining automation scripts due to frequent changes and complicated component identification. In contrast, the data-driven approach minimizes changes in scripts and component identification. This study shows that the data-driven approach to test automation is more effective than the traditional record playback method. In 2014 before the test automation, the monthly average defects were 5.6 during the test and 12.5 during operation. In 2015 after the test automation, the monthly average defects were 9.4 during the test and 2.8 during operation. The comparison of live defects and detected errors during the test shows statistically significant differences before and after introducing the test automation using the data-driven approach.

Critical Success Factors for Implementing Software Test Automation (SW 테스트 자동화 구현을 위한 핵심성공요인에 관한 연구)

  • Kim, Sungyong;Min, Daihwan;Rim, Seongtaek;Chai, Bong-soo
    • Journal of Information Technology Applications and Management
    • /
    • v.27 no.6
    • /
    • pp.101-116
    • /
    • 2020
  • This study attempts to derive critical success factors and prioritize activities for implementing the automation of software test. Software testing proceeds in five steps of test plan, test case design, test scripting & test environment setup, test execution & evaluation, and test closure. From the literature, twenty influence factors in the five steps were identified. Focus Group Interviews with ten experts in software testing selected fourteen factors on the basis of importance and feasibility. Some factors were further divided to clarify their meanings and the number of influence factors finally became twenty one. A survey on the influence factors was conducted with 75 IT professionals. An importance-feasibility analysis was applied to the survey responses and classified the influence factors into four groups of essential factors, critical factors, low priority factors, and minimal factors. Essential factors include objectives for test automation, strategies for test automation, test automation training, test automation education, setting up test automation environment, setting up test environment, test automation tool selection. Critical factors include management's continued support, management's continued interest, role of automation engineers, and skills of automation engineers. This result suggests that a lot of efforts should be put into SW test plan for the successful SW test automation and SW automation should proceed in consideration with the priorities and resource consumption.

Motion Sensing System for Automation of Neuropsycological Test (신경인지 검사를 위한 모션 센싱 시스템)

  • Jo, Wonse;Cheon, Kyeong-Min;Rew, Keun-Ho
    • Journal of Sensor Science and Technology
    • /
    • v.26 no.2
    • /
    • pp.128-134
    • /
    • 2017
  • Until now, neuropsychological tests can diagnose the brain dysfunction, however, cannot distinguish the objective data of experiment enough to distinguish the relationships between brain dysfunction and cerebropathia. In this paper, an automatic cognitive test equipment system with 6-axis motion sensors was proposed for the automation of neuropsychological tests. Fist-Edge-Palm(FEP) test and Go-no go test were used to evaluate motor programming of frontal lobe. The motion data from the specially designed motion glove are transmitted wirelessly to a computer to detect the gestures automatically. The healthy 20 and 11 persons are investigated for the FEP and Go-No go test, respectively. The recognition rates of gestures of FEP and Go-No go test are min. 91.38% and 89.09%. In conclusion, the automations of cognitive tests are successful to diagnose the brain diagnostics quantitatively.

Development of Test Simulator for Developing Fuel Quantity Measurement System for Supersonic Jet Trainer Conformal Fuel Tank (초음속항공기 보조연료탱크 연료량측정시스템 개발용 모사시험장치 개발)

  • Kim, Bong-Gyun;Park, Dae-Jin;Jeon, Hyeon-Wu;Lee, Sangchul
    • Journal of the Korean Society for Aviation and Aeronautics
    • /
    • v.26 no.2
    • /
    • pp.76-82
    • /
    • 2018
  • A test simulator is needed to develop a fuel quantity measurement system that takes into account the roll and pitch motion of the aircraft. In this paper, we develop a test simulator that consists of attitude simulation equipment, fueling equipment, and data storage equipment. The attitude simulation equipment simulates the aircraft attitude. It is manufactured to operate pitch angle and roll angle movement. The fueling equipment supplies fuel to the supplementary fuel tank. The data storage equipment collects and stores the measured data. We also develop an automation software that operates the test simulator and collects data automatically. The test simulator has been automated to prevent testers from being exposed to toxic fuel. Through automation software, the collection period is reduced by one quarter compared to manual collection. The developed fuel quantity measurement system is verified through the test simulator.

Design of Software Testing Automation Framework sharing Test Information based on XML (XML기반 테스트 정보를 공유하는 소프트웨어 테스팅 자동화 프레임워크의 설계)

  • Chung Chang-Shin;Lee Kye-Im;Kim Jong-Hee;Jung Soon-Key
    • Journal of the Korea Society of Computer and Information
    • /
    • v.10 no.3 s.35
    • /
    • pp.89-99
    • /
    • 2005
  • The testing time and cost of developed software can be reduced by automation of the whole or part of testing process. Since the testing automation tools to be used currently have been developed without their interoperability, test case information such as test procedures, test data, and expectation of test results generated at the stage of test execution cannot be shared and reused in other testing automation tools, In order to reduce testing time and cost, in this thesis, we have proposed a software testing automation framework which makes it possible to share and reuse the test case information generated in testing process. To prove the availability and effectiveness of proposed testing automation framework, three testing automation tools that are available in current market were experimented by the test scenario. As a result of experiment, the testing time and cost could be reduced by sharing and reusing the test case information in software testing automation framework.

  • PDF

A Study on the Development Method of Android App GUI Test Automation Tool (안드로이드 앱 GUI 테스트 자동화 툴 개발 방법에 관한 연구)

  • Park, Se-jun;Kim, Kyu-jung
    • The Journal of the Korea Contents Association
    • /
    • v.21 no.8
    • /
    • pp.403-412
    • /
    • 2021
  • As the number of mobile apps increases exponentially, automation of tests performed in the app development process is becoming more important. Until the app is released, iterative verification is performed through various types of tests, and this study was conducted focusing on the GUI test among various types of tests. This study is meaningful in that it can contribute to the stable app distribution of the developer by suggesting the development direction of the GUI test. To develop Android's GUI test tool, I collected basic data before presenting the development method by researching Android's UI controls and Material design guideline. After that, for the existing GUI test automation tool, two tools based on screen capture test and four tools based on source code analysis test were studied. Through this, it was found that existing GUI test tools don't consider visual design, usability, and component arrangement. In order to supplement the shortcomings of existing tools, a new GUI test automation tool development method was presented based on the basic data previously studied.

The result on field test of distribution automation in distribution test center (배전 실증시험장에서의 배전자동화 실증시험 결과)

  • Ha, Bok-Nam;Yoon, Tae-Sang;Jeong, Yeong-Ho;Cho, Nam-Hun;Lim, Seong-Il;Kang, Moon-Ho
    • Proceedings of the KIEE Conference
    • /
    • 2000.07a
    • /
    • pp.182-184
    • /
    • 2000
  • There are several facilities in Kochang distribution test center such as artificial fault generator(AFG), new distribution automation system(NDAS), communication networks (wireless and optic), lumped constant circuit, switches for distribution automation, overhead and underground distribution line. We have been field testing on remote control, data acquisition. remote metering, feeder automation and so on for distribution automation using those equipment.

  • PDF

Development of Automation System of Water-Hydraulic and Leakage Test for Pressure Vessel (압력용기 수압 및 기밀시험 자동화 시스템 개발)

  • 이원희;김동수;이승현;김광영
    • Proceedings of the Korean Society of Precision Engineering Conference
    • /
    • 2003.06a
    • /
    • pp.1672-1675
    • /
    • 2003
  • In this study, we developed full automation test system for pressure vessel. This pressure vessel containing oxygen, nitrogen and carbon is widely used in industrial field. The test items of pressure vessel are divided into three branches which is weight measurement, water-hydraulic, and leakage test. After leakage test is completed, cleaning and dry progress is carried out. And control system is consist of three controller which is PLC, monitoring system and database system. PLC is control all of system. Monitoring system measures weight, pressure, flow etc and display to all conditions. Database system stores tested data. we design system to control all test modules in communication by a second period with three control modules. Finally, we verified this system by field test.

  • PDF

Intrusion Detection Scheme Using Traffic Prediction for Wireless Industrial Networks

  • Wei, Min;Kim, Kee-Cheon
    • Journal of Communications and Networks
    • /
    • v.14 no.3
    • /
    • pp.310-318
    • /
    • 2012
  • Detecting intrusion attacks accurately and rapidly in wireless networks is one of the most challenging security problems. Intrusion attacks of various types can be detected by the change in traffic flow that they induce. Wireless industrial networks based on the wireless networks for industrial automation-process automation (WIA-PA) standard use a superframe to schedule network communications. We propose an intrusion detection system for WIA-PA networks. After modeling and analyzing traffic flow data by time-sequence techniques, we propose a data traffic prediction model based on autoregressive moving average (ARMA) using the time series data. The model can quickly and precisely predict network traffic. We initialized the model with data traffic measurements taken by a 16-channel analyzer. Test results show that our scheme can effectively detect intrusion attacks, improve the overall network performance, and prolong the network lifetime.

Enterprise-wide Production Data Model for Decision Support System and Production Automation (생산 자동화 및 의사결정지원시스템 지원을 위한 전사적 생산데이터 프레임웍 개발)

  • Jang J.D.;Hong S.S.;Kim C.Y.;Bae S.M.
    • Proceedings of the Korean Society of Precision Engineering Conference
    • /
    • 2006.05a
    • /
    • pp.615-616
    • /
    • 2006
  • Many manufacturing companies manage their production-related data for quality management and production management. Nevertheless, production related-data should be closely related to each other Stored data is mainly used to monitor their process and products' error. In this paper, we provide an enterprise-wide production data model for decision support system and product automation. Process data, quality-related data, and test data are integrated to identify the process inter or intra dependency, the yield forecasting, and the trend of process status. In addition, it helps the manufacturing decision support system to decide critical manufacturing problems.

  • PDF