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 |
what is the diffrence between script and Language ? (Chandana)
What is output value?
What is business process testing(bpt) in qtp?
How do you connect to database ,What is the script to connect DATA BASE?
How to parameterize Object Repository?
What is AUT in object reposity in QTP? Why we use it in Object repository???What is full form???????
For example one window is there the window contain some of Check boxes but my question is how many check boxes are there particular window? Please solve the problem gi_raju@rediffmail.com ippaliraju@yahoo.co.in
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
1. How to capture data from images in QTP and produce them in Excel sheet
difference between GetROProperty and GetTOProperty
How to fetch web elements count from Google Page which contains letter "e"
Currently i have designed my script based on the test cases present in Quality Center. I want to run my script from quality center. Can anyone help me to get the code which will connect QTP with Quality Center and execute the test cases?