Did u use check points during ur work experience ?
Answers were Sorted based on User's Feedback
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 |
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 |
how can we merge the object repositories?is ther any option in qtp to merge the object repositories if we have two or three object repositories?
hi i have one issue while selecting weblist i want show one particalur item in weblist .ex one weblist they are monday to sunday i want show the reporter like thurday in particular weblist can you help me about this thanks balaji
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script
How many types of recording modes in qtp? Which will be used when?
what are the limitations of smart identification in qtp 9.0
what are the mandatory properties in qtp? what are the library functions in qtp?
what is standalone database
how to validate email?email ie correct or not ?with below conditions. 1)before @(symbol) only alphbates and min 4 char to max 15 chars. 2)before @(symbol) only alphabates dont use ant special chars or numarics 3) after @(symbol) only one dot(.)symbol for ex:abc@gmail.com it is valid email or not based above conditons
How many tabs are available in debug viewer pane?
what are inputs for automation?
What is the need and applications of learning VB script for a automation(QTP) engineer ain Realtime ?
Explain about the quicktest professional (qtp) automation object model?