How to ensure that every test script has a test case execution record?
2 answers
I met the similar problem, TER is created by testcase, not testscript. so seems one testcase should only have one testscript? and I am interested with why in your case, 1 testcase includes multiple test scripts?
and we discussed this with our team, and find one way to generate more TER for one testcase, you can refer to the test environment, just create one test environment parameters, mapping it values to different test script... funny!
and we discussed this with our team, and find one way to generate more TER for one testcase, you can refer to the test environment, just create one test environment parameters, mapping it values to different test script... funny!
Hi Rolf,
your approach encloses multiple test scripts in the same test case while these test different aspects (positive/negative). It appears to be an anti-pattern to me.
You can refer to this blog post for more details:
http://sleroyblog.wordpress.com/2013/05/22/a-rqm-usage-antipattern-multiplying-nonequiv-test-scripts-associated-to-a-test-case/
Regards,
Stéphane
your approach encloses multiple test scripts in the same test case while these test different aspects (positive/negative). It appears to be an anti-pattern to me.
You can refer to this blog post for more details:
http://sleroyblog.wordpress.com/2013/05/22/a-rqm-usage-antipattern-multiplying-nonequiv-test-scripts-associated-to-a-test-case/
Regards,
Stéphane