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 / praveen
Dim a, b, c
a =3
b =2
c = a + b
msgbox c
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What r the different filters in defect in quality center
They asked by using qtp recording writing scripting
What are the different attribute used with regular expression?
How will you check that your test cases covered all the requirements?
Explain the concept of how quicktest professional identifies object?
In qtp, how you can get the last character from a string?
what and how to answer for the question "tell me about yourself ?" for 3 years experience. can anyone say inj detail please... its urgent
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What's the difference between them? How to handle script issues?
Why to use descriptive programming?
How qtp recognizes the object?
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.
Name the properties you would use for identifying a browser and page when using descriptive programming?
What is clean sweep?
if numbers are always changing write a script for that