I have 3 browsers i want to give facebook url in 2 nd browser
using qtp
Answer Posted / 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 |
Post New Answer View All Answers
if numbers are always changing write a script for that
how will you load the test cases in ddt?
What is data driver in qtp? Where we use it?
Can we run test with out adding object in object repository? How it is possible?
What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
What is the pros and cons between QTP and Rational Robot
Is it possible to change the property value at runtime? How it is possible?
Why qtp always start action1 and does not start action?
How will internal and external links be validated and updated? how often?
How to break the object spy ?
How to use actions in qtp ?
We stored into the objects OR and then write the scripting
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?