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
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
how to test use the quality control .how to verify the image verification
what is the advantages and disadvantages of using functions instead of re usable actions
Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,
Why is Client side image is preferred over server side image?
iam working in QTP for 2+ of exp if i attend the interview what r questions asked in perfomence testing{loadrunner} ? pls any one can say answer to this question?
What is the default add-ins in qtp?
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.
what is defenetion of kiran can u tell me plz CVS, SVN
In qtp, explain what is qrs file?
What is the descriptive programming?
How software automation specialist enter steps in the Expert View?
Explain the new feature of UFT regarding the export of test results?
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.
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?