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
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
What are the different types of action?
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
How to record a qtp script ?
How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.
In qtp, explain what is keyword driven automation framework?
How to replay a script in qtp?
What are the different properties of an web object
Explain data driven framework?
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
How to use the object spy in quicktest professional (qtp) 8.0 version?
your coming from electrical backgroung..but y ur coming to software side?
What is contained in the object repository?
Hi All, How to get repeated word in string . Thanks Balaji
Define virtual object?