Test Reports

1.8 related questions and discussions.
Please upgrade to LATEST 1.9.x.
No more fixes for 1.8.

Moderators: Amaradana, TurboPT, TL Developers

Locked
vijenjoy
Advanced user
Posts: 42
Joined: Mon Feb 09, 2009 11:12 am

Test Reports

Post by vijenjoy »

Suppose a Test Case having Version 1 is Failed in the Build 1 and due to some change we modiy Test Case to Version 2. Now, we have executed the new version (Version2) of Test Case in the Build 2 and have status Pass.

When we view Test Report w.r.t same Test Case then it shows as below :

Test Case | Version | Build1 | Build 2

TC-1 | 2 (New Version) | Failed | Passed.

The above Report shows that New Version of Test Case is Failed in Build 1 and Passed in Build 2 But
Practically We HAVE NOT EXECUTED NEW VERSION of Test Case in Build 1.

According to me there should be a one more column in Test Report that should also reflect the Old Version. i.e. Test Report should be shows as below :

Test Case | Version | Build1 | Version | Build 2

TC-1 | 1 (Old Ver) | Failed | 2 (New Ver) | Passed.

The above Report clearly shows that Test Case having version1 was failed in Build 1 and Version 2 is Passed in Build 2.

Correct me if i am Wrong.

Note : [The Test Report should show as above only when a Test Case having multiple versions and that has been executed in mUtiple Builds not in the Case of when a Test Case having multiple version and executed in the same Build].
havlatm
Member of TestLink Community
Posts: 940
Joined: Mon Oct 31, 2005 1:24 am
Location: Czech

Post by havlatm »

You are right. Version should not be in the report (or list both versions). Custom query shows correct TC version with results.


http://www.testlink.org/mantis/view.php?id=2582
vijenjoy
Advanced user
Posts: 42
Joined: Mon Feb 09, 2009 11:12 am

Test Reports

Post by vijenjoy »

Will you implement the same in the Next Version of Test Link?
Locked