Software Testing Glossary

Test Suite

A group of test cases combined together, usually for some particular application. Tests in a Test Suite are usually performed one by one. They have pass/fail result.

Test Tables

Test Tables is a technique in black box testing, in which the test tables are created. They contain inputs. They are combined into test scenarios.

Testability

Testability is a degree to which the application can be tested. It evaluates the complexity and the effort required for testing of the application. It also defines if the application should be tested.

Testing Phases

Refer to different kinds of testing one should perform to do a full testing of the system. Each phase has its purpose.  Different phases of software testing help us to evaluate the application from the smallest items to the entire system.

Text

Text (in HTML) is a simple test on a web page.

Type

Type (in BTS) is a parameter that indicates the kind of the bug, it can be a bug, feature request, etc.