write a qtp script to verify that the business price is twice
the economy price in flight reservation window
Answer / mudaseer
window("flight reservation").winradiobutton("economy").set
eprice=window("flight reservation").winedit("price").getropro
perty("text")
ev=2*eprice
window("flight reservation").winradiobutton("business")
.set
bprice=window("flight reservation").winedit("price").getroprop
erty("text")
av=cdbl(bprice)
if av=ev then
res="pass"
else
res="fail"
end if
msgbox res
Is This Answer Correct ? | 4 Yes | 0 No |
MANUAL TESTING, AUTOMATION TESTING QTP,QC , Load Runner , SELNEIUM ONLINE TRAINING
What is object repository in qtp?
What is data driver in qtp? Where we use it?
Discuss quicktest professional (qtp) environment?
How QTP identify the system time that's changes every seconds?
what is batch testing?
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
Error handling
how can we group that these test cases only should be automated and in which order you execute that test cases?
What is checkpoints for quicktest professional?
Is qtp supports uni-code?
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji