Can I record on netscape browser does it require any special
settings ?
Answers were Sorted based on User's Feedback
Answer / raj kumar
Yes, QTP9.2 support the netscaps 8.1.2 Version
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / uday
The question is about, recording the script in Netscape.
We cannot record our scripts other than IE, whereas the
scripts recorded can be run on any browser.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
What scripting language is QTP of?
What are different types of frame works ?
What are the methods of the TextStream object that are used for reading from a text file?
How can I change object description or check point values in qtp?
what's the difference in between function and sub and give some code as well
Hi,All How to create a link in excel sheet using qtp
datatable.Import("E:\Programming Samples\QTP Samples\OrderNumbers.xls") Asume we have 4 records in datatable Code reads the 4 rows in the sheet ok, but does it 5 times? It doesn't sound like closing the datasheet is the problem Can we close the datasheet runtime ?
Hi Friends, Can anyone help me out in this one? In QTP, I am using Data Driver and want to parameterise multiple values (say 3 values ) for a field. How can I do it using Data Driver wizard? Plz mention it step-by-step. In the end after doing the needful, on opening the Data Driver window, how can I get number (i.e. 3) in the Parameterised column for that particualr value? Thanks a lot in advance.
how to pass parameters from one action to another using output parameters I am not calling action 2 from action 1, they are being called individually I need syntax please .. Requirement: Action 1 customer = Browser(" ").Page(" ").Link(" ").GetROProperty("value") I want to use the value stored in customer in Action 2 I do not want to use any of these actions as re-usable actions
What is debugging? How you debug your script?
Is qtp supports uni-code?