Answer Posted / prakash pandey
set desc=description.create
desc("micclass").value="WinEdit"
set
childobject=browser("google").page("google").childobjects(desc)
msgbox childobject.count
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
How to creating an output value using quicktest professional (qtp)?
How to do call a output parameter from one action to another action??/
What is Cross browser testing? Does UFT support it?
what are the limitations of smart identification in qtp 9.0
Is text area check point supports for web applications?
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
give me the code to save all messages of inbox of gmail into a folder and notepad
There is an excel file of 1 to 100 sheets how you will iterate through it?
How to record application running on the Virtual machine?
How to handle dynamic objects in quicktest professional?
Will down time for server and content maintenance/upgrades be allowed? how much?
what is Property......End Property loop? how to write sript for it in QTP
What are the types of data tables in qtp?
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression