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.
Answer / deshmukh navin kumar
If you are working with QTP10.0 then the browser supported
by the QTP tool are IE6.0,IE7.0,IE8.0,Netscape Navigator and
Mozilla FireFox. Mozilla FireFox needs some additional
configuration. So use one of the above browser only.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can we open an Excel sheet through the script
can QTP works on LINUX platfom
How we can differentiate between stand alone application and web application in QTP?
what are the disadvantages in QTP 9.2?
how to do spell check in QTP? reply please
How can we QTP Scripts in xml format? is there any way to do so?
In Webtable New rows getting added, we have select the name as Sandeep ,If name column is sandeep then need to check the checkbox ,we don't know the rows and columns ,Can anyone please tell me the answer.
3 Answers Broadridge, Cigniti Technologies, HCL,
What is synchronization point in QTP?
In automation testing Can we retest virtual object in the application after getting new version from the developers, is there any property will change for that object or it won't.?
Hi any body can tell me the in detaled information about Description.Create() thanks in advance
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?
How to create Reusable and Multiple Actions?