I want code for datadriven testing for 10 iterations in qtp. ex take usename and pwd .

Showing Answers 1 - 1 of 1 Answers

suresh naidu

  • Oct 27th, 2006
 

for i=1 to 9 step 1

dialog("login").winedit("username").set datatable("columname",dtglobalsheet)

dialog("login").winedit("Password").set datatable("columname",dtglobalsheet)

Next

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions