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 |
How will you handle java tree in qtp?
If an application name is changes frequently i.e while recording it has name, in this case how does QTP handles?
How is GC reddy online program Will i get placed How are the placements.
what is Automation frame work and how do u used this for your project?
How can we log a defect in Testdirector from Q.T.P ?
When to Insert transactions in QTP?
What is Virtual Users?
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
Which object model ur used in ur project
Q- what is the advantage of merging tool in QTP 9.2?
Explain different types of checkpoints?
can onyone tell me how to comapre the output of two different Data Bases in QTP?