Manual Testing Slides
Manual Testing Slides
Test Scenario
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 should put yourself in the end user’s shoes and figure
out the real-world scenarios and use cases of the Application Under Test.
How to create a test scenario
1. Carefully study the Requirement Document – Business Requirement Specification (BRS),
Software Requirement Specification (SRS), Functional Requirement Specification (FRS)
pertaining to the System Under Test (SUT).
1. Isolate every requirement, and identify what possible user actions need to be tested for it.
Figure out the technical issues associated with the requirement. Also, remember to analyze
and frame possible system abuse scenarios by evaluating the software with a hacker’s eyes.
1. Enumerate test scenarios that cover every possible feature of the software. Ensure that these
scenarios cover every user flow and business flow involved in the operation of the website or
app.
1. After listing the test scenarios, create a Traceability Matrix to ensure that every requirement is
mapped to a test scenario.
1. Get the scenarios reviewed by a supervisor, and then push them to be reviewed by other
stakeholders involved in the project.
4
• What happens when user enters an invalid email id and valid password?
• What happens when a valid email id and invalid password are entered?
• What happens when the email id and password fields are left blank and the
Login button is clicked?
• Login
6-Test Environment
• Very important note: Never fill the actual result field until you execute the test case
8-Status
Sample Test Case
21
Write 4 test cases for Gmail Registration with all required fields
Defect Reporting
What is a defect report?
An imperfection or deficiency in a work product where it does not meet its requirements
or specifications. [Synonyms: bug, fault]
1-Bug Report Title:
• Critical: Login isn’t working-Application crashes in Home page – Wrong cart value
• High: Login page responds slowly – User is not able to add profile image
• Medium: Some pages have poor performance- Portrait mode isn’t working correctly
Actual Result Button is not clickable and nothing happens when clicking it
Severity High
Type Functional
Screenshot