How do you capture tooltip using QTP?
No Answer is Posted For this Question
Be the First to Post Answer
You have a WebTable in Web application. When you Record a Scenario using QTP, WebTable didn't recognized and also Repository is not having Webtable information. In this case How to find RowCount and Coloumn Count?
what is the use of automation objective model?where is used? plz tell me
DIFFERENCE BETWEEN WR 8.2 & QTP 8.2? HOW TO INTEGRATE WITH SOME OTHER TOOLS?
what type of application we can select for automation testing and what is the entry criteria for automation
How will u test content of an web application with out using chechpoints in QTP 9.2?
What is test harness?
Does quicktest professional (qtp) is unicode compatible?
What is the present version of the VB Script we are using
When testing a web application, the url for each page changes, so using QTP how do u handle this scenario. If anyone knows please answer in detail about the whole procedure. Thanks a lot.
How many types of parameters are there?
how to get childobject from .net application. i tried but its showing child object count zero. but window has child objects.the following script i written... pls help me how to get. set parent=SwfWindow("winodw name") CheckObjectDescription parent, SwfButton Public Function CheckObjectDescription(parent, oDesc) Set oDesc = Description.Create() oDesc("micClass:").Value ="Swfbutton" Set children = parent.ChildObjects(oDesc) cntObj=children.count msgbox(cntObj) End function
Plz explain about InTERNAl Environment variable, External environment variable,builtin environment variables with examples?