Google News
logo
Automation Testing - Interview Questions
What is an automated test script?
An automated test script is basically a short program which is written in a programming language to perform a set of instructions on an application. This is done to verify if the application is as per the requirements or not. When you run the script, it gives the test results as pass or fail based on if the application is working as per the expectations or not.
Advertisement