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
Where do we get the QTP and Load runner softwares CDs ( Original ) in chennai
if we are using an Engine (tool)..with that how to capture data from excel sheets and how to do automation with this plz answer any body for this question.?
When do you prefer manual testing over automation testing?
Which test cases can be automated?
Give some examples of priority – severity defect levels.
What are the steps involved in the automation process ?
Tell me what databases can test director reside on?
In Selenium how a test suit is run and report is generated.
Manually in a page 10 check boxes is there.so 5 check box "on" and 5 check box "off" so using descriptive program how to know how many "on" and how many "off" plz help me this question answer?
How do you select which automation tool is best suited for you?
How to capture Dos Promote data in text file? in that how to find particular String ( window )? in VB scrpting
Explain some disadvantages to manual software testing?
Tell me what criteria do you consider for automating a test?
Tell us how can we handle web-based pop-up?
What are the differences between open source tools, vendor tools, and in-house tools?