Whats the scope of putting weight distribution while executing any test case or test suite.
Hello,
While running test cases, We can distribute its weight into different status like Pass/fail/deferred. Can someone please specifically tell whats the purpose of putting up weight as we already have estimated time in the test case. |
Accepted answer
Hi Humayun,
Weight is different from time. It shows the weight distribution of test result. Overall result may be failed but how much is failed and how much is passed can be found from weight distribution Ricky Jay selected this answer as the correct answer
Comments
Ricky Jay
commented Dec 31 '15, 4:14 a.m.
So it means, If we have a test case having weight 50, and it has a test script contains 5 steps.
Now lets suppose, four steps are passed and one step is failed from test script. so we would mark it as failed, but can distribute weight as 40 to passed and 10 to failed. correct?
Also, TCER is capable of automatically detect the status to failed or passed according to the test script steps status?
In other words, If we talk about above test case example, Is the test case status automatically picked passed or failed based on weight distribution?
Yes Humayun you have understood it correct
Ricky Jay
commented Dec 31 '15, 4:34 a.m.
If we talk about above test case example, Is the test case status automatically picked passed or failed based on weight distribution?
This doesnt work in my case, I have to manually set the test case status. Is there any step i am missing?
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.