Is it possible to capture a pass/fail value for each step?
Is it possible to capture a pass/fail value for each step?
I've been checking out Test Link and overall it meets my team's need with one exception. We write our test scripts where each step has an expected and actual result. Each step needs to have the actual results captured along with a pass/fail value. It appears in Test Link that this information is capture once for all steps in a script. Is there a feature that I'm missing or a way to use the software so that I can capture a pass/fail value and an actual result per step?
-
- TestLink user
- Posts: 6
- Joined: Wed Jan 11, 2006 2:13 pm
Associating requirements to test steps...
In the future implementation of the "test step / expected result" issue, please keep in mind that there is a need to assign one or more requirements to each test step.
For instance, let's say that our Test Case consists of 2 steps, the general view of the Create Test Case page (and Edit and Execute Test Case pages) may be as below:
Test Case Title:
Summary:
Preconditions (this is actually can be done with Custom Fields function)
Other text areas (for compliance to Mil-STD-498 or IEEE-12207 test documentation templates - these also can be done as Custom Field )
Step # -- Action -- Test Input -- Expected Result -- Actual Result -- Related Requirements
1. -- Click on the Help button. -- N/A -- The Help page opens. -- [EMPTY] -- SRS-HELP-1
2. -- Close help page. -- N/A -- Help page closes. -- [EMPTY] -- SRS-HELP-1, SRS-HELP-2, SRS-HELP-3
During the implementation (code update) of Test Link's Create Test Case functionality, i can contribute to the development as much as i can.
For now, i am trying to find a solution by using the Custom Fields. If i can't, then i will try to change the code.
Have a nice day.
For instance, let's say that our Test Case consists of 2 steps, the general view of the Create Test Case page (and Edit and Execute Test Case pages) may be as below:
Test Case Title:
Summary:
Preconditions (this is actually can be done with Custom Fields function)
Other text areas (for compliance to Mil-STD-498 or IEEE-12207 test documentation templates - these also can be done as Custom Field )
Step # -- Action -- Test Input -- Expected Result -- Actual Result -- Related Requirements
1. -- Click on the Help button. -- N/A -- The Help page opens. -- [EMPTY] -- SRS-HELP-1
2. -- Close help page. -- N/A -- Help page closes. -- [EMPTY] -- SRS-HELP-1, SRS-HELP-2, SRS-HELP-3
During the implementation (code update) of Test Link's Create Test Case functionality, i can contribute to the development as much as i can.
For now, i am trying to find a solution by using the Custom Fields. If i can't, then i will try to change the code.
Have a nice day.