Hi ,Can any one pleas explain how to test splash objects
using QTP?
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
Explain advantages and disadvantages of ddf?
Can we add the function library directly from scripting in qtp instead of adding from resource tab?
how can i replace any text from the qtp script with some anothere text
HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.
what are the main differences between keyword driven frame work and data driven frame work?
when to start the automation?
How to get the column count and column name from the resultset in the database connection program?
I have a login page like username, password and login. I have to pass the 50 user names and 50 passwords but how can i test this page with out using parameters?
In this bellow script QTP is not able to getting no. of Links from my Browser. Set desc=description.create desc("micclass").value="Link" Set obj=Browser("creationtime:=0").page("title:=.*").childobjects(desc) msgbox obj.count I am getting "General Run Error".Why QTP is not supporting my Browser,but its running fine in other system.Please help me to overcome this problem.
How to add Dynamic Objects to Object repository?
for a test in QTP i had choose the object repository as shared.after completion of some days i want to conduct the same test again,now the question is HOW TO LOAD THE OBJECT REPOSITORY. is it possible by descriptive programming.could any one tell me how many ways we load it and what is the process?