Easy method for writing a test script

6
Easy Method for Writing A Test Script Test Script Definition A test script in software testing is a collection of instructions or directions that will be performed on the application or system under test, to test that the system functionality works as expected. There are different means for executing test scripts. Manual testing. These are all the more ordinarily called test cases

Transcript of Easy method for writing a test script

Page 1: Easy method for writing a test script

Easy Method for Writing A Test Script

Test Script Definition A test script in software testing is a collection of instructions or directions that will be performed on the application or system under test, to test that the system functionality works as expected. There are different means for executing test scripts. Manual testing. These are all the more ordinarily called test cases

Page 2: Easy method for writing a test script

The structure of a test script or software testing cases is generally as follows

Test Number:

Action

Expected Result

Actual Result

Page 3: Easy method for writing a test script

Test Step Action Expected Result

T1 Please Enter User Name User Name field is populated

T2 Please Enter Password Password field is populated

Login button enabled

T3 Press Login key User is logged in to application

Page 4: Easy method for writing a test script

Test Step Action Expected Result

Page 5: Easy method for writing a test script

Advantages of Using Agile Model

This article would be helpful for student Software Testing reviews.

More Related Blogs:

Important Guidelines For Writing Test Cases

Agile Model In Software Testing

Page 6: Easy method for writing a test script

l l Thank You