suppose u hav a 10 dialog or window opened on screen with
same name & value. now how to test each window? i.e. how
qtp indetifies these objects separately?
Answer Posted / sushil
the only correct answer:
we will use ordinal identifier in such situation.
since it is browser so creation time will be used.
we can't use other ordinal identifier like index or location
so code for that.
browser(CreationTime:=1).Dialog( )...give as per your
requirment.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
images are dynamically changes how to compare two images with out using the bitmap
Explain the difference between check point and output value?
what is error and fault in terms of software quality?
How do you convert manual test cases to automated test cases?
What are the trigger events in qtp?
Key word driven framework
How to find the length of the string in qtp?
How will you check that your test cases covered all the requirements?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
What is the use of an object spy tool in qtp?
i am trying to automate yatra.com,in that site, when i go to automate the Leaving from field showing as a WEBEDIT, but when i enter 1 or 2 char, it displaying dropdownlist, i try to use keyboard automation to select the item from that list but it is not possible, can anybody help he. Thans for posting the Answer
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
can anyone tell me from where i can download qtp demo or crack version
Can you write a script to check if the folder exists or not?
How to use reporter.report event in qtp ?