03-28-2013, 05:25 AM
I wrote a small (mostly for learning purposes) script. This script
1. logs in to a customer database web site
2. enters a phone number into a search box and clicks search.
3. logs out again
I parameterized the phone number to be in the global data sheet and
put three numbers there.
My question is this. For each iteration it does steps 1, 2 and 3.
Once I am logged in there is no need to log out and back in after each
query. I can't figure out though how to have it iterate just step 2. Logging in and out each iteration is time consuming.
Any thoughts?
1. logs in to a customer database web site
2. enters a phone number into a search box and clicks search.
3. logs out again
I parameterized the phone number to be in the global data sheet and
put three numbers there.
My question is this. For each iteration it does steps 1, 2 and 3.
Once I am logged in there is no need to log out and back in after each
query. I can't figure out though how to have it iterate just step 2. Logging in and out each iteration is time consuming.
Any thoughts?