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

HOW TO CONVERT MANUAL TEST CASES IN TO AUTOMATION TEST SCRIPTS EXPLAIN THE PROCESS?

0 Answers   ADP,


How did you resolve conflicts present in Object Repository?

0 Answers  


for example one window is there, the window contains how many edit box's i want script? i know the script but that is not exact answer.... The script is like this .......... set a=description.creation() a("Native class")="WinEdit" b=window("Flight Reservation").childobject(a).count msgbox b

3 Answers  


In QTP how to interact tool and application build?

2 Answers  


Explain the benefits of quick test pro(qtp)?

0 Answers  






will QTP 9.2 run successfully on Linux(gui) operating system

1 Answers  


How can we use the "CreateObject("Wscript.Shell")" in QTP and what is the definition and purpose of it?

2 Answers  


A FORM CONTAINS 5 FIELDS. 1 FIELD IS ENABLED REMAINING(4) FIELDS DISABLED. MY QUESTION IS ENTER VALUES INTO 1 FIELD AFTER THAT CLICK TAB BUTTON THEN 2 FIELD ENABLE THIS PROCESS CONTINUE UPTO 5TH FIELD. HOW TO WRITE CODE IN DESCRIPTIVE PROGRAMMING. PLZ TELL ME THE PROCEDURE AND CODE FOR IT.

0 Answers   TCS,


How should i find out whether the cursor is moving horizantally. when tabbing continuously

2 Answers   Livetek,


Explain calling sub procedure.

0 Answers  


In a WebTable 2nd row,3rd column contains one link and that link name is changing dynamically. How you will click the link?

1 Answers   Bank Of America,


What is meant by a Check Point in UFT? Also, explain the applicable Check Points.

0 Answers  


Categories