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
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
What are the 3 main stages involved in testing with qtp?
Explain the concept of object repository & how qtp recognizes objects?
Explain how Does Run time data (Parameterization) is handled in QTP?
what is the mail use of frame work(with detail). architecture for keyword driven frame work
What is the basic concept of qtp?
distinguish between old version and new version QTP features.
I am trying to install QTP 9.5 but i am getting error message saying that ("Path is \QuickTest Professional\bin\vb_init.exe") vb_init.exe file is not find. can anybody give me the advise what to do ?
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
Shall we add Local Repository to shared object repository,if yes,how we add
When using descriptive programming?
How many types of actions are there in quicktest professional (qtp)?
Is it possible to call win runner script in qtp?