Did u use check points during ur work experience ?

Answers were Sorted based on User's Feedback



Did u use check points during ur work experience ?..

Answer / sudeepthz

If we are working with QTP, we should use the check points
to validate the functionality is working properly or not,
until unless we use descriptive programming.

Any new suggestions???

Is This Answer Correct ?    2 Yes 0 No

Did u use check points during ur work experience ?..

Answer / @shok

It is not mandatory to use standard checkpoints available
with the automation tool. Most of the checkpoints for
instance Bitmap check points may fail during runtime.
Instead you can write code to validate what you intend to
test and then supply a pass/fail log entry to the test
result wingow.

EG:
check = cbool(trim(Price)=trim(Total))
If check = "True" Then
reporter.ReportEvent micpass, Total , "Calculation is
right"
else
reporter.ReportEvent micfail, Total , "Calculation is
wrong"
End If

In the example mentioned above if value of Total and Price
are same there will be a pass entry in the test result page
and if they are not the same then you will have a failed
log entry in the test results page.

This way you can code for whatever tests you want to get
validated. Correct me if i am wrong

I have never done validation of images by writing code.

Is This Answer Correct ?    0 Yes 0 No

Did u use check points during ur work experience ?..

Answer / akshar jain

it is not 100% correct in our company we are using
checkpoints only to take the values from a data table by
using standard chkpoint & that too we are not recording it

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More QTP Interview Questions

I am a beginner plz tell me,how do we write scripts in QTP? In my opinion we can write scipts in expert view or there is another option where we can write scripts. plz tell me.

5 Answers  


wht is the difference betn check point and output value?

5 Answers   BirlaSoft,


How to use parameterization in qtp?

0 Answers  


During execution, how can we capture the data from the pop- up, ie. when any popup comes with some numbers written on it, then how can we capture the value/number that is coming on the pop-up and save in the dynamic file/or other file, even when the run is going on.

2 Answers   Wipro,


hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me

0 Answers  






How Does Run time data (Parameterization) is handled in QTP?

4 Answers   IBM,


What are the advantages of parameterization ?

0 Answers  


How will you handle the situation when object is not captured during record?

2 Answers  


Diff b/w WEB TESTING AND Client server testing?

3 Answers   Ordain Solutions,


Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.

0 Answers  


How to compare 2 excel files using QTP? How to compare 2 PDF files using QTP?

1 Answers  


hi. I Am working in Small IT company as Test Engineer. But am looking for change. I have 2+yrs experience, but my problem is MCA 72%, remaining all are Second Division. plz give solution for my problem.am elgible for MNC's or not. if not plz give suggestion............ already i forwarded my resume to lot of MNC's but. I didn,t get CAL............ plz give any suggestion.

3 Answers  


Categories