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 |
Difference between image checkpoint and bitmap checkpoint
What are all the common questions asked for the candidates having more than 1 yrs exp in QTP?
Shared Object Repository is preferable while dealing with dynamic objects ok? descriptive prog also same? ok but why descriptive?(only for w/o application)
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
what is defenetion of kiran can u tell me plz CVS, SVN
Got job with 3 years fake Experience
Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3 5 4 5
why should we give deliver good quality software?
when we right click on the desktop of any operating system we find a menu , consisting of refresh,edit,open,paste and cut etc... how to load the object and object properties of that menu in QTP
what are the areas that cannot be tested using an automated tool? list a few
In one of the scripts the pwd in the DT was encripted. Can any one tell me how to I decript or undo the same?
Does QTP supports Linux or Unix OS?.If so which scripting is preferable? Shell we do record and playback