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 |
how to test power point using QTP 8.2 ? What are different methods to retrieve value from Application during runtime ?
Is there a function to find the number of occurrences of sub strings within a string?
what are the design objects in qtp
Diff. between keyword driven Data driven testing?
Waht is diff between SystemUtil.Run and invokeapplication
write a qtp script to enter user name & password for flight reservation login page from excel sheet
I m in new and want to learn QTP. Is any website which provide free QTP video training.....also can downlaod....
If already everything is tested using White-Box testing, then what is the need of using Black box testing?
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
actuall wat my doubt is:while doin regression testin we enter all +ve & -ve data....system has to accept +ve and reject -ve data.in such case we get a popup window sayin that wrong entry...now i wan to overcome this popup window..how do i go further....plz explain.i tried thru rec.scenario but of no use.
WHAT IS THE FUNCTION (HOW TO DO) THE BATCH TESTING IN TEST DIRECTOR USING MANUAL TESTING PROCEDURE?
Hi,How to write regular expression for inbox(10) {here 10 is changing while playback}.tell me the pettern.