how open two urls in one browser?
plz urgent
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
In QTP where i have to concentrate more in the Interview point of View
QTP -object reposistory spy tool is not able to spy the pop up message appearing in the application, so how is that i can handle such run time pop ups in QTP by code???
How to change the run-time value of a property for an object?
If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?
Hi Samrat, Thank u very much, what u said it is right.
write a VBscript code to parametrize test script using test data from sqlserver database?
what is the smart identification techniqu?what r the different mechanisums used in it?
hi nani my doubt is how does qtp process metrix related to software process.
Actually what is Quality center..is it Test Director or some other tool..Anybody can expalain it in detail..Thanks in advance..
How to handle Recovery scenario in QTP. give detailed explanation about recovery scenario.
Using Regular expression in Date format DD/MM/YYYY (0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[12])/([0-9]{4}) in this regular expression year 0000 also accepted.I need atleast any one single digit must be nonzero value (like 0009,1000,0034)
How to use descriptive programming?