What are the features and benefits of Quick Test Pro(QTP)?
No Answer is Posted For this Question
Be the First to Post Answer
How to open an application through scripting?
Why script error occur in between recording in qtp?
Which functionalities of QTP used in banking project? pls any say answer?
how to associate object repository during runtime in qtp
can any one explain with an example how to test Web application using qtp
How to check the URL using Automation tool QTP
What is obsolute path and relative path in QTP..? How to access them and what are the differences between them...??
In Descriptive programing if i use this below code will it work for login window or flight Res Window. Shud i add the properties like attached text=login and text=Agent Name in the object repository and define a new object first. Pls tell me the procedure in clear inorder to execute this script. Dialog("title:=Login").WinEdit("attached text:=Agent Name:").set"agent123" Dialog("title:=Login").WinEdit("attached text:=Password:").set"mercury" Dialog("attached text:=Login").winbutton("text:=OK").click
wt is frame work wt r d different types of frame works used in ur company
How we can we create a Text checkpoint in QTP 9.1,Actually what i did is first i put in recording mode and gofor Inser menu>Checkpoint>Textcheckpoint>click,Now an hand symbol came and i showed it to some textbox and cliked but the QTP9.1 is giving an error message like "The Obkect you are selecting doesn't support this operation" If i go for Help of QTP 9.1 information I didn't get any solution,pls help me in this issue.
what properties do use to identify a browser and page while using descriptive programming?
Hi All, I am using QTP for one of the Desktop application which uses Keyboard inputs like 'Tab ,F7 etc' and also mouse (Click). After recording when i am running the Script ,it is not able to recognize the keyboard inputs like F7,Tab and mouse Click because of which either i have to skip that part or manually do the inputs. Please answer how can i make script more flexible so that it will recognize both keyboard and mouse operations.