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
Answer Posted / 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 |
Post New Answer View All Answers
write a programme to insert into elements in array?n finding duplicate characters in given sting?
how to re-install QTP 11.0 trial version
Can you list some other automation testing tools that you are familiar with?
What are the things that one should consider for selecting a project for test automation? For example, stability, etc.
Do you know what is robot api?
Tell us how to select a value in a dropdown?
Give some examples for defect management tools?
Discuss the economics of automation and the role of metrics in testing.
how can i count the no of edit field in a page and fill the multiple edit field
What are the frameworks available in rc?
Is ui level testing possible?
On what basis you can map the success of automation testing?
Explain me which web driver implementation is the fastest?
Tell me what is an absolute xpath?
Tell us what is the alternate way to click on login button?