Each of your Test Scripts will be separated into Test Steps. That is to say, there will be orderly instructions, saying what to do, and what ought to happen.
Easy Method forWriting 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
2.
The structure ofa test script or software testing cases is
generally as follows
Test Number:
Action
Expected Result
Actual Result
3.
Test Step ActionExpected 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
Advantages of UsingAgile 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