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 is tree view in automation testing?
why should I automate mysoftware testing?
Give some examples of priority – severity defect levels.
How do you identify the test cases which are suitable for automation?
What is open source tool and give example?
Do you support automated testing? Why?
Can you explain data-driven testing?
How did you use automating testing tools in your job?
what are categories in step generator?
Describe some problem that you had with automating testing tool.
Which is the best testing institute for Selenium training in Hyderabad.
Tell me how could the web element attributes be inspected in order to use them in different locators?