One TestCase and multi TestScripts
Hi,
I have a situation where we have to make new Test cases for 10 Mobile phones (Samsung S7, Sony Xperia...) together with different Android versions.
I beleive it will be most correct to have one Test case per. Android version and add a TestScript per. Phone model.
Like Test Case "Android 5.5.1" + Test Script "Sony Xperia Z2".
Will this be the way to do it?
Thans for good support.
BR Thor
2 answers
Hi Thor,
I think you will find this article interesting on how to organise test scripts, test cases and test suites:
A RQM usage anti-pattern: multiplying test scripts associated to a test case
https://sleroyblog.wordpress.com/2013/05/22/a-rqm-usage-antipattern-multiplying-nonequiv-test-scripts-associated-to-a-test-case/
Basically as long as the test script executes exactly the same test on different platforms then you can group the test scripts into the same test case. If the test changes then you need different test cases.
Enjoy, Simon
I think you will find this article interesting on how to organise test scripts, test cases and test suites:
A RQM usage anti-pattern: multiplying test scripts associated to a test case
https://sleroyblog.wordpress.com/2013/05/22/a-rqm-usage-antipattern-multiplying-nonequiv-test-scripts-associated-to-a-test-case/
Basically as long as the test script executes exactly the same test on different platforms then you can group the test scripts into the same test case. If the test changes then you need different test cases.
Enjoy, Simon
Hi Simon,
Thanks for your fast replye.
Ok, It will the make sense for me to have one TC for "Android 5.5.1" + multi TS for difference phone modle (Sony, Samsung e.g) - Then I can easy keep track of the Android version and how many difference phone modle is compliant and working to that Android version.
Thanks