Lab Report 6
Lab Report 6
INTRODUCTION:
A test case has components that describe input, action and an expected
response, in order to determine if a feature of an application is working
correctly. A TEST CASE is a set of actions executed to verify a particular feature
or functionality of your software application.
Objectives:
To evaluate the work products such as requirements, design, user
stories, and code
To verify the fulfillment of all specified requirements
To validate if the test object is complete and works as per the
expectation of the users and the stakeholders
To build confidence in the quality level of the test object
The process of writing a test case can also help reveal errors or defects
within the system
EXPLANATION:
Steps to write Test Cases:
• Get the test cases reviewed
• Detail of each test case
• Write test cases in plain English
• Requirement traceability matrix (RTM)
• Provide test data within the test cases
• Test case version control
• Prioritize test cases
EXAMPLE:
* For a Test Scenario: Check Login Functionality there many possible test
cases are:
* Test Case 1: Check results on entering valid User Id & Password.
* Test Case 2: Check results on entering valid User ID & invalid Password.
* Test Case 3: : Check results on entering invalid User ID & invalid
Password.
_________________________________________