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
how to re-install QTP 11.0 trial version
how to use regular expression in Test Complete Functional tool
22. Scenario: There are 1 to 100 numbers. Each number should be keep in the each column like from A column to Z column ie 1 to 26. From 27 to 52 should be in 2nd row in the excel sheet. This has to be continue till 100. How do you write Java program and what are various methods.
script to check availibility of mail in yahoo mail box in qtp
what is the difference between Batch test runner and framework ?
How did you use automating testing tools in your job?
I want a code for a following item in TSL Language. Look up a person in database, If not found, add person to the database.
What are the differences between open source tools, vendor tools, and in-house tools?
How do you identify the test cases which are suitable for automation?
How automation process is carried out?
Can the activities of test case design be automated?
What are the steps to perform Load and Stress testing on a Website? What resources do I need to do this? Please advise. Thanks in advance.
What is test tool?
Explain me what is a framework and what are the frameworks available in rc?
Tell me what are pros and cons of automating tests at ui layer?