I created two scripts. The first script logs you into the website, the second does a process. The second script does not continue on from where the first script left off on the website. When I execute the master script which calls the playback scripts it does the following: First Script: The virtual user logs into the webpage, that's expected. However Second Script: The URL of the account goes back to the login page as though it logged off. I know I did not record a logoff action. So someplace there needs to be a setting that is telling the virtual user to start from the begining and not just continue on where the last script finished off. I've double checked and it's using the same browser window and tab; it's just redirecting itself to the "home page". So should I be able to do that? Have the master script call the first script (function) that logs in, and then call the second script (second function) to continue on and do whatever? thanks, Scott
↧