The basic definitions of automated software testing

by Nataliia Vasylyna | May 5, 2011 10:00 am

Software Automation Testing is the process of software verification in which the basic function and test steps, such as running, initialization, execution, analysis and delivery of results are performed automatically by tools for automated testing.

Software Automation Tester is a technical specialist (a tester or a software developer), who enables the creation, debugging and support of operational state test scripts, test suites and tools for automated testing.

Automation Test Tool is a software through which automated testing specialist provides the creation, debugging, execution and analysis of test runs scripts.

Test Script[1] is a set of instructions to automatically check for a certain piece of software. Follow the link to see the example of Selenium script[2] and TestComplete script[3].

Test Suite is a combination of test scripts to test a particular piece of software, united by a common functionality or the objectives pursued the launch of this kit.

Test Run is a combination of test scripts and test suites for future co-run (serial or parallel, depending on the objectives pursued, and a possible tool for automated testing).

Learn more from QATestLab

Related Posts:

Endnotes:
  1. Test Script: https://qatestlab.com/resources/knowledge-center/sample-deliverables/automation-test-scripts/
  2. Selenium script: https://qatestlab.com/resources/knowledge-center/sample-deliverables/selenium-script/
  3. TestComplete script: https://qatestlab.com/resources/knowledge-center/sample-deliverables/automated-qa-testcomplete-script/
  4. The Necessity Of Automation: https://blog.qatestlab.com/2011/08/26/the-necessity-of-automation/
  5. Test Automation Authoring Is Harder Than It sounds: https://blog.qatestlab.com/2011/03/07/test-automation-authoring-is-harder-than-it-sounds/
  6. 6 Steps To Automate Your Testing Process: https://blog.qatestlab.com/2024/04/15/6-steps-to-automate-your-testing-process/

Source URL: https://blog.qatestlab.com/2011/05/05/the-basic-definitions-of-automated-software-testing/