Forum Discussion
You can tag your test cases and use those tags to manage which tests should be executed. For more information, see this document.
My requirement is I have similar tests with different test data for 14 modules.So it is difficult for maintenance if I create 10 * 14 = 140 test suites/Test cases in parallel with different names.So I am thinking of creating different folders and under each folder I can create relevant test suites /test cases.
Tags may help somewhat, but not that much useful.
- PJat9 years agoContributor
I would suggest data driven tests using DataSource and DataSource Loop test steps, if it is same set of test steps with different test data. You don't have to create test suites multiple times, you can just loop through same set of test steps for each set of data. More details here: http://readyapi.smartbear.com/soapui/data_driven/start
- vijayakrishnabv9 years agoOccasional Contributor
I cannot handle using data driven tests as I have lot of dependencies and huge set of test data.
I am using the tool from last 1.5 year. It's OK if we do not have a option to create folders, for now I need to create bunch of test cases under one test suite.