Older version QTP is 8.2 and New version QTP is 9.2. My
question is, Why it is QTP 9.2, why not 8.3,8.4 .... why it
is not something ?
Answer / sambacvns
This depends on the enhancements and features that are
introduced. In case of major enhancements & features it
will change to 9.0 etc.. In case of minor enhancements it
will be 8.3 etc..
sounds good..?
Is This Answer Correct ? | 0 Yes | 0 No |
If there is a change in the object type eg: A button is changed as link, 1. How to edit that in the shared object repository. 2.What options are available to edit the object within shared object repository other than copy from loca; 3.What would be the effect of the change in Coded Scripts within QTP and Functions stored in .vbs file which are loaded and used in QTP
what is recovery scenario in QTP? what is the need of the recovery scenario in QTP? what are the advantages of the recovery scenarios in QTP?
7. Given scenario is like this: One Web table is there and you have to search and retrieve a cell data which is equal to the given number say:123. Assume you have given with the column name/id of the table where the number may exist. So now you have to go to the given column and search for the number 123 and retrieve it along with the row number of it.
What are the different types of recording modes in qtp? Which will be used when?
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
How QTP recognizes Objects in AUT?
How can we disable popup blocker?
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
I have faced one issues while doing test in QTP. I have described the scenario below. 1. I have to test web application.In that i want to give input of drop down values in the application. 2. Suppose Drop down has 5 value "A,B,C,D,E".I would like to give value from data table of QTP. 3. I have changed the drop down value as variable in Keyword view and given values in data table "A,B,C,D,E" as one below one. 4. While i am running the script it could not identify the drop down value which is in Data Table.It shows message. How to make value identify by QTP?
What is driver script and driver script in qtp frame work????
RECENTLY I PLACED IN QTP..HOW TO IMPROVE VB SCRIPTS KNOWLEDGE? IAM STRUGGING TO WRITE THE AUTOMATION SCRIPTS? ANY BODY TELL HOW TO IMPROVE QTP SCRIPT SKILLS?
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api