Execute Each Step in a Test Case to Pass/Fail

LATEST Official version.
Questions and discussions - NO ISSUES
FOR ISSUES => http://mantis.testlink.org

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
ganesanvijay
Advanced user
Posts: 15
Joined: Thu Sep 27, 2012 10:00 pm

Execute Each Step in a Test Case to Pass/Fail

Post by ganesanvijay »

Hello,
Is it possible to execute each step in a Test case? For example I have 5 steps in a test case. The first 2 steps are passed but the 3rd one fails so the other 2 steps are blocked.
Is it possible to assign for each step Pass/Fail/Blocked ?

Thanks
StephenP
Advanced user
Posts: 16
Joined: Fri Jun 03, 2011 12:55 pm

Re: Execute Each Step in a Test Case to Pass/Fail

Post by StephenP »

Short answer: no.

The basic unit of testing is the Test Case, and the steps form a description of how the tester should execute the Test Case. It sounds as if you have combined multiple logical test cases in one TestLink Test Case. You would do better to split them up.
ganesanvijay
Advanced user
Posts: 15
Joined: Thu Sep 27, 2012 10:00 pm

Re: Execute Each Step in a Test Case to Pass/Fail

Post by ganesanvijay »

Hello all,
Though its an old post, I would like to know if any update has been made to 1.9.9 to execute each step of a Test case.
Thanks
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: Execute Each Step in a Test Case to Pass/Fail

Post by fman »

IMHO approach to understand if this feature exists or not, is wrong for several reasons

1. to understand if a feature exists
1.1 - you have to search on forum for new features
1.2 give a look on mantis.testlink.org and search for feature requests
1.3 read the README or release notes present on testlink distribution you are using in this case 1.9.91
Post Reply