1.

What do you understand about a test script? Differentiate between test case and test script.

Answer»

TEST scripts are a line-by-line DESCRIPTION of the system transactions that must be done in order to validate the application or system under test. Each step should be listed in the test script, along with the intended outcomes. This AUTOMATION script enables software testers to thoroughly test each stage on a variety of devices. The actual items to be EXECUTED, as well as the expected results, must be included in the test script.

The following table lists the differences between test case and test script :

Test CaseTest Script 
A test case is a detailed technique for testing an application.A test script is a set of instructions for autonomously testing an application.
In a MANUAL testing environment, Test Cases are employed.In the automation testing environment, Test Script is employed.
It's done by hand.It is carried out in accordance with the scripting format.
Test ID, test data, test technique, actual and predicted outcomes, and so on are all included in the test case template.To create a script in Test Script, we can utilise a variety of commands.


Discussion

No Comment Found