how to write basic programs in VB Script like addition,
multiplication?
Answer Posted / jansheer
dim a
dim b
dim c
a=cintinputbox("enter first no")
b=cintinputbox("enter second no")
c=a+b
msgbox("sum of "&a&"and"&b&"is")
| Is This Answer Correct ? | 4 Yes | 16 No |
Post New Answer View All Answers
what is the use of QCUtil? explain with one example?
Explain about filter expression?
There are 5 web pages.write a script to click the button on 4th web page.
If else for do while select in vb script?
Is vbscript language a case-sensitive language and what does it mean?
In html file what is an ideal position to include vbscript?
write any ttest cases using check points and parameterization
Mention what is the difference between vbscript and vba?
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
Mention what is vbscript procedures?
Explain about operator precedence in vb script?
when we use filter funtiom invb script(QTP)
What are subprocedures in vbscript?