hi all
i have qtp 9.0, Active screen is not working means after
recording script snap shots not displayed in Active screen
window. i have all ready check all setting means
Tool...>option...>Active screen...>Default Level button is
disabled. Is there other setting is remain to set
Pls help i m new for qtp
Answer / mamata
Hi,
I am not sure how much this would help.
but please try the below one
In QTP go to the file->settings->properties->modify-
>uncheck the Activex and save it.
try to run your script. Hope it should work
| Is This Answer Correct ? | 2 Yes | 8 No |
When can shared object repository fails?
hi friends can any one provide me the project in qtp because i have to attend to interview within one week atleast you provide the website address which provide the qtp projects
how to write code for to select all the checkboxs in the gmail i wrote code for my question but it didn't works any body suggest what wrong my code my code is Set chkboxDesc=Description.Create() chkboxDesc("type").value="chekbox" Set chboxcollection=Browser("name:=Gmail .*").Page("title:=Gmail .*").ChildObjects(chkboxDesc) For i=0 To chboxcollection.count-1 chboxcollection(i).set "ON" Next i was getting general run time error pls help me i am in learing stage
QTP supports both client server and Web applications. Does it support Plug-in?
What is the concept of firewalls?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
Explain xml checkpoints.
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
How to remove associated function library?
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
How to call script1 into script2?
Explain script generated at the time of setting runtime property?