1) using the single script in QTP, How could you know the proper tab index order of the consicutive four edit boxes which are in a web page ? 2) A project is crashed frequently before you are taking that project for automation testing. On that time, What would be your desicion as automation test engineer ?

Questions by ami_joy77

Showing Answers 1 - 2 of 2 Answers

rudresha

  • Mar 19th, 2006
 

U need to give index number for each edit box from index 0 to index 3.

  Was this answer useful?  Yes

ANTONY A

  • May 19th, 2006
 

hi rudesha

u can do this thro this coding

For i= 0 to till max limit

msgbox i &"- " & Browser("Flexcube Retail").Page("Flexcube Retail").Frame("fraTxn").WebElement("html tag:=TD","index:="&i).GetROProperty("innertext")
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