how open two urls in one browser?
plz urgent

Answers were Sorted based on User's Feedback



how open two urls in one browser? plz urgent..

Answer / narasimha reddy

plese don't give wrong answers....if u don't know leave
it.otherwise v' are getting confuse..................pleas

Is This Answer Correct ?    9 Yes 0 No

how open two urls in one browser? plz urgent..

Answer / venkateshwarlu

Navdeep,
If u dont know exact answer, plz dont post answers.
before posting answers plz. verify once with others.

dim ie1, ie2
set ie1=createobject("Internet Explorer.Application")
ie1.visible=true
ie1.navigate"http:\\localhoast\enquiry\index"
set ie2=createobject("Internet Explorer.Application")
ie2.visible=true
ie2.navigate"http:\\localhoast\registration\index"

bye
venkateshwarlu

Is This Answer Correct ?    11 Yes 4 No

how open two urls in one browser? plz urgent..

Answer / ravi, fortechsoft (india) pvt

Venkateswarlu

I dont think the answer given by you is correct. You are
opening two urls in two browsers(not single browser).
Also, there should be no space between Internet and
Explorer in the createobject function. It should read
createobject("InternetExplorer.Application").

Internet Explorer supports opening only one URL at a time
within the same browser; however, Mozilla Firefox supports
opening N number of URLs within the same browser using File-
>New Tab.

Let me know if you need any further information.

Is This Answer Correct ?    5 Yes 0 No

how open two urls in one browser? plz urgent..

Answer / gangadhar

I THINK WE ARE NOT USE ANY QTP SCRIPT FOR THIS QUESTION ... IT IS DONE BY ONLY MANUAL..
OPEN ONE BROWSER CLICK FILE AND NEW TAB....OPTION IS THERE ...CLICK THAT OPTION FOR N NUMBER OF TIMES .. U CAN GET NOT ONLY 2 URLS ....SO MANY...OK CLEAR
VERY SIMPLE...
I THINK THIS QUE IS ASKED FOR FRESHERS ONLY .... NOT EXPERIENCED PEOPLE...

THAN KU
IF IAM WRONG CORRECT ME

Is This Answer Correct ?    2 Yes 0 No

how open two urls in one browser? plz urgent..

Answer / ramchandra patil

Hi All,

I think asked question is not correct!
how we can open two URLs in single IE.
@Punna pls can u confirm the question pls.
QTP(9.2) do not support for multi tabs in IE..u need to
disable multitab option.(Im not sure abt QTP versiob 10 and
above).

Is This Answer Correct ?    0 Yes 0 No

how open two urls in one browser? plz urgent..

Answer / abdul kadir khan

Hi All,

Try this,

Dim Obj
Set Obj = Createobject("InternetExplorer.Application")
Obj.Visible = true
Obj.navigate "www.google.com"
Obj.navigate "www.yahoo.com"

Is This Answer Correct ?    0 Yes 0 No

how open two urls in one browser? plz urgent..

Answer / kasim

1.Paste your links on the empty box below the title ” Paste
your links.”

2.Click on submit button below the box.

3.Each link should be start from new line.

visit here: http://www.urlopner.info/

Is This Answer Correct ?    0 Yes 0 No

how open two urls in one browser? plz urgent..

Answer / santoshnathan

systemutil.Run"iexplore","http://www.yahoo.com"
browser("title:=Yahoo! india").Navigate"http://www.orkut.com"
browser("title:=orkut - login").Close

Is This Answer Correct ?    1 Yes 6 No

how open two urls in one browser? plz urgent..

Answer / navdeep ahir

use invoke function

Is This Answer Correct ?    0 Yes 10 No

Post New Answer

More QTP Interview Questions

can the activities of test case design be automated?

0 Answers  


What is smart identification?

2 Answers   Ordain Solutions,


How do we call Library Files(.vbs) in the Test Script Thanks in Advance...

6 Answers  


What is the expert view?

0 Answers  


How does u create new test sets in TD?

1 Answers   Crea,






if our qtp vb Script may be Currepted then What we want do?

0 Answers   IBM,


Hi..All I have installed QTP 10.0, and need to Automate SAP Application.....so i need to Install SAP Add-ins, anybady has SAP-Addins, Please help me, and thanks in advanced plese send it on my email id: sandipgami84@gmail.com Thanks, Sandip Gami +91-9714177088

1 Answers  


1. How can we use same object repository and Testscript which is in English flavor to check the application in different languages thru QTP?(Chinese,Dutch,French) - I generated script in english and want to use the same script with different languages? - for windows i used regular expressions - I need for edit box,button and combobox, (English,French,Dutch,Chinese) These are the properties of a button in different languages Properties English Dutuch Chinese French x 400 758 631 601 y 673 603 592 676 windowstyle 1342242816 1342242816 1342242816 1.34E+09 windowid 2 2 2 2 windowextended style 4 4 4 4 width 120 120 120 120 visible TRUE TRUE TRUE TRUE righttoleft reading FALSE FALSE FALSE FALSE righttoleftlayout FALSE FALSE FALSE FALSE rightaligned FALSE FALSE FALSE FALSE regexpwndtitle cancel Loschen Chinese language Annuler regexpwndclass button button button button objectclass button button button button hwnd 132872 657228 656932 656782 height 33 33 33 33 focused FALSE FALSE FALSE FALSE enabled TRUE TRUE TRUE TRUE attached text abs_y 669 599 627 597 abs_x 396 754 588 672 text cancel Loschen Chinese language Annuler nativeclass button Button ordinal Identifier type,Value none none none none smartidentification FALSE FALSE FALSE FALSE comment

1 Answers   TCS,


What are the recording modes and executing modes avialble in QTP?

3 Answers   Polaris,


How to check the value for variables during run time. Pls anybody can give the answer.. Thanks in advance...

4 Answers   Navis,


what is functions in qtp?i know the userdefind &bulit funation or i know that Private public function ?plz tell me what is funations in qtp?how to create a funation in qtp

4 Answers   NIIT,


How to analyzing the checpoint results?

0 Answers  


Categories