Shared Flashcard Set

Details

Test Scenario
Test Scenario
6
Computer Science
Beginner
04/16/2019

Additional Computer Science Flashcards

 


 

Cards

Term
What is a Test Scenario?
Definition
A Test Scenario is defined as any functionality that can be tested. It is also called Test Condition or Test Possibility. As a tester, you may put yourself in the end user’s shoes and figure out the real-world scenarios and use cases of the Application Under Test (AUT).
Term
Why create Test Scenarios?
Definition
Creating Test Scenarios ensures complete Test Coverage.

Test Scenarios can be approved by various stakeholders like Business Analyst, Developers, Customers to ensure the Application Under Test is thoroughly tested. It ensures that the software is working for the most common use cases.

They serve as a quick tool to determine the testing work effort and accordingly create a proposal for the client or organize the workforce.

They help determine the most important end-to-end transactions or the real use of the software applications.

For studying the end-to-end functioning of the program, Test Scenario is critical.
Term
When not create Test Scenario?
Definition
Test Scenarios may not be created when

The Application Under Test is complicated, unstable and there is a time crunch in the project.

Projects that follow Agile Methodology like Scrum, Kanban may not create Test Scenarios.

Test Scenario may not be created for a new bug fix or Regression Testing. In such cases, Test Scenarios must be already heavily documented in the previous test cycles. This is especially true for Maintenance projects.
Term
How to Write Test Scenarios
Definition
As a tester, you can follow these five steps to create Test Scenarios:

Step 1: Read the Requirement Documents like BRS, SRS, FRS, of the System Under Test (SUT). You could also refer use cases, books, manuals, etc. of the application to be tested.

Step 2: For each requirement, figure out possible users' actions and objectives. Determine the technical aspects of the requirement. Ascertain possible scenarios of system abuse and evaluate users with hacker's mindset.

Step 3: After reading the Requirements document and doing your due analysis, list out different test scenarios that verify each feature of the software.

Step 4: Once you have listed all possible Test Scenarios, a Traceability Matrix is created to verify that each & every requirement has a corresponding Test Scenario.

Step 5: The scenarios created are reviewed by your supervisor. Later, they are also reviewed by other stakeholders in the project.
Term
Tips to Create Test Scenarios
Definition
Each Test Scenario should be tied to a minimum of one Requirement or User Story as per the Project Methodology.

Before creating a Test Scenario that verifies multiple Requirements at once, ensure you have a Test Scenario that checks that requirement in isolation.

Avoid creating overly complicated Test Scenarios spanning multiple Requirements.

The number of scenarios may be large, and it is expensive to run them all. Based on customer priorities only run selected Test Scenarios.
Term
Example: Test Scenario vs. Test cases
Definition
Test Scenario: Check the Login Functionality

Test Cases:

Check system behavior when valid email id and password is entered.

Check system behavior when invalid email id and valid password is entered.

Check system behavior when valid email id and invalid password is entered.

Check system behavior when invalid email id and invalid password is entered.

Check system behavior when email id and password are left blank and Sign in entered.

Check Forgot your password is working as expected

Check system behavior when valid/invalid phone number and password is entered.

Check system behavior when "Keep me signed" is checked

As evident, Test Cases are more specific.
Supporting users have an ad free experience!