hi,
i was adding the two numbers in qtp scripts but i didn't get
the answer. see my below script, i dont know wht is the problem.
i passed the value a=3 b= 2, i got the ans 32 instead of 5.
i thing the problem is to be c = a+b
my mail id karthis4u@gmail.com
Dim a, b, c
a = inputbox("enter the a ")
b = inputbox("enter the b ")
c = a + b
print c
Answer Posted / ram
Dim a, b, c
a = inputbox("enter the a ")
b = inputbox("enter the b ")
c = a + b
msgbox(&c)
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded
Explain quicktest professional testing process?
What is the standard timing delay for web based application in qtp?
How did you use regular expressions in QTP and also in WR?
when I was doing the web testing with QTP using with standard checkpoint the Object selection -checkpoint properties dialog box not displaying pages and links hierarchical order. Could you please tell me. thanks
This is Karthic and my mail id is karthic.venkitapathi@gmail.com, please give me an idea to crack qtp 10
What is reusable action?
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
To which environments does quicktest professional supports?
What is synchronization? What are the ways you can synchronize?
I have created 3 actions in test action1, action2, action3 but I want run action 1,action 3,action2 how can you change in the actions in keyword view?
explain abt dyanamic changing object with example?
wt is the use of multiple questions in QTP
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?