Artifacts >
Test Artifact Set >
Test Script
Artifact:
|
![]() Test Script |
Test scripts are the computer readable instructions that automate the execution of a test procedure (or portion of a test procedure). Test scripts may be created (recorded ) or automatically generated using test automation tools, programmed using a programming language, or a combination of recording, generating, and programming. |
UML representation: | N/A |
Role: | Test Designer |
Reports: | Reports: Test Survey |
More information: | |
Input to Activities: | Output from Activities: |
The purpose of the Test Scripts is to implement and execute the test procedures in an efficient and effective manner. The following people use the test scripts:
Property Name |
Brief Description |
UML Representation |
Instructions | The machine readable instructions that, when executed, emulate the actions taken by the actor when executing the use case. |
|
Verification Point | The location in the instructions where an actual result will be compared with an expected result |
|
Verification Method | The machine readable instruction that executes the comparison between expected and actual results. Different verification methods exist to verify different attributes. |
|
The initial Test Scripts are created during the test implementation activity as soon as there are some use cases or scenarios implemented. The Test Scripts are modified and / or added to throughout the remainder of the lifecycle during each iteration.
A Test Designer is responsible for the integrity of the Test Scripts, ensuring that:
The Test Scripts may be modified to include programming concepts, such as
variables, loops, and branching to increase the efficiency, effectiveness, and
resilience of the scripts.
Rational Unified
Process
|