
- Forum
- Testing
- Software Testing
- test script
test script
This is a discussion on test script within the Software Testing forums, part of the Testing category; Hi all, Can any one please give an example test script and data sheet? Many Thanks Latha...
-
05-15-2007, 04:27 AM #1
- Join Date
- May 2007
- Answers
- 1
test script
Hi all,
Can any one please give an example test script and data sheet?
Many Thanks
Latha
-
The test data contains information’s of user name performing the testing, brief description of the functionality of the module of testing, test code. The test cases, methods used for testing the functionality and the data used for testing all these in association refer to test script.
One example of test script say test script that records the user interface of a Graphical user interface application can be as below:
Task:
1) Navigation to different Menu items
2) Navigation to different Sub- Menu items
Recorded Actions:
Here whatever screen obtained on navigation to different menus and submenus are placed corresponding to the above serial number mentioned in task.
This is one way of doing test script and data sheet.
-
hi Latha,
Test Script is an Automated Testcase,
ofcourse in some companiees test script also a manual test case,
test case is a test condition, it describes what we have to test, how to test, what is the expected result, whats the actual result and the status of a test case.
Data sheet is a collection of Test data, which we r using during testing.
we ll record the actions mentioned in a manual test case using a tool,thats the test script, next we will prepare test data in data sheet,
during execution of test script,tool uses this test data from Data sheet and gives the result.
-
Sponsored Ads

Reply With Quote





