Explain the check points in quicktest professional (qtp)?
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.
can we install qtp on server machine and do automation of application which is installed on client machine.If yes then how? If no then is there any other automation tool for this (client-server) senario.
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
HI! I have completed my testing course in 2008. but now am working in banking sector as a data analyst and i want to move to an IT based company but am unable to understand whether i have to complete the testing course again and try for a job .
In an output value text checkpoint, where does the output value stored by default ?
Can you do more than just capture and playback?
I want to open a GOOGLE page without recording a test in QTP.Can any one answer me?
what is the diffrence bw qtp architectute and qtp framework?
Deal All, Recently i face one interview question in one company. str="test12@#3456" In This i want to print like special character and numeric ,word in one script please tell me how to write the code for this Thanks Balaji
What is the difference between rational rose and QTP?
An object is created, i dont know the methods available for that object, i want to find methods available for that object and use the required method. How i can do this???
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?