Monday 19 August 2013

How to create Test Script Format

The test scripts are developed using Quick Test Pro tool. The initial action of each subgroup starts the XYZ application and executes the test conditions. Each script executes the test conditions. The expected result is verified with the actual outcome whenever required. Given below is a sample test script format to be kept in the start of each action
‘******************************************************************************************************************‘
‘Script Name : ABC_TC01‘
‘Author :
‘Created On :
‘Referred Test Case Number : XYZ_TC_01‘Target Application : XYZ Application‘Purpose / Description : To validate the XYZ application ABC functionality‘Data Sheet Name : Global Sheet‘TSR Path :
‘Revision Date : NIL‘Revised By : NIL‘Changes : NIL ‘*************************************************************************************************************Option Explicit ‘This will FORCE the user to declare the variables

No comments:

Post a Comment