BhuvanShanmugam
9 years agoContributor
Reusing Test Case/Suite
I have a test case which takes input from project property. This is fine for a single shot test.
However for load tests, I see a Datasource is best suited.
How do I re-use testcase/suite for a single run and the load test with minimal overhead (or) better , no repetition at all.
Thanks
Bhuvan.
- Ok in that case, I would prefer not use the SoapUI's load test, instead will go with a groovy script which will have better control to read the data source and run the test as well from with in the script.