Best way to load test suite as per test requirement
Hi Community,
As the number of test suites increasing, too many test suites created in project. ReadyAPI becomes very slow to load all of test suites every time. In order to separate test suite and easily manage test cases, we just want to load required test suites against test requirements. For instance, there are 50 test suites, and just would like to load 20 out of 50 in test cycle 1, and run the rest of test cases in other test cycle.
one solution is to create a command to make hard link for test suite, then command will automatically load chosen test suites (prerequisite: move all test suites out of project and save in other folder, and check out project.content / order file every time)
For different OS, it needs to create at least 2 script (cmd / shell) to run. Is there any practice to load test suites with ReadAPI's function?
Thanks,
/Aaron