why don’t use real time they r not using check points
Answer Posted / amarendra kothuru
Check points is a concept of record & play Back model in
QTP. In real time, Everyone use discriptive programming so
that no object repository is maintained in the script. To
use checkpoints, we should need objects in Object
repository.
Maintaining Object repository is a huge task and is very
difficult and script execution become slow. If atleast one
object miss from the repository, script execution cannot
proceed further.
This is only the reason,in real time, the professionals do
not use Check points in thier scripts.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the short cut keys for the following?
hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me
Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,
How to call a test from another test?
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
How will you report the bug and explain the defect tracking sheet you handled?
For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?
How qtp recognizes the object?
Explain the concept of object repository and how qtp recognises objects?
describe some problems that u had with automating testing tool?
in a web page How to check and display a particular word from a paragraph?
How to handle the exceptions using recovery secnario manager in quicktest professional?
wht type of User defined functions or Java Releated functions Do we write in VB scripting
What is the difference between byref and byval in qtp?
What are private functions in QTP? How they can be called from the function library?