• 제목/요약/키워드: 탐색적 테스트

Search Result 126, Processing Time 0.027 seconds

Experimental Study of Keyword-Based Exploratory Testing (키워드 기반 탐색적 테스트의 실험적 연구)

  • Hwang, Jun Sun;Choi, Eun Man
    • Journal of Software Engineering Society
    • /
    • v.29 no.2
    • /
    • pp.13-20
    • /
    • 2020
  • The exploratory test was introduced as a desirable test method due to its fast development cycle, but it is not actively adopted because documentation and analysis of the test range are required for application. On the other hand, keyword-based testing has been introduced as a way to save resources and facilitate maintenance, but it is difficult to plan tests in advance due to the large number of variables such as data, settings, interactions, sequence and timing. However, in keyword-based testing, you can create a test case based on keywords by presenting clear criteria and methods for creating keywords and applying the exploration testing process. In this paper, we propose a model that automates exploratory tests based on keywords. To verify the effectiveness, we compared the general keyword-based test(KBT) and keyword-based exploratory test(KBET), and compared with the exploratory normal test case(ETC) and keyword-based exploratory test(KBET).

RAKTA: Automation of Exploratory Testing Based on Keyword (RAKTA: 키워드 기반 탐색적 테스팅 자동화)

  • Hwang, Jun-Sun;Choi, Eun Man
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2019.05a
    • /
    • pp.331-334
    • /
    • 2019
  • 일반적인 키워드 기반 테스트는 기능 위주의 키워드를 작성하여 테스트를 자동화하여 비용은 적게 들지만 활용도가 높은 테스트를 자동화기 어렵다. 한편 탐색적 테스트는 리스크 기반으로 차터를 작성하여 짧은 시간동안 많은 에러를 탐지하는 장점이 있으나, 문서화가 미흡하다는 단점이 있다. 위와 같은 단점을 보완하기 위하여 탐색적 테스트의 기본 원리를 고수하면서 효율적 키워드 기반 자동화가 가능한 RAKTA(Record And Keyword-based Test Automation) 방법론을 제안한다. RAKTA는 오픈 소스 키워드 기반 자동화 프레임워크인 로봇 프레임워크의 기술을 사용하여, 키워드 기반과, 탐색적 테스트의 장점을 뽑아 효율적으로 테스트 자동화하여 비용을 줄이고 많은 에러를 탐지할 수 있다. 또한 본 논문에서는 RAKTA 방법론을 활용한 여러 가지 키워드 재사용 사례와 기존 조직에서 사용하던 테스트 스크립트를 혼합하여 통합 테스트, 인수 테스트, 설치 테스트를 자동화하는 방법을 제안한다.

A Study on the Use of Exploraroty Testing in College Game Development Projects (대학의 게임개발프로젝트에서 탐색적 테스팅 활용 방안에 관한 연구)

  • Lee, Jong-Won
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2020.01a
    • /
    • pp.225-228
    • /
    • 2020
  • 대학의 게임개발 프로젝트에서 QA를 수행하기 위해 필요한 테스트 베이시스를 확보하기 쉽지 않다는 문제가 있다. 이렇게 테스트 베이시스가 부족한 경우 경험기반 테스트 기법이 대안이 될 수 있다. 탐색적 테스팅은 경험기반 테스트 기법 중에서도 체계화가 되어 있는 기법이다. 본 논문에서는 탐색적 테스팅을 활용할 경우에 필요한 탐색적 테스팅 수행 절차와 보고서 양식을 제시하였다. 본 논문에서 제안하는 QA 프로세스와 양식은 실제 게임개발 프로젝트에서 유용하게 적용할 수 있다.

  • PDF

A Study on the Use of Risk-Based Exploratory Testing of Game Projects in College (대학의 게임프로젝트에서 리스크 기반의 탐색적 테스팅 활용 방안 연구)

  • Jeong, Jun-Ho;Lim, Tae-Min;Lee, Jong-Won
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2020.07a
    • /
    • pp.489-492
    • /
    • 2020
  • 현재 청강 게임 졸업작품 프로젝트에서 QA팀의 테스트 활동은 명세를 기반으로 진행된다. 하지만 대학의 게임 개발 프로젝트 특성상 체계적인 문서와 같은 테스트 베이시스를 확보하기 어렵다. 이렇게 부족한 명세를 기반으로한 테스트는 테스트할 게임의 전체를 커버하기 어렵다. 따라서 이를 보완하기 위해 리스크 기반의 탐색적 테스팅 접근법을 활용하여 조금 더 효율적인 테스트 전략 및 프로세스를 제시하고자 한다.

  • PDF

A Comparison of the Search Based Testing Algorithm with Metrics (메트릭에 따른 탐색 기반 테스팅 알고리즘 비교)

  • Choi, HyunJae;Chae, HeungSeok
    • Journal of KIISE
    • /
    • v.43 no.4
    • /
    • pp.480-488
    • /
    • 2016
  • Search-Based Software Testing (SBST) is an effective technique for test data generation on large domain size. Although the performance of SBST seems to be affected by the structural characteristics of Software Under Test (SUT), studies for the comparison of SBST techniques considering structural characteristics are rare. In addition to the comparison study for SBST, we analyzed the best algorithm with different structural characteristics of SUT. For the generalization of experimental results, we automatically generated 19,800 SUTs by combining four metrics, which are expected to affect the performance of SBST. According to the experiment results, Genetic algorithm showed the best performance for SUTs with high complexity and test data evaluation with count ${\leq}20,000$. On the other hand, the genetic simulated annealing and the simulated annealing showed relatively better performance for SUTs with high complexity and test data evaluation with count ${\geq}50,000$. Genetic simulated annealing, simulated annealing and hill climbing showed better performance for SUTs with low complexity.

A Testing Method of Integrating Exploratory and Risk on Web Services Product (웹 서비스 제품에서 탐색 및 리스크를 결합한 테스트 방법)

  • Lee, Hyo-Sun;Kim, Neung-Hoe;Lee, Dong-Hyun;In, Hoh Peter
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2012.06b
    • /
    • pp.132-134
    • /
    • 2012
  • 웹 서비스 제품은 그 특성상 패치와 릴리즈가 잦고, 개발주기도 아주 짧다. 따라서 한정된 자원으로 많은 양의 품질 보증 활동이 요구되지만, 실시간으로 이루어지는 TTM(Time to market)을 맞추려면 신속하면서도 높은 수준의 품질을 보증하기 어렵다. 본 논문에서는 탐색적 테스팅 기법과 위험기반 테스팅 기법을 간소화하여, 리스크 분석 시 탐색적 기법으로 판단하여 바로 우선순위를 매기고 테스트를 진행한다. 여기서 리스크 Matrix에 리스크 분석 테이블을 적용하여 테스트 우선순위를 판단한다. 검증의 방법은 적용 전/후 프로젝트 수 대비 TTM 준수율 및 품질을 기준으로 한다.

Correlation Analysis and Regression Test on Cryptocurrency Price Data (암호화폐 가격 정보 데이터에 대한 상관관계분석 및 회귀테스트)

  • Kwon, Do-Hyung;Heo, Joo-Seong;Kim, Ju-Bong;Lim, Hyun-Kyo;Han, Youn-Hee
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2018.05a
    • /
    • pp.346-349
    • /
    • 2018
  • 기존의 전통적인 금융 시장에 대한 탐색적 데이터 분석에 비해 암호화폐에 대한 탐색적 데이터 분석은 전무하다. 본 논문에서는 대표적인 암호화폐인 비트코인을 비롯하여 총 12 개의 암호화폐에 대한 상관관계 분석 및 회귀 모델을 적용하기 적합한지 여부를 결정하는 평균회귀테스트를 수행하고 그 결과에 대해 논한다.

An Integer Programming-based Local Search for the Set Covering Problem (집합 커버링 문제를 위한 정수계획법 기반 지역 탐색)

  • Hwang, Jun-Ha
    • Journal of the Korea Society of Computer and Information
    • /
    • v.19 no.10
    • /
    • pp.13-21
    • /
    • 2014
  • The set covering problem (SCP) is one of representative combinatorial optimization problems, which is defined as the problem of covering the m-rows by a subset of the n-columns at minimal cost. This paper proposes a method utilizing Integer Programming-based Local Search (IPbLS) to solve the set covering problem. IPbLS is a kind of local search technique in which the current solution is improved by searching neighborhood solutions. Integer programming is used to generate neighborhood solution in IPbLS. The effectiveness of the proposed algorithm has been tested on OR-Library test instances. The experimental results showed that IPbLS could search for the best known solutions in all the test instances. Especially, I confirmed that IPbLS could search for better solutions than the best known solutions in four test instances.

Goal-oriented Concolic Testing (목적 지향 콘콜릭 테스팅)

  • Chung, In-Sang;Park, Jung-Kyu
    • Journal of KIISE:Software and Applications
    • /
    • v.37 no.10
    • /
    • pp.768-772
    • /
    • 2010
  • Concolic testing generates test data by combining concrete program execution and symbolic execution to achieve high test coverage. CREST is a representative open-source test tool implementing concolic testing. Currently, however, CREST aims at exploring all possible execution paths. In case of testing a specific branch or block, thus, it can be ineffective. This paper suggests a goal-oriented concolic testing that generates test data to execute a given branch or block.

The Implementation of Parallel Bidirectional Search on MPI environment (MPI환경에서의 양방향 병렬 탐색의 구현)

  • 차광호;홍정우;곽재승;변옥환
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2002.10c
    • /
    • pp.346-348
    • /
    • 2002
  • 인공 지능 분야 문제의 특성으로 인하여 병렬 처리 기법의 적용이 자주 고려되고 있다. 특히 순차적인 문제 해결 알고리즘이 병렬 처리 개념과 접목되면서 새로운 특징을 갖는 알고리즘으로 발전될 수 있는데 양방향 병렬 탐색을 그 예로 들 수 있으며 특정 슈퍼컴퓨터를 대상으로 한 구현 결과도 보고 된 바 있다. 본 논문에서는 양방향 병렬 탐색 알고리즘을 보다 보편적인 메시지 패싱 인터페이스(MPI)를 이용하여 구현하고 두 종류의 병렬 시스템을 대상으로 테스트함으로서, MPI 환경에서의 양방향 병렬 탐색의 성능을 비교 분석하였다.

  • PDF