Sunday, February 8, 2015

Test case

  Subscribe to get Updates Enter your email address:


Delivered by Selenium99

Test case : 
Test case defines set of conditions to test the application with respect to requirements. Usually it will be derived from the Test scenario, Test case is the step by step process to cover all possible ways of test scenario. 1 Test scenario may have 1 or more Test cases.

Fields in test case document:

Field Description
Test Case ID Test case id is always unique for future reference, for ex: login_TC_1
Test Scenario ID Test scenario id is also unique for future reference, for ex: login_Sc_1
Test Case Description  Detailed description about the test case
Preconditions What are the steps need to run before executing the current testcase
Test steps All required steps to execute the current test case
Test Data Data required to execute the current test case for ex: To test login functionality we need credentials ex:username is admin, password 12345. Here admin,12345 is the test data for this test case 
Priority Importance of the test case in terms of customer perspective
Expected Result What we are expecting after execution of this test case
Actual Result  what we are getting after execution of test case
Result If Expected result and actual result are same then result pass otherwise fail 

No comments:

Post a Comment