there are having 10 checkboxes..how can i check only first
5 check boxes by using descriptive programing..
Answer Posted / uday
Firoz cant your for loop optimized like below:
for i=1 to 5
objChildObjects(i).set "ON"
Next
The rest is fine.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
after click on compose mail how can we attached a file in qtp with vbscript code
How to delete an object from the object repository?
What is QTP scenario.
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
How do you capture tooltip using QTP?
Which is the best QTP training institute in Delhi/NCR region and what is the approximate fee for QTP course (Basics and Advanced)
can i compare two databases using QTP ?
Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.
What are the types of object repository in qtp?
Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.
How to execute a winrunner script in quicktest professional?
What is Test Fusion Report in QTP?
How to execute a winrunner script in quicktest professional (qtp)?
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
If the objects hierarchy is changing from build to build, then how you will handle that condition?