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 have to pass all the test cases into gmail userid and password using functions please give me code thanks have anice and greate day

2 Answers  


how open two urls in one browser? plz urgent

9 Answers   Satyam,


hi i have one issue while coding the dates . i want to add the date curret to 4 days . can any one helme plz about this regards balaji

2 Answers  


Hi friends did any budy attend accenture system test for qtp? if any budy pls drop questions.not only accenture any other mnc company which you attended system test(QTP)?it may helpful to others also

0 Answers  


How to suppress warnings from the test results page?

0 Answers  






What is descriptive.create () in QTP?

3 Answers  


what is the difference betn QTP 8.0 AND PREVIOUS VERSION

0 Answers   BirlaSoft,


What is the file extension of the code file in qtp?

0 Answers  


WHat is Object Identification and Object Spy?

2 Answers   IBM,


How can you close the second opened browser?

0 Answers  


Deal All, Recently i face one interview question in one company. str="test12@#3456" In This i want to print like special character and numeric ,word in one script please tell me how to write the code for this Thanks Balaji

1 Answers  


Hi all, On recording a particular Web application with QTP,Have came across a problem for which I havent found a solution so far.. The script of importance is as follows: Browser("Personalized Start Page").Page("XYZ").Frame ("mainFrame_4").Link("address.csv").Click Browser("Personalized Start Page").Page("XYZ").Sync Dialog("0% of dms.php from XYZ-").Dialog("File Download").WinButton("Save").Click My problem is that on recording the application with QTP and clicking the "address.csv" link another browser window comes up temporarily followed by the Windows "FileSave" dialog.The browser window which came up closes down when the Windows "FileSave" dialog is visible and I save the file to a windows location. On the "Record and Run" settings under Qtp,have activated settings for web and windows applications. But when I run this recorded script,and after the "address.csv" click,The browser window comes up and goes down,No Windows "FileSave" dialog comes up and the QTP shows the error Dialog("0% of dms.php from XYZ-") object is not found,though this object is there in the repository. Have tried putting the Dialog("0% of dms.php from XYZ- ").Exist property.But the "Exist" property is not recognised by the dialog at all. Any help in this direction is appreciated.. Thanks in advance J

1 Answers   ADP,


Categories