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 |
Explain building blocks of the bpt framework ?
hi guys, pls tell me for testing institution training hub, hitech city is best or not?
in which case & which method we can use "native" property of an object ?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
Tell me one scenario, the complex functionality you have automated in your project?
I know the Basic QTP. But I wanted to learn descriptive programming in QTP. Without Object Repository how we can develop a script? I wanted to do one real time project using QTP. If you know this type of training is available in pune then let me know the address.
What is keyword view in qtp?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
Hi, I want to retrieve the cell data in the WebTable. For that I have defined a new test object under the browser and have given html tag and text as the test object properties. But while I try to identify it it says 'Object description is not unique'. I tried adding innerhtml, outerhtml, innertext and outertext along with the ordinal identifiers; but no use. What more properties need to be added to identify it? Also I want to enable smart identification for this object but the field is disabled in the object repository for this object alone(In QTP tools->object identification the enable smart identification checkbox is enabled). How do I enable it?
can we run the scripts of qtp 8.2 in the qtp7.0?
if i have 10 actions and out of 10 actions last 3 actions i renamed will my script exicute sucesfuly r not? changed actions where i can see?
How can i initiate the objects to find uniquely in OR