What is the dis advantage of check points in QTP, if any?
Answers were Sorted based on User's Feedback
Answer / firoz shaik
The disadvantage is:
As Akshar jain said, Screen resolution is very important.
sometimes these checkpoints will also check the system
configuration.
When you record the checkpoint, that may work in one
machine and may not work in another machine and the entire
script will fail.
One more important thing is that we will not be able to
know on what property the checkpoint holds until the
execution of the script.
I think this might add some more to what akshar jain has
said.
Thanks,
Need any assistance, mail me.
Firoz Shaik
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / qtplearner
Used QTP 9.5.
Checkpoint as we know takes longer time to execute than
normal checking. In such cases defining amount of time
dedicated to a checkpoint can be reduced.
In case a checkpoint fails it shows which property has been
failed aslo showing passed properties as well in test
report.
Checkpoint is wonderful if used properly.
Thanks
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / akshar jain
i think the screen resolution is important if u r using
checkpoints like bit map chkpoint,in one system it may run
smoothly & in the other system the same test may fail
| Is This Answer Correct ? | 2 Yes | 5 No |
Answer / 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 |
can anybody give me the links for vb script material
1. how can you handle exceptions without using recovery scenario?
How to get Traceability matrix from TD?
How we can add objects to the object repository during the running?is it possible or not?explain
CAN ANY ONE PLEASE EXPLAIN DIFFERENT TYPE OF FRAMEWORKS USED IN QTP?EXPLAIN EACH OF THEM?..POST TO VANILKUMAR_1981@YAHOO.CO.IN
What is the main difference between QTP 8.0& QTP 9.2.And what r the features and benefits of QTP.
Explain key word driven frame work?How to use in real time?
can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com
Can we put more than one action in a single script???? yes or no.....
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?
what kind of erros can be handled with the using QTP?
How QTP recognizes Objects in AUT?