Micro Focus QTP (UFT) Forums
Log in problem - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Log in problem (/Thread-Log-in-problem)



Log in problem - JeanFrederique - 10-20-2009

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]


RE: Log in problem - Tarik Sheth - 10-20-2009

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.