Does QTP recognize two diff browser's at a time..?if
possible how..? Is it possible run scripts on Mozilla which
are recorded on IE..?..How..?
Answers were Sorted based on User's Feedback
Answer / uday kumar _ anem
Hi Rajesh,
What does it mean by "Does QTP recognize two diff browser's
at a time". I am quite confused with this statement.
The scripts can be created only on IE and can be run on any
browsers like IE, FireFox, Netscape, but the vice versa is
not true i.e means you cannot record scripts on FireFox or
Netscape.
| Is This Answer Correct ? | 13 Yes | 1 No |
Hello buddy,
different browsers...! What it means...
Different types of browsers like firefox and internet
explorer or
Different pages like google and yahoo in Internet explorer.
You have to ask clearly...
You can open only one type of Browser i.e.(Internet
Explorer only) or You can open (Fire Fox) only.
but You can open google, yahoo, msn...etc.,
You can run scripts independent of browser types..
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / pranesh
Even though it identifies multiple browsers!
you can use one at a given time
| Is This Answer Correct ? | 8 Yes | 0 No |
hello guy,
i this situation u can follow the vb script,
while browser("CREATIONTIME:=0").exist() then
browser("creationtime:=0").open
wend
if it is worng let me know calirification
jagadish.k.1984@gmail.com
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / hemant kumar
Guys,
QTP does not support TABBED Browsing at all.
And support for playback of scripts recorded with Internet
Explorer on other browsers is as follows:
QTP 9.0 - Records with IE and Playback with IE
QTP 9.2 - Records with IE and Playback with IE, Mozilla
FireFox, Netscape Navigator.
QTP 9.5 - Records with IE and Playback with IE, Mozilla
FireFox, Netscape Navigator and few other browsers.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / viswanath
QTP will recognize two browsers at a time with the help of
Creatio Time. We canont run the scripts on Mozilla which is
recorded on IE . we will face few issues . In that case its
better if we use DP(Descriptive Programing)
| Is This Answer Correct ? | 15 Yes | 14 No |
Answer / deba
Hi,
The first question was asked not to test on IE OR NetScape
OR Mozila. As per my understanding, Actually the question
was as below:
Let me take a real life example:
When we are opening the naukri.com, then at that time,
simultaneously two more browser windows are opening as
default.
We can take another example of rediff site:
When we are opening rediff.com then one more broser is
opening.
So in the above scenarios, how can we handle in QTP? I
think one answer given by Jagdish Kanna is somehow right.
But please try to understand the real question and answer.
Dear Aravarajesh456, Please rectify me if I am
wrong/misunderstood.
Thanks in Advance,
Deba.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rico
I've seen some people said "NO" to my answer above...my
main concern is, if QTP can perform two operation at a
time, then, i will use this tool for the LOAD testing...so
folks, who ever said "NO" ...please please please ...send
me the solution how to perform multiple operation at time
using QTP...your help would be really appreciated
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / kumaresh
No, QTP Does Not Recoganoize two different browser It Has
been designed to mailnly focus on IE Only But It can
recoganise the firefox seperatley, But u Can Have two pages
Like yahoo,Google,Etc..
| Is This Answer Correct ? | 1 Yes | 5 No |
Hello friends,
Please...... Understand Question and try that issue in your PC
then give your valuable answer. please make this site as
professional site.
do not give chillara answers.
Thank you.
| Is This Answer Correct ? | 2 Yes | 6 No |
How to connect to a database?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
How can i select multiple values from drop down list using vb script in qtp? and wt is the script for clicking msg box box automatically with a specific time. Thanks in advance...Kalyani.
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
How to automate the windows dialog box which is coming in the run mode? Whenever I run my scripts,I am getting dialog box ( for ex: Pls enter zipcode" eventhough I already entered the value,the dialog box pops up).I need to click it. Pls give some idea-How to automate the dialog box which is pop up in the runtime.
What are the framework folders?
Count the number of radio buttons and randomly select one.
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
What are the check points can be inserted without recording?
does qtp need record and playback in realtime. plz tell exactly wat happens
Hi all im having a pop up validation browser which is 20 in number, i want to close those similar pop browsers one after the other, is there any specific code for that? i tried by giving creation time & putting in a loop but it dint work? valid working answers will be greatly appreciated
On a web application I want to select list item 5 from a dropdown list. but QTP identifying this object as winobject. Then how can we select list item 5 from that dropdown list.