Test Reports
Posted: Wed Jun 03, 2009 10:41 am
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].
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].