How can u enter text in one particular text box? if one
webpage contain multiple text boxes, all text boxes with same
properties there in no index and Location properties

Answers were Sorted based on User's Feedback



How can u enter text in one particular text box? if one webpage contain multiple text boxes, all t..

Answer / suresh

use descriptive programming

dim webed

set webed=description.create
webed("micclass").value="webedit"
arr=browser("").page("").childobjects(webed)
for each i in arr
arr(i).set "text"
next

Is This Answer Correct ?    1 Yes 0 No

How can u enter text in one particular text box? if one webpage contain multiple text boxes, all t..

Answer / killada prashant

u need to check the properities of the webcheckbox in the webpage, there wud be one unique property in a box which differentiates from the other boxes using object spy in qtp

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Automation Testing AllOther Interview Questions

How do you plan test automation?

0 Answers  


What automating testing tools are you familiar with?

2 Answers  


Plz suggest me a tool which supports ActiveX controls

3 Answers  


Explain about basics of rational robot - ibm test automation tool?

0 Answers  


Dear Friends, Please Let me know which is the open source software(Free of cost) to do cross browser Testing.

1 Answers  






Is there any freeware tool for automation testing of mobile applications for BlackBerry and iPhone platforms ?

0 Answers  


On what basis we select test cases to automate?

1 Answers  


What tools are available for support of testing during software development life cycle?

0 Answers  


Tell me what is an absolute xpath?

0 Answers  


how is the best faculty for Selenium in Hyderabad?

2 Answers  


What are Keyword and Data driven frameworks in Selenium RC

0 Answers  


Name some of the commonly used automation testing tools that are used for non-functional automation.

0 Answers  


Categories