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 |
How to invoke QTP through VBscript?Send me full code along with description of the code.Thanks in Advance
Why do we use text checkpoint as we can make use of the same in the standard check point?
what is Business Process Testing plz explain?
Can we continue functionality testing without framework?
Does QTP supports Linux or Unix OS?.If so which scripting is preferable? Shell we do record and playback
What is descriptive.create () in QTP?
I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me
How would you directly trigger javascript in a test?
Hi I able to record IE object but not able to record mozilla firefox 3 object using QTP 10. i don know wats the problem????
GET WHETHER THE GIVE NUMBER VALID OR NOT IN BETWEEN THE GIVEN RANGE?IN VB SCRIPT(QTP)
write a test script in QTP to test the text that written in an image(i.e jpg)of a web page???
Explain in brief about the QTP Automation Object Model.