What type of problems one will face with QTP , if too many
browsers are opened at a time?
Answers were Sorted based on User's Feedback
Answer / ganesh kumar
Nothing is problem with QTP to identify the Browsers even
there are too many browsers opened. Since Each browser will
have different unique property to identify the browsers at
runtime. There will be a problem only when the name and
title are same for two browsers. that too can be handled
with the ordinal identifier. by giving the index we can
handle this situation.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / sunitha
QTP will get confused when there are too many browsers
open , It might close the wroge window when you try to
close browsers. To make sure that QTP looks into the
correct browser you should either do a descriptive
programming or add the properties 'title' and 'name' to the
properties.
| Is This Answer Correct ? | 2 Yes | 2 No |
How to check bitmap output value?
I am executing a batchfile.In one script on one Button i have inserted a checkpoint.It is in a loop,my checkpoint is going to fail sometimes.That failed results only I have to log in a file.How it's possible...pls give the solution for this?
In my script there is a link(e.g. 'My Page') when I execute the script sometimes(not every time) QTP throws an error that "My Page(as link)" not found. Pleaase tell me where I need to update
Can any body help me to write descriptive program to find a cell value (say 2 row, 3rd column) in a datatable which is creating dynamically and statically
What is the Diff between Image check-point and Bit map Check point?
how can i use text check point in descriptive programming. or else is there any way to compare the text in the application and the text in data table.
How to return a value from a fn, if it has more than one value how to return
Hello Everyone, I have a problem. QTP is capturing no action on a particular page in the application that I am trying to automate. But on the same side its working fine on other pages of the same application. Can someone please help me understand the reason behind this inconsistency.
What are Child Objects?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
Are You using any frame work? What is that? Explain about that.
How to change the screen name while running the test.