What are the types of Object Repositories in QTP?
Answer / sreeprasad
There are two types of Object Repository files in QTP
1) Per-Action Repository file
2) Shared Repository file
The Extension of Per-Action is .mtr
The Extension of Shared is .tsr
We can use Per-Action as Shared one, but we cannot use
Shared Object Repository as per-Action mode. when u use
like this both file uses same extensions i.e (.tsr)
| Is This Answer Correct ? | 0 Yes | 0 No |
what is object and child object.. explain ..if possible give some example for better understanding ..
what are the parameters you are considering for object identification?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?
How we test the logo or images in the web page using QTP? For example take google page, they change their logo for new year,christmas etc..How we test that? Plz answer this question... Thanks in advance..
How does Parameterization and Data-Driving relate to each other in QTP?
Explain building blocks of the bpt framework ?
HOW DO U CALL A ACTION IN QTP?
How many types of recording modes in qtp?
I wanted to create Data Driven test for login page (loginname,password). Password is same for all the loginnames. I recorded the script for one user. I mentioned all the user names in the global excel sheet with the column name as "Loginname". I mentioned 5 loginnames. I selected tools- >datadriver and select loginname. Select parameterize and select parameter all option.Changed the parameter name to "loginname" which i mentioned in the global excel sheet. I executed the script. For the users 2 and 4 only, the script is failing... can anybody explain why the script is failing for users 2 and 4.
Using QTP checkpoint, where do you store your expected Properties of the object which later compares with the actual properties of the object???
Name the properties you would use for identifying a browser and page when using descriptive programming?
How can we encrypt the username using recording mode in login window? There is 2 encrypted types what are it