Forum Discussion

rajs2020's avatar
rajs2020
Frequent Contributor
4 years ago

ReadyAPI - How to create a test run configuration and ad hoc suite?

I'd like to do these things:   1) Create a test run configuration i.e. run a test with a given set of inputs, so that I don't have to set these inputs all the time. 2) Create an adhoc suite of tes...
  • nmrao's avatar
    4 years ago
    1. One can use property files to set the input values for the properties (can be at project, suite, test case level). Can you be more specific to your question?
    2. What is the use case? Hope each of your test cases independent so that they can be run at time or any order. You can explore the tags feature if needed to run specific tests to be run in the project.