Hello,
I am using a trial version of Test Studio, and its my first time with test automation so excuse me newbie questions.
Here goes a scenario.
I got a list of different ids that i need to navigate to and make my tests
What i can do is
1. Start a recorder
2. Navigate to each URL individually and repeat
What i want to do is navigate to a different url e.g. http://domain.com/user={username} and repeat the test with different inputs
So first go will be
Step 1. http://domain.com/user=kim
Step 2. Enter FirstName Kim
Step 3. LastName Yahun
Step 4 .Click submit
then
http://domain.com/user=clara
then goto step 2 but enter clara and jack instead
How do i achieve this?
Please refer me to any videos
Thanks and sorry for the long post