Hi All,
We created a Data Driven test case using the "SilkTest Classic -> Tools -> Data Driven Test Cases". The test case is to create few users, and the flow is as below.
When we re-run the Data Driven test case, for each user creation, it will login and logout once. Is it possible to do a data driven for only Step 3 to 5 below to create the user and not to include the steps for log out. We don't want to log out and log in again. We like to do it at the end after all the users are created.
Any other alternative way if we just want to data driven for few steps instead of entire test case.
Step1 -> Log in
Step2 -> Navigate to User screen
Step3-> Enter First Name
Step4 -> Enter Last Name
Step5 -> Save
Step6 -> Log out
Thank you,