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 would you directly trigger javascript in a test?
wt is the difference between global and action excel database in qtp?for example one action is calling another action the second action is using action excell sheet?if it is using global sheet what makes the difference?
What is output value?
how can we do the frame work in qtp
Wht is Smart Identification Mechanisam in QTP..Actually when do we this Technology means during Recording or running ....how is technology works. Anybody can expalin this .....Thanks in advacne
Difference between test object and run time object?
Can we select add ins in UFT during run time
Dear Friend, I am New in QTP 10 so can any one tell me how to do QTP testing on WEB APPLICATION while writing VBScript. If Possible then Give Example how to write vbscript in QTP to test WEB Apllication. Vishal Patil
how to export the result to notepad....for example i want to enter the user name and pass word and clicking on login button ......once you click on login button the corresponding page will open ...in that page you having one list box ...here you can get either success or failure ........friends here i want export the message what ever i got either success or failure .....how to export the result to note pad
Where virtual objects stores results?
WHAT IS THE USE OF "FUNCTION GENERATOR" IN QTP?
When to Insert transactions in QTP?