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 |
What is the difference between Systemutil.run and Navigate.
What kind of errors can b handled in QTP in real time scenario?
What is the difference between a Test and a Business Component? Is it necessary to use Business Component while testing an application in the real time?
Hi anyone having QTP 10.0 licence or crack version pls send me in this mail id mdilipkumar04@gmail.com Regards Dilip
how we connect 1. qtp9.2 to the quality center9.0? 2. Load runner8.0 to the quality center9.0
what is the difference between xmlutil and xmlDOM in qtp?
how to merge object repositories?
i want 8.2 and 9.2 dacuments plhelp any body sand it to my id sandhyat1@yahoo.co.in
How to do the scripting. Is there any inbuilt functions in QTP as in QTP-S. Whatz the difference between them? how to handle script issues?
What is throw object?
Is it possible to check the Run time value property of a field through a Database Checkpoint ? Further, is it possible to localize and mention a particular cell , in the database dynamically. My requirement is that I would need to check the status of a particular field , that would change from an "Active" state to a "Stopped" state dynamically.
Give the syntax to import/export xls into qtp.