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 enchance the script?
Write a script to verify font style and color of a windows object using descriptive programming
What are the advantages of Automation objects than Test Objects?
How to find a window is minimized or not
hen do start automation testing after manual testing
What are the trigger events in qtp?
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
I have to pass all the test cases into gmail userid and password using functions please give me code thanks have anice and greate day
How to capture the text from the application using QTP?
what is option explicit? what is the use of it?
what is the difference between the modular framework and datadriven frame work
Explain the difference between check point and output value?