RISS 학술연구정보서비스

검색

인기 검색어

    다국어 입력

    http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.

    변환된 중국어를 복사하여 사용하시면 됩니다.

    예시)
    • 中文 을 입력하시려면 zhongwen을 입력하시고 space를누르시면됩니다.
    • 北京 을 입력하시려면 beijing을 입력하시고 space를 누르시면 됩니다.
    닫기

    사용자 화면 블랙박스 테스트와 웹 인터페이스 화이트박스 테스트를 통한 웹 어플리케이션 테스트 방법 = Web Application Test using both Black and White box Techinique

    한글로보기

    https://www.riss.kr/link?id=T11551316

    • 0

      상세조회
    • 0

      다운로드
    서지정보 열기
    • 내보내기
    • 내책장담기
    • 공유하기
    • 오류접수

    부가정보

    국문 초록 (Abstract) kakao i 다국어 번역

    웹 어플리케이션은 전통적인 소프트웨어와 달리, 프레임워크가 제공하는 라이브러리를 재사용해서 구현하며, 계층화 아키텍처를 갖는다. 또한 화면으로 들어온 사용자 요청을 처리하기 위해, 화면에서 시작하여 해당 웹 어플리케이션 구성 컴포넌트가 실행되고 데이터베이스를 경유하여 다시 화면으로 돌아오는 실행 흐름, 즉 비즈니스 로직을 갖는다. 웹 어플리케이션을 효과적으로 테스트하기 위해서는 이러한 웹 어플리케이션의 특징을 반영하는 테스트 방안이 필요하다.
    본 논문은 테스트 대상의 모든 비즈니스 로직과 각 비즈니스 로직에 대한 인터페이스를 모두 테스트 하도록 하는 웹 비즈니스 로직 상의 인터페이스 테스트 커버리지를 제안한다. 효과적인 웹 어플리케이션 테스트를 위해 사용자 화면으로 테스트를 수행하되, 웹 비즈니스 로직 상의 인터페이스 테스트 커버리지로 검증하는 방법을 제안하고, 이를 자동화한 테스트 도구인 Testopia^(cov) 를 통해 제안하는 웹 어플리케이션 테스트 방법을 분석한다.
    번역하기

    웹 어플리케이션은 전통적인 소프트웨어와 달리, 프레임워크가 제공하는 라이브러리를 재사용해서 구현하며, 계층화 아키텍처를 갖는다. 또한 화면으로 들어온 사용자 요청을 처리하기 위...

    웹 어플리케이션은 전통적인 소프트웨어와 달리, 프레임워크가 제공하는 라이브러리를 재사용해서 구현하며, 계층화 아키텍처를 갖는다. 또한 화면으로 들어온 사용자 요청을 처리하기 위해, 화면에서 시작하여 해당 웹 어플리케이션 구성 컴포넌트가 실행되고 데이터베이스를 경유하여 다시 화면으로 돌아오는 실행 흐름, 즉 비즈니스 로직을 갖는다. 웹 어플리케이션을 효과적으로 테스트하기 위해서는 이러한 웹 어플리케이션의 특징을 반영하는 테스트 방안이 필요하다.
    본 논문은 테스트 대상의 모든 비즈니스 로직과 각 비즈니스 로직에 대한 인터페이스를 모두 테스트 하도록 하는 웹 비즈니스 로직 상의 인터페이스 테스트 커버리지를 제안한다. 효과적인 웹 어플리케이션 테스트를 위해 사용자 화면으로 테스트를 수행하되, 웹 비즈니스 로직 상의 인터페이스 테스트 커버리지로 검증하는 방법을 제안하고, 이를 자동화한 테스트 도구인 Testopia^(cov) 를 통해 제안하는 웹 어플리케이션 테스트 방법을 분석한다.

    더보기

    다국어 초록 (Multilingual Abstract) kakao i 다국어 번역

    Unlike the traditional software, web application is implemented by reusing the library provided by framework and has hierarchical architecture. Also, to deal with the user request from a screen, web application has an execution flow, called ‘Business Logic’, which starts with a screen, execute its composed component, pass through a database, and come back to the screen. To test web application effectively, it is necessary to prepare a test plan reflecting the characteristics of web application.
    This paper suggests interface test coverage on the web business logic to test all the interfaces about all the business logics of the test target and each business logic. For effective testing of web application, it execute test user screens, propose the method to verify the target by using interface test coverage on the web business logic, and analyze the web application test method suggested by Testopiacov, a test automation tool.
    번역하기

    Unlike the traditional software, web application is implemented by reusing the library provided by framework and has hierarchical architecture. Also, to deal with the user request from a screen, web application has an execution flow, called ‘Busines...

    Unlike the traditional software, web application is implemented by reusing the library provided by framework and has hierarchical architecture. Also, to deal with the user request from a screen, web application has an execution flow, called ‘Business Logic’, which starts with a screen, execute its composed component, pass through a database, and come back to the screen. To test web application effectively, it is necessary to prepare a test plan reflecting the characteristics of web application.
    This paper suggests interface test coverage on the web business logic to test all the interfaces about all the business logics of the test target and each business logic. For effective testing of web application, it execute test user screens, propose the method to verify the target by using interface test coverage on the web business logic, and analyze the web application test method suggested by Testopiacov, a test automation tool.

    더보기

    목차 (Table of Contents)

    • I. 서론 = 1
    • A. 연구 배경 = 1
    • B. 연구 목적 및 내용 = 2
    • C. 논문 구성 = 3
    • II. 관련연구 = 5
    • I. 서론 = 1
    • A. 연구 배경 = 1
    • B. 연구 목적 및 내용 = 2
    • C. 논문 구성 = 3
    • II. 관련연구 = 5
    • A. 웹 어플리케이션 상용 테스트 도구 및 자바 테스트 도구 = 5
    • B. 웹 어플리케이션 화이트박스 테스트 = 7
    • III. 웹 어플리케이션 테스트 = 10
    • A. 웹 인터페이스 = 11
    • B. 웹 비즈니스로직 = 15
    • C. 웹 인터페이스 커버리지 = 18
    • IV. Testopiacov = 20
    • V. 적용 및 분석 = 23
    • A. 적용 = 23
    • B. 분석 = 24
    • 1. 웹 어플리케이션 구조 친화적 테스트 = 25
    • 2. Ricca& Tonella 웹 테스트와의 비교 = 28
    • 3. 결함 분석 = 30
    • VI. 결론 및 향후 연구 = 31
    • 참고문헌 = 33
    • ABSTRACT = 35
    더보기

    분석정보

    View

    상세정보조회

    0

    Usage

    원문다운로드

    0

    대출신청

    0

    복사신청

    0

    EDDS신청

    0

    동일 주제 내 활용도 TOP

    더보기

    주제

    연도별 연구동향

    연도별 활용동향

    연관논문

    연구자 네트워크맵

    공동연구자 (7)

    유사연구자 (20) 활용도상위20명

    이 자료와 함께 이용한 RISS 자료

    나만을 위한 추천자료

    해외이동버튼