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
How to release all resources file from the QTP?
what is supply chain management?
What is an optional step in qtp ?
When to use shared and local object repository?
How may types of defects identify application or your currently working application?pls give me answer..
What are the different properties of an web object
I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.
Where you are storing your script?
How many types of recording modes are there?
What is standalone database?
What is text/text area checkpoint?
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric
Explain in brief about the quicktest professional automation object model?
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?