write a qtp code to count the number of child objects in login
page and highlight it
Answer Posted / mudaseer
set childobj=dialog("text:=login).childobjects
msgbox childobj.count
for i=0 to childobj.count-1
childobj(i).highlight
next
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
Is it possible to call win runner script in qtp?
What contains Data Driven Framework document in qtp?
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
your coming from electrical backgroung..but y ur coming to software side?
How many types of run modes are there in qtp?
When do go for loop condition in test?
Tell some commonly used Excel VBA functions?
How many types of recording modes in qtp? Which will be used when?
How many types of actions are there in quicktest professional?
What is QTP’s model for test creation?
What are the Application Functions available in QTP?
Explain qtp(quick test professional)?
what is meant by Implicit and explicit requirements?
Explain the qtp test phases.