I have 3 browsers i want to give facebook url in 2 nd browser
using qtp
Answers were Sorted based on User's Feedback
Answer / amit ranjan
browser("micclass:=Browser","index:=0").Navigate
"http://hotmail.com"
browser("micclass:=browser","creationtime:=1").Navigate
"http://facebook.com/"
browser("micclass:=browser","creationtime:=2").Navigate
"http://www.rediff.com/"
| Is This Answer Correct ? | 21 Yes | 0 No |
Answer / bala
Using creationtime identifier available for Browser object only, we can identify the browsers in order they are opened. It starts from 0, 1, 2,...
Browser("creationtime:=1").Navigate "www.facebook.com"
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / ramchandra
Hi,
I would or it's recommends u should close all applications n browsers before running scripts...
| Is This Answer Correct ? | 1 Yes | 6 No |
what kind of frame work you used in your last project?
What are software testing metrics
Can we run test with out adding object in object repository? How it is possible?
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?
what is the defference between calling ation and called action?
How to Import data from a ".xls" file to Data table during Runtime.
Diff. between keyword driven Data driven testing?
How to Test the mainframe application?(tell me few basic things)
what is the main use of reviews
Hi, Can anyone help me in esimating time for an application using QTP tool.. What factors should be considered while calculating the estimation time for QTP... Thanks in advance... Prasad Gali
what is mercury.clipboard in qtp.where we can get this in qtp tool i.e tabs
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”