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

what are the environment variables,how do you use them. give an example.

3 Answers   Polaris,


how to pass parameters from one action to another using output parameters I am not calling action 2 from action 1, they are being called individually I need syntax please .. Requirement: Action 1 customer = Browser(" ").Page(" ").Link(" ").GetROProperty("value") I want to use the value stored in customer in Action 2 I do not want to use any of these actions as re-usable actions

2 Answers  


I have two actions in my QTP test and two iterations in my DataSheet. I want to execute the Action 1 for the two iterations only after which i want to exceute the next Action2. How is this possible?

4 Answers  


To which environments does QTP supports ?

1 Answers  


MANUAL TESTING, AUTOMATION TESTING QTP,QC , Load Runner , SELNEIUM ONLINE TRAINING

0 Answers  






How to find the name of the machine where you are running your automation scripts in qtp?

0 Answers  


How to define array in qtp?

0 Answers  


can somebody send the script to write a multiplication table in notepad through qtp

3 Answers   AppLabs,


How to write business scripts using object repository with different scenarios

0 Answers  


wht is Manual Testing Frame work. Pls anybody can give appropriate answers

0 Answers   Satyam,


I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing

0 Answers  


how to test Web application using QTP software

0 Answers  


Categories