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 |
why we are moving to QTP instead of using winrunner? Does QTP support any other applications which Winrunner cannot support?
Name some of the commonly used automation testing tools that are used for functional automation.
in VSS, what is meant by check out and check in?
What are the main differences between Loadrunner and QTP tools? Describe briefly a "real world" scenario that would make you use the first one versus the other? Thank you for your answers....
Hi friends please tell me regardinr to QTP descriptive programming. if any materials are there suggest me. or if you have please give me. thank u waiting for reply
How to explain testing life cycle where exactly testing starts after coding stage or after preparing FRS document
If a scenario is given and asked whether we can automate the system according to that scenario,how wil we answer such type of questions?
Write test cases on ATM machine and On Pencil.
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.
How do you plan test automation?
What is the purpose of the testing?
Where you have applied oops in automation framework?