QTP Questions

1. Defination of Object repository
2. Explain Output co-relation
3. Explain Exceptional handling
4. Explain Synchronization
5. Explain Parameterisation
6. Explain Smart identification
7. Principles of the QTP
8. What are the recording mode in QTP in details, and diffenece between Analog and Low level
9. What is Batch Runner

Showing Answers 1 - 27 of 27 Answers

mahesh

  • Jun 20th, 2006
 

hello

could u explain batch runner in qtp and when ur working java application

we r writing library files so in this which script is used bcz in .net it is saved as .vbs but in java .js so could u please explain

  Was this answer useful?  Yes

vamsi

  • Mar 27th, 2007
 

we can embed .vbs files using HTML in to .js files.
so, your files are in the form html pages.

  Was this answer useful?  Yes

dev1504

  • Apr 17th, 2007
 

Store the information of object. there are 2 types
1 shared object repository
2 per action object repositry

  Was this answer useful?  Yes

dev1504

  • Apr 17th, 2007
 

Using Parameterisation when you want to look same functionality with different output.
Devendra

  Was this answer useful?  Yes

dev1504

  • Apr 17th, 2007
 

Use anolog recording when exact mouse coordinate is required & do low level recording when QTP does not recagnize the object

  Was this answer useful?  Yes

dev1504

  • Apr 17th, 2007
 

There are 2 principles of QTP
1 Key driven
2 Playback

  Was this answer useful?  Yes

aashvarma

  • Apr 20th, 2007
 

In analog we record mouse operations like digital signatures and in low level recording we record satelite, medical(e.c.g) operations.

  Was this answer useful?  Yes

manii

  • Apr 28th, 2008
 

objct repository:its a centralised location to place the property and value of an object.
Output value:wil allows us to get the required information from the application in run time.

  Was this answer useful?  Yes

manii

  • Apr 28th, 2008
 

synchronization:QTP waits for a specified period of time until the object gets the required status.this process of giving specified time for an object to get required status is called syncronisation.

  Was this answer useful?  Yes

manii

  • Apr 28th, 2008
 

paramerisation:changing constant value with parameter(variables) is called paramerisation.u can do parameterization by 4 ways:
1)action parameter
2)envirnmental variables
3)data type
4)random numbers.

smart identification:when QTP unables to identify the ppt and value of an object at that time we go for smart identification.here QTP has to learn all the base filter property completely

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions