11 years ago
Running Test steps in Test Case execution
Hello All,
This may come off as a basic question to many.... I have added a few test steps to my test case. When I run the test case, I hope to see that all my test steps would run sequentially . However , some of them do require me to manually run them. For example:
Here are the test steps in the order as saved in the test case:
Datasource- I am connecting to a database from where I query to get 5 columns
test request- this is a get request method that is provided by the API i am testing
property transfer1- I wish to transfer the test request- response xml to a properties step
properties - I populate the values from the property transfer to here
property transfer 2- I wish to get my results from the database query and save it to properties-2/datasink
properties2/datasink- my results from datasource are saved here
When I run the test case the first step doesnt even run and I need to manually execute the query from the test step. Please enlighten me on this.
Gavin
This may come off as a basic question to many.... I have added a few test steps to my test case. When I run the test case, I hope to see that all my test steps would run sequentially . However , some of them do require me to manually run them. For example:
Here are the test steps in the order as saved in the test case:
Datasource- I am connecting to a database from where I query to get 5 columns
test request- this is a get request method that is provided by the API i am testing
property transfer1- I wish to transfer the test request- response xml to a properties step
properties - I populate the values from the property transfer to here
property transfer 2- I wish to get my results from the database query and save it to properties-2/datasink
properties2/datasink- my results from datasource are saved here
When I run the test case the first step doesnt even run and I need to manually execute the query from the test step. Please enlighten me on this.
Gavin