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
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
What is synchronization point in QTP?
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
What are the benefits of qtp?
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
what is actually contain test report? can anybody post the test report
What is QTP and the use of QTP in TD?
Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
What will be happen if i load object repository at run time, but it has already associated.
How can I check if a environment variable exist or not?
For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?
If you are testing a web application then what will you test in that application?
What is RTM (require ment tracebulity marix) fromate?
Give me some real time point of way where exactly we can conduct audits?