Micro Focus QTP (UFT) Forums

Full Version: Log in problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Guys, I have a script for a test to post a message three times to a site. however, the site has an inbuilt constraint that prevent posting duplication. To bypass that, I have created a parameter and put 3 messages in the global sheet. Now what i'm a facing is that when or after it goes tru the first message it failed and stop at the log in step. The app has already logged in and now can't recognize the object. How can I bypass the log in steps for that situation?
[/align]
Hi,

As I understand your issue, is it about bypassing a row in the datatable for certain condition? if so then you can try ".Setnextrow" method to start executing form the next row in the datatable.