How many tables r created during the recording in QTP?
Answers were Sorted based on User's Feedback
Answer / geena
When recording u creat 1 table, globle sheet.
You can split to 255 local sheet when you need.
| Is This Answer Correct ? | 1 Yes | 0 No |
i have batch scripts in qtp and i want to update the status like pass/fail in excel sheet after excecuting the every script in batch.how to write the script for this?
Hi Frriends... I have one Query please give the apropriate ans. when we r working with web based application , the user loggedin page name is changed respect to the username ( Take a exp. Yahoomail.com) .When we use Datadriven test to this scenario ,each time the loggedin page name is changed ...then the script is fail.. at that time wat can do... please give the apropriate ans. Thanx in advance..
What are the file extensions for per-action, shared object repository files and what is the extension for library files?
what is web application and client server application.is there any difference ?
Hi,EXCEL SHEET AND DATA TABLE . BOTH ARE SAME OR NOT?
Tell me the QTP Advantages and Disadvatages ?
How you automate testscripts one by one or modukewise or all at once
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
After coming to know that QTP could not identify non-standard objects, we set those non-standard objects as virtual objects using Virtual object wizard. But how can we identify that qtp could not identify non-standard objects?
Explain the check points in QTP?
22 Answers Gray Matrix, IBM, Microsoft, Prapan Solutions, Zensar,
what is purpose of automation?
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