how qtp will recognise if application is run on many browsers
Answer Posted / sandeep
by using Browser("CreationTime:=0").page(micclass:=page).......
here QTP recognises Browser("CreationTime:=0") as first
opened browser and Browser("CreationTime:=1) as second and
so on...
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
The structure of keyword driven frame work is like a folder structure the different sub folder are 1-functional libray folder 2-object repository folder 3- database folder 4-appliction1.xls 5-initalzation vbs file 6-sequence file 7-driver script 8-test case list file My question is whether these are in a local server machine or in our pc.((whether It like Vss). can u give example of driver script(code)
Mention the different actions types of qtp.
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
How to delete an object from the object repository?
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
Is virtual object supported in low level recording mode?
banking project description for software tester
what is profile tool?
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?
What are the flaws in water fall model and how to overcome it?
Is it possible to change the property value at runtime? How it is possible?
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
How to find Operating system information using QTP script?
Can any one brief some detail on how the shared and action object repository utilized/implemented in a real time project. I already know how to make shared object repositor by saving OR as .tsr extension..I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thanks
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)