Did u use check points during ur work experience ?
Answer Posted / @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 |
Post New Answer View All Answers
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
How smart identification works in qtp ?
How to start recording using quicktest professional?
What is the difference in testing a client-server application and a web application?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What's the difference between them? How to handle script issues?
Dear Friends, I having total 3+year experience in manual testing including automation testing QTP, if i am attending any interview what kind of question will i get? please help me out
How can you handle exceptions in qtp?
Can you write a script to check if the folder exists or not?
Why to use descriptive programming?
What are the various types of Actions in UFT?
Generic function to search for the unique link in webtable and click on it
how to disable the pop ups through QTP using a script
What is the synchronization point in qtp?
What is parameter in qtp?
Can the user toggle between using Local OR and shared OR for the same action?