Chapter 6 Tool support for testing Flashcards

1
Q

Test management tool

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Test execution tool

A

A test tool that executes tests against a designated test item and evaluates the outcomes against expected results and postconditions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Performance testing tool

A

A test tool that generates load for a designated test item and that measures and records its performance during test execution.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Test automation

A

The use of software to perform or support test activities, for example, test management, test design, test execution and results checking.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Date-driven testing

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Keyword-driven testing (action word driven testing)

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly