728x90
728x90
Saas 형태의 플랫폼이 많아지다 보니, 테스트 전략도 조금씩 변해야 하는것 같다.잊어버리지 않고 전략을 잘 구상하기 위해 간단히 정리해 보자.1. Smoke Test와 Sanity Test 차이 (SaaS 플랫폼 기준)목적시스템이 "기본적으로" 동작하는지 빠르게 확인특정 기능이나 버그 수정이 제대로 동작하는지 확인범위광범위하고 얕음 (전체 시스템 핵심 기능)좁고 깊음 (수정/추가된 부분 중심)시기빌드 후 가장 처음기능 추가/수정 이후 빠른 확인 단계질문 형태"이 빌드 배포 가능한가?""이 수정 정상적으로 반영됐는가?"실패 시전체 테스트 중단추가 세부 테스트 보류 Smoke Test: SaaS 서비스가 전체적으로 켜지고, 로그인/회원가입/대시보드 진입 정도는 되는지 정도의 수준Sanity Test: 예를..
최근에 좋은 책 하나를 찾아서 정독까지는 아니고 흝어 보면서 요즘 테스팅 책들을 한번 보았다 생각보다 내용이 너무 좋아서 남겨 본다 Gayathri Mohan의 "Full Stack Testing"은 풀스택 테스트의 최근 스타일의 모든 내용을 작성한 책 이다. 테스트의 기본 개념에서부터 다양한 테스트 기술과 도구, 그리고 테스트 프로세스와 전략에 이르기까지 트렌드에 사용되는 많은 부분들이 정리되어 있다 특히나 가장 큰 장점은 실무적인 접근 방식을 가지고, 다양한 예제와 연습 문제를 통해 읽는 사람들에게 테스트의 개념을 이해하고 실무에서 적용 가능한 내용이 꽤 된다. 또한, 자바와 자바스크립트를 사용하여 테스트를 구현하는 방법을 단계별로 설명함으로써 비록 쉬운 샘플 내용이지만 접근하기 쉽게 작성되어 있다...
Consider the following scenario:You download and open a mobile application for which there are 2 methods of signing up. You choose to sign up with Facebook but it doesn't work; the app crashes when it tries to get authorisation from Facebook. There is no workaround to avoid this crash.You were testing the app using an iPhone 5C on iOS 7.0.4Choose the best answers for each of the sections below t..
Which of the following steps to reproduce is grammatically correct:Turn on airplane mode ,and enter the 3 digit security code.Airplane mode I enter 3 digit code.Turn on Airplane mode Enter the 3 digit security Code.Turn on airplane mode and enter the 3 digit security code.turn on airplane mode, And enter the 3 digit security code.Which of the following explanations of actual results (for a bug o..
Consider the following scenario: You are testing a mobile gaming app that allows users to play against each other over the internet. Apart from the game itself, the main features of the app are the integration with social media and the ability to share scores with other users.Please grade the following bugs according to their severity.A reproducible crash that has no workaround and stops the use..
How to write a bug reportBelow is a short summary of what to include for each component of a full bug report.Clear TitleA moderator should be able to understand what the bug report is about from the title alone.One bug per reportReport one bug in a single report. If you put in more than one many bug it may be overlooked, and will not be eligible for payment.Actual resultsThis section should expa..