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
What are the challenges u faced in testing with crm domain? How u overcome with?
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
What is the quicktest professional (qtp) testing process?
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
What is the synchronization point in qtp?
How can I import environment from a file on disk?
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
what is meant by Implicit and explicit requirements?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?
For which type of project the iterative model is suitable?
can anyone tell me from where i can download qtp demo or crack version
What is difference in global and action sheet in qtp?
I want to do QTP Certification what is the pattern of Question paper.
How the exception handling can be done using quicktest professional (qtp)?