• Register
Win an IPAD!!! Checkout this page!
x

Browser comptability

0 votes
Hi everyone I have been working on QTP since from six months I have some doubts if any one of you can answer that will very helpful to me " Thanks " in advance:
1.How can we run a recorded script in multiple browsers like Mozilla 8.0 , Chrome 15.0 etc.
2.What is the way to install addons for Mozilla ?
3.How to start creating Frame work ?
asked Apr 18, 2012 by anonymous  
    

1 Answer

0 votes

Hi,

QTP 10 does not support Mozilla 8.0 and Chrome browsers

If you install "Utilu"(Tool to use multiple IE browsers(From IE 1 to IE 8)) at a time, say for example if user wants to run automamtion script on IE 7 then we can configure this browser in our environnment variable (QTP) by this way we can confgigure depends on the user input.

Note: QTP 11 supports Mozilla Browser.

Please refer this url for quick reference utilu.com/IECollection/




Regarding the framework creation,
It depends on your project requiremnt.
First try to get some idea on below factors, i.e.

Whether your projects is Test Data maintatinence or Script maintainence.
Whether it is a data driven testing approach or not
Whether it is a resuable scenario approach.

Start thinking on above three, so that you will keep on asking your self many questions related to Frame work

Note:
Frame work means how the way you are restricting yourself by following coding standards.

Please let me know if you need more information apart from the above.


Thanks,
Venkat. Batchu

answered Apr 18, 2012 by anonymous  
...