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 Posted / 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 View All Answers
What is checkpoints for quicktest professional (qtp)?
What is optional step in qtp? How you can add optional step in qtp?
I am having major problems with some DB Table Checkpoints I add to my script. I 35 web based applications recorded and each has DB Table Checkpoints insert but only 1 script isn't recognizing the DB Table Checkpoints for some reason. I've checked the DB connections and the info in the Library Functions and still only this one script out of 35 doesn't recognize the DB Table Checkpoints. Can someone please help me figure out why only this one script out of 35 that's hitting the same database is having a problem.
How can we conduct U-I Testing by using QTP??????
How many types of trigger events are there in qtp?
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
How to import a test case present in ".xls" file to TD under a Test set?
How can I use Call dlls in QTP ?
What are the ordinal identifiers in web page?
What is text check point and text area check point?
What are the Disadvantages of shared object repository?
Explain advantages and disadvantages of ddf?
What is the difference between run time object and test object in QTP?
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
explain abt dyanamic changing object with example?