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.



In this bellow script QTP is not able to getting no. of Links from my Browser. Set desc=descript..

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

Post New Answer

More QTP Interview Questions

Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com

0 Answers  


How do you do batch testing in wr & is it possible to do in qtp, if so explain?

0 Answers  


What is an Custom Object in QTP ?

1 Answers  


What are the main attributes of test automation?

3 Answers  


What is SQL injection?

2 Answers   CTS,


How can you give wait up to 10 seconds in qtp?

0 Answers  


How can we close all webbrowsers which are opened in out desctop?

8 Answers  


How to change the run-time value of a property for an object?

3 Answers   Crea,


suppose i can done the project , that project have 4 modules in that one module they have many links(web pages).in that time i can say i can work on some links? or total module?

4 Answers  


What is accessibility check point?

0 Answers  


How the exception handling can be done using quicktest professional?

0 Answers  


How we can add actions in the test using QTP?

5 Answers  


Categories