I’m running a trial of AppVerify. I created a scenario in ScenarioBuilder and sent it to the Manager successfully. Right now I’m having trouble getting a test plan set up. I’m receiving an error “Bad Request (check parameters passed)” when clicking on the +New button. Is there something else I need to do to create a new test case?
Our Robotic Functional Testing solution, AppVerify, is data driven. It means that it is based on the process variables and therefore the test cases will be created based on those variables.
As @matt_s mentioned, your scenario doesn’t contain any variables based on the screenshot. For the script that you’ve created, it must have at least 1 variable in order to be used with AppVerify. If it doesn’t have any variables, add at least one.
Go back to your scenario in ScenarioBuilder and add a variable (i.e.“Set a String Variable” action) to your scenario and resend the script to AppVerify Manager.
Then edit your test plan by clicking on the test plan name in the “Test Plans” page. You should see the new variable (default test case) in Step 2 of the test plan. Now, you can create new test cases based on that variable and run your test plan.
Below is an example:
This requirement will be improved in our future updates.