Home
Existing User Login
Brochure
Sign up for Risk-Free Trial
About Testcover.com
Frequently Asked Questions
Tutorial
->Definitions of Terms
->Need for the Service
->Submitting Requests
->Reading Results
->Configuration Example
->Constraints Example
->Calendar Example
->RDF/XML Example
Performance
Background
Partners
Subscription Prices
Promotion Activations
Student Subscriptions
Privacy Policy
Terms & Conditions
Contact Information
|
The Configuration Example is summarized below.
The test system has five test factors with values as follows.
| Test Factor | Number of Values | Test Factor Values |
| 1. Operating system | 2 | WXP WME |
| 2. Display resolution | 3 | low medium high |
| 3. Connection | 4 | dial-up dsl cable lan |
| 4. Browser | 4 | IE6 NS7 MZL1.5 IE5 |
| 5. Application | 3 | App1 App2 App3 |
There are no constraints among the factor values,
so any combination is allowed as a test case,
and only one block is needed.
The request for this example is shown below.
Configuration Example
Operating System
Display resolution
Connection
Browser
Application
#
WXP WME
low medium high
dial-up dsl cable lan
IE6 NS7 MZL1.5 IE5
App1 App2 App3 |
The results table below has columns for a Test Case ID, for each test factor and for a Combo Countdown.
The top row of the table labels these columns.
The next row shows the number of values for each factor and the total number of factor value pairs
in the Combo Countdown column.
Test Case ID | Operating System | Display resolution | Connection | Browser | Application | Combo Countdown | |
| 2 Values | 3 Values | 4 Values | 4 Values | 3 Values | 101 |
| 1 | WME | low | dsl | IE5 | App1 | 91 |
| 2 | WME | high | lan | IE6 | App2 | 81 |
| 3 | WME | medium | cable | MZL1.5 | App3 | 71 |
| 4 | WXP | medium | lan | NS7 | App1 | 61 |
| 5 | WXP | low | dial-up | IE5 | App3 | 52 |
| 6 | WXP | high | dsl | MZL1.5 | App2 | 43 |
| 7 | WME | low | cable | NS7 | App2 | 36 |
| 8 | WME | high | dial-up | MZL1.5 | App1 | 30 |
| 9 | WXP | medium | cable | IE6 | App1 | 24 |
| 10 | WME | high | dsl | NS7 | App3 | 19 |
| 11 | WME | medium | dial-up | NS7 | App2 | 15 |
| 12 | WXP | high | cable | IE5 | App2 | 11 |
| 13 | WME | low | lan | MZL1.5 | App3 | 7 |
| 14 | WME | medium | dsl | IE6 | App3 | 4 |
| 15 | WXP | low | dial-up | IE6 | App1 | 2 |
| 16 | WME | medium | lan | IE5 | App3 | 0 |
In this example there are
| 2 3 | + 2 4 | + 2 4 | + 2 3 |
| + 3 4 | + 3 4 | + 3 3 |
| | + 4 4 | + 4 3 |
| | | + 4 3 | = 101 |
uncovered pairs of values before any test cases are run.
The row labeled 1 gives the values of the test factors for the first test case.
It also shows that after the first test case is run, 91 pairs of values remain uncovered.
(10 pairs of values are covered by each of the first four test cases.)
Successive rows give the suggested test cases with their corresponding numbers of uncovered factor value pairs
in the Combo Countdown column.
After test case number 16, all the pairs of values are covered.
There must be at least 4 4 = 16 test cases to include the pairs of values
for the two factors with the most values (4).
In this example the other pairwise combinations require no additional test cases.
|