What is the dis advantage of check points in QTP, if any?

Answers were Sorted based on User's Feedback



What is the dis advantage of check points in QTP, if any?..

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

What is the dis advantage of check points in QTP, if any?..

Answer / ramana

The main drawback is it cannot handle the erros

Is This Answer Correct ?    0 Yes 0 No

What is the dis advantage of check points in QTP, if any?..

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

What is the dis advantage of check points in QTP, if any?..

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

What is the dis advantage of check points in QTP, if any?..

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 dis advantage of check points in QTP, if any?..

Answer / kiran

With check points, customisation to the results is not
possible..i mean yo cannot define the test scenario and
what is the result output.

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More QTP Interview Questions

How can we use the "CreateObject ("Scripting.FileSystemObject")" in QTP and what is the definition and purpose of it?

2 Answers  


How to supress warnings from the "Test results page"?

3 Answers   Crea,


After running scripts how you report results ,there is any specific report form

5 Answers   Novartis,


Explain the concept of Output values in Quick Test Professional?

1 Answers   Crea,


In qtp, how you can remove the spaces from string?

0 Answers  






I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm?

3 Answers   TCS,


can we install qtp on server machine and do automation of application which is installed on client machine.If yes then how? If no then is there any other automation tool for this (client-server) senario.

4 Answers  


How will u test content of an web application with out using chechpoints in QTP 9.2?

3 Answers   CTS,


Does quicktest professional is unicode compatible?

0 Answers  


How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?

2 Answers  


hai friends i already ask this question but when i post the question the alignment goes wrong .....my question is we have a WEB TABLE ....assume that web table having 3 row's and 3 column here in 2nd row 3rd column having VISIT FACEBOOK link...now i want to check the VISIT FACEBOOK link is available or not ..if it's there i want to click the link ...then how to find the web table row or column count ....don't write the excel or data table script here friends .....consider that it's a WEB TABLE do a favour ...thank's

3 Answers  


what is On Error Resume Next ?

1 Answers   Accenture,


Categories