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 differences between quicktest professional and winrunner?
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
what is the diffrence bw qtp architectute and qtp framework?
What is the difference between analog and low level recording?
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
Is text area check point supports for web applications?
What is checkpoints for quicktest professional (qtp)?
What are the different types of action?
What is Curd testing?
I have enrolled for a QTP course which is a four weekend course.Do you think its a good way to start off learning this tool?What all do i need with me in order to become a pro at using this tool?
Explain different checkpoints in qtp.
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?
What is the parameterization?