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

one ok button and one text box is there.when i click on ok button in that text box one no. will display from 1 to 100 randomley.if that is not 100 when we click on ok button again ,again another text box ll created with another no. we will continue this till the text box created and displays 100.and when its 100 ok button should disabled. remember thet no will display not seriely ,it displays randomley,and each time new text box will created.

6 Answers   ADP,


How to export quicktest professional (qtp) results to an .xls file?

0 Answers  


write code to read and write data from file?

1 Answers   IBM,


What is file database?

0 Answers   Syntel,


what is descriptive.create()in qtp?

3 Answers  






Username field having some string mistake like"user naem".what type of testing i prefer to test spell check.

6 Answers   GE,


What is QTP scenario.

0 Answers   Persistent,


suppose our project is developed using java technologies.after complition of the coding developer relesed a build to the testing team.so, what is the process means how we open that documents?what are that documents?plz give reply its urgent

2 Answers  


HOW to invoke any recorded script in QTP with out using RECORD & PLAYBACK CONCEPT?

3 Answers   CTS,


Is it possible to convert QTP scripts to Silk scripts?

2 Answers   Sierra Atlantica,


Sql questions to find second max salary and how to use joins

0 Answers   Deloitte,


how can i change the action path that called in other action. when i copy one action to other pc,the action"test2" calls another action(C:\test1\action0),and i update this"test1",the folder update to "action1",but when i open "test2", it just point the call path to "C:\test1 \action0", but does not update to "action1",and the change i make can be shown in test2. so, can i update the call path manully? thanks

2 Answers   HP,


Categories