Chapter 6 Tool support for testing Flashcards
Test management tool
A tool that provides support to the test management and control part of a test process. It often has several capabilities, such as testware management, scheduling of tests, the logging of results, progres tracking, incident (defect) management and test reporting
Test execution tool
A test tool that executes tests against a designated test item and evaluates the outcomes against expected results and postconditions.
Performance testing tool
A test tool that generates load for a designated test item and that measures and records its performance during test execution.
Test automation
The use of software to perform or support test activities, for example, test management, test design, test execution and results checking.
Date-driven testing
A scripting technique that stores test input and expected results in a table or spreadsheet, so that a single control script can execute all of the tests in the table. Data-driven testing is often used to support the application of test execution tools such as capture/playback tools.
Keyword-driven testing (action word driven testing)
A scripting technique that uses dat files to contain not only test data and expected results, but also keywords related to the application being tested. The keywords are interpredted by special supporting scripts that are called by the control script for the test.