Multiple choice

The artifact that contains procedure, or programing code that replicates user actions is called

Software testing is an investigation conducted to provide stakeholders with information about the quality of the product or service under test. The software testing process can produce several artifacts.

  1. test plan

  2. traceability matrix

  3. test case

  4. test script

  5. test suite

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

A test script is a procedure, or programing code that replicates user actions. Initially the term was derived from the product of work created by automated regression test tools. Test Case will be a baseline to create test scripts using a tool or a program.