• 제목/요약/키워드: test automation

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

AirtestIDE를 이용한 테스트자동화 사례 연구 (A Case Study on the Test Automation Using AirtestIDE)

  • 김석순;이종원
    • 한국컴퓨터정보학회:학술대회논문집
    • /
    • 한국컴퓨터정보학회 2021년도 제64차 하계학술대회논문집 29권2호
    • /
    • pp.585-586
    • /
    • 2021
  • 유니티에서 안드로이드 앱을 개발하고 테스트하는 과정에 테스트 자동화 툴을 사용할 수 있다. 본 논문에서는 테스트 자동화 툴 중 AirtestIDE에 대해 소개하고, 이미지 캡쳐를 이용한 자동화 테스트인 Airtest와 UI제어 인식 기반 테스트인 Poco를 안드로이드 앱에 적용한 사례를 중심으로, 각 테스트에 대한 장점과 단점을 나열하여 앞으로의 테스트 자동화 툴이 더 나은 방법으로 변할 수 있는 방안을 제시하고자 한다.

  • PDF

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

  • 이원희;김동수;이승현;김광영
    • 한국정밀공학회:학술대회논문집
    • /
    • 한국정밀공학회 2003년도 춘계학술대회 논문집
    • /
    • 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

단위 테스트 자동화를 위한 자바 프로그램 테스트 코드 구축 (Building Test Codes for Unit Test Automation of Java Programs)

  • 윤회진
    • 소프트웨어공학소사이어티 논문지
    • /
    • 제23권4호
    • /
    • pp.141-149
    • /
    • 2010
  • 애자일 개발의 XP와 Scrum을 중심으로 단위 테스트 자동화의 중요성이 커지고 있다. 그러나 테스트 결과, 즉 통과 또는 실패를 자동으로 결정하기 위해서는 테스트 실행 결과와 예상 결과를 비교하는 과정이 필요하다. 이 부분의 구현이 자동화의 성패를 좌우한다. 본 연구는 단위 테스트 자동화를 위한 테스트 코드 작성을 소개하고, 테스트 코드 구현에서 고려해야할 사항을 언급한다. 첫째, void 형태의 메소드의 경우 테스트 데이터 실행 결과를 명시적으로 구하기 어려운 문제를 본 연구에서는 Mock 프레임워크를 사용하여 해결하였다. 둘째, void 형태의 메소드의 경우, criteria로 인해 구성된 테스트 경로상의 모든 문장들이 제대로 수행되었는지 하나씩 살펴보아야 하는지, 아니면 최종 문장에 대해서만 보아야 하는지의 문제이다. 본 연구에서는 Mock 프레임워크의 verify 기능을 활용하여 매 순간 제대로 실행되어져야 하는 메소드 호출을 중심으로 명확한 매개변수들을 사용하여 호출이 일어났는 지를 확인하고, 그 결과들이 모두 예상 결과와 맞을 때, 해당 테스트 케이스에 대한 테스트를 통과한 것으로 결정하였다.

  • PDF

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

  • 박세준;김규정
    • 한국콘텐츠학회논문지
    • /
    • 제21권8호
    • /
    • pp.403-412
    • /
    • 2021
  • 모바일 앱의 수가 기하급수적으로 늘어남에 따라 앱 개발과정에서 이루어지는 테스트의 자동화가 중요해지고 있다. 앱을 출시하기까지 다양한 유형의 테스트를 통해 반복적인 검증이 이루어지는데, 다양한 유형의 테스트 중 GUI 테스트를 중심으로 본 연구는 진행되었다. 안드로이드의 GUI 테스트 자동화 툴을 개발하기 위해서 안드로이드 앱 테스트의 UI Control 16가지와 Material Design Guideline에 대해서 기초 자료를 수집하였다. 그 후 기존 GUI 테스트 자동화 툴에 대해서 스크린 캡처 테스트 기반 2가지 툴과 소스코드 분석 테스트기반 4가지 툴 분석을 하였다. 분석을 통해 기존의 GUI 테스트 자동화 툴들은 시각적 설계, 인터페이스 사용 용이성, 컴포넌트 배치에 대해서는 고려하지 않고 있다는 점을 파악하였다. 이러한 기존 툴의 미비점을 보완하고자 새로운 GUI 테스트 자동화 툴 개발 방법으로 컴포넌트 선정이나 관리 분석 그리고 컴포넌트별 소스코드 예시로 탐색 메뉴나 버튼, 아이템 그룹화나 리스트에 관한 방법을 제시하였다. 본 연구는 GUI 테스트의 새로운 개발 방향을 제시함으로써 개발사의 안정적인 앱 배포에 기여할 수 있다는 점에서 의의가 있다.

배전자동화시스템의 프로토콜인 DNP 적합성 연구 (A Study on the DNP Compliance Test for Distribution Automation System)

  • 김명수;이상윤;고상천;윤명용
    • 대한전기학회:학술대회논문집
    • /
    • 대한전기학회 1999년도 추계학술대회 논문집 학회본부 B
    • /
    • pp.640-642
    • /
    • 1999
  • Recent work within the DNP work group has resulted in the proposal, DNP 3.0, as the informative interface for distribution automation systems. This proposed standard embodies the generic principles developed and used within generic protocol. This paper describes a compliance test procedure specifically for Distribution Automation System, practical experience.

  • PDF

신경 회로망을 이용한 Relay 작동전압 조정 자동화 시스템 개발 (Development of automation system for relay on/off voltage adjustment using neural network)

  • 국금환;최동엽
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 제어로봇시스템학회 1992년도 한국자동제어학술회의논문집(국내학술편); KOEX, Seoul; 19-21 Oct. 1992
    • /
    • pp.43-48
    • /
    • 1992
  • The automation system oriented as one of the second year automation projects for the small and medium sized enterprises(SME) was developed for the improvement of the production rate and cut the required manpower in the field of the relay which is one of the small electric components used in various industrial fields. The objectives of this study are not only improving the international competition of the relay itself but also partially solving the technical and financial problems featured by common bottlenecks of the SME for efficient assembly automation. For the purpose of these objectives, several topics are studied as followings. - Analyzing the adjustment process and determining the specification of the automation system. - Determining the layout for the automation system to meet the determined specification. - Detail design of the automation system for relay adjustment and inspection. - Control system design - Automation system development and performance test.

  • PDF

자동화 지표 계산 및 공장자동화 순서 결정을 위한 방법 (An automaticity indicator computation and a factory automation procedure)

  • 조현보;정기용;이인범;주재구;이주강;전종학
    • 산업공학
    • /
    • 제10권1호
    • /
    • pp.209-222
    • /
    • 1997
  • The paper provides a methodology to obtain the automaticity indicator of a factory and the sequence of enabling technologies of factory automation. The automaticity indicator is the measure of the current automation status of a factory and can be used as a crucial criteria for the future automation schedule and investment. Although most industries have their own computation methods which usually consider the number of workers in the shop floor, this research covers five evaluation items of automation, such as, production facility, material transfer system, inspection and test system, information system, and flexibility. The detailed evaluation models are developed for each item. Automation sequencing prioritizes the enabling technologies of factory automation on the basis of several criteria which consist of two phases. The first phase includes the automation indicator and the second phase includes six sub-criteria such as production rate, quality, number of workers, capital investment, development duration, development difficulty. For this evaluation, AHP(Analytical Hierarchy Process) is introduced to prevent the decision maker's subject intention. As results of the automaticity indicator and automation sequence, the manager can save time and cost in building constructive and transparent automation plans.

  • PDF

ARINC-661 개발 도구의 DO-330 도구 자격 획득을 위한 시험 자동화 에이전트 구현 (Implementation of Test Automation Agent for DO-330 Tool Qualified of ARINC-661 Development Tool)

  • 김도균;김영곤
    • Journal of Platform Technology
    • /
    • 제8권4호
    • /
    • pp.47-58
    • /
    • 2020
  • DO-330 소프트웨어 도구 자격증명 고려사항은 항공기에 탑재되는 소프트웨어 및 하드웨어를 개발/검증 하기 위해 사용되는 도구 개발 프로세스에 적용하기 위한 지침이다. 이 지침 상의 도구 개발 프로세스 중 검증 프로세스는 DO-330을 준수하기 위해 달성해야 하는 목표 중 많은 비중을 차지하고 있어 상당히 중요하다. 특히, 도구의 안전성 수준이 높은 개발 도구의 시험 목표들은 독립적으로 수행되어야 하기 때문에 많은 시간, 비용, 그리고 인력이 투입되어야 한다. 시험 절차를 잘 수립 해 놓았을 지라도 시험의 복잡도가 높아지면 인적 오류가 발생할 확률이 높아진다. 본 논문에서는 한화시스템에서 개발한 A661UAGEN 도구의 효율적인 DO-330 검증 프로세스를 진행하기 위한 스크립트 기반의 시험 자동화 에이전트 소프트웨어 구조를 제시하고 평가하였다. 그 결과 스크립트 기반의 시험 자동화 에이전트를 통해 자동화 된 시험이 테스트 엔지니어에 의한 수동 시험 보다 시험 수행 시간은 87.5%가 감소되었고, 시험 생산성은 43.75%가 향상되었음을 확인하였다.

  • PDF

인력식 곡류 파종기를 활용한 조,수수 파종 적응성 구명 (Adaptability test of the existing seeder in Foxtail millet & Sorghum)

  • 최일수;정선옥;전현종;최용;최덕규;강태경;현창식;이충근
    • 농업과학연구
    • /
    • 제41권4호
    • /
    • pp.259-264
    • /
    • 2014
  • This research was conducted to find design factors of seed metering device for developing seeder. It can be sowed precisely 1~3 seeds of Foxtail millet & Sorghum. To obtain fundamental information for designing seed metering device, we conducted adaptability test of the existing seeder in Foxtail millet & Sorghum. Major findings were as followings. Except of Model-A which was adapted sorghum(by seeding metering cup of width 3.9mm and length 4.5mm), seeders which were used in experiment showed that high value of miss-planted rates and more than four-planted rates. So to enhance precision of seeding in Foxtail millet & Sorghum, existing seeders were considered necessary by some supplementation.

주파수조정용 에너지저장장치 시운전 자동화 시스템의 개발과 실증 (Development and Demonstration of Trial-run Automation System of Energy Storage System for Frequency Regulation)

  • 임건표;최요한;이승민;박찬욱
    • 전기학회논문지P
    • /
    • 제66권3호
    • /
    • pp.110-116
    • /
    • 2017
  • System to automate the trial-run of energy storage system for frequency regulation was developed and demonstrated. Basic strategy was developed on the basis of trial-run procedure and verified in the computer simulation tool. The algorithm was developed and coded for 4MW trial-run automation system. 4MW trial-run automation system was connected to 4MW energy storage system for frequency regulation in Jocheon substation of Jeju city and demonstrated. 24MW trial-run automation system was developed on the basis of 4MW trial-run automation system and verified by operation system for 24MW energy storage system for frequency regulation. The operation system has own simulation model of energy storage system and power system. The verification was performed to improve the system in the view of user. 24MW trial-run automation system was demonstrated in 32MW Ul-san and 36MW Non-gong energy storage system. All tests of trial-run was done by manual and first they ware taken 1 week with no trial-run automation system. The manual trial-run tests were taken by maximum three times. Trial-run test by trial-run automation system was taken 2 days. The system helps reduce the trial-run test period and improve the accuracy of tests.