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
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 |
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 |
What are the main attributes of test automation?
Explain load testing on websites?
On what factors can you map the success of automation testing?
what r the diffence between QTP 8.2 & QTP9.0?
Elaborate the fields in bug report in automated testing
How to decide the tool that one should use for automation testing in their projects?
What is tsl?
In Selenium how a test suit is run and report is generated.
is anybody suggest me which one is the best testing institute in ameerpet hydrabad
Tell me what type of scenarios can be automated?
how to read data from a csv file using Test complete functional tool..please can anyone post the code
how to know whether the user information or any other information which is entered in to the web is storing in secured place or non secured place?