11-12-2012, 11:11 PM
Hi,
when i run qtp, it creates a org then then click the org.
that means, i create a org name test3. it clicks test3. it works.
next time i run the query, it creates a new org test4 but it does not click test4. does not work.
Everytime i run qtp, link name will change. it works if link name is test3. it does not work if the link name is not "test3". how can i click new link if the link name is not test3? object reposity has only test3 under link.
Please help....
Thanks.
Code:
Browser("New Tab").Page("Customers_5").Link("test3").Click
when i run qtp, it creates a org then then click the org.
that means, i create a org name test3. it clicks test3. it works.
next time i run the query, it creates a new org test4 but it does not click test4. does not work.
Everytime i run qtp, link name will change. it works if link name is test3. it does not work if the link name is not "test3". how can i click new link if the link name is not test3? object reposity has only test3 under link.
Please help....
Thanks.