What is the dis advantage of check points in QTP, if any?
Answer Posted / hemant kumar
Few big drawbacks with QuickTest Professional in build
checkpoints are:
1. The check always returns either pass or fail however;
there is no way to know the reason or the property that is
failing. (For example you use standard checkpoint and you
check more than one property at a time. Now if the check
point fails there is no way for you to know what property
failed, it will just say pass or fail)
2. Any properties you add to the object description in the
object repository manually, will not be displayed in case of
standard checkpoint. Which straight away means, you can't
check them using qtp standard checkpoint. You will have to
check them manually.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is test object?
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
Connect to QC using AOM.
Create flight reservation login descriptive programing (Condition: Remove the value and substitute with a variable, and then call the validation from Excel) Plz help me....... very urgent.........
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
Differences between text and test area checkpoints?
What is the difference between byref and byval in qtp?
What are the technics follow in writing VB script?
Which recording modes need more memory?
What are the different recording modes?
Which scripting language used by quicktest professional?
how will you check how many members visited the website www.infosys.com?
How to get the particular property value?
I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?
when to start the automation?