how to write basic programs in VB Script like addition,
multiplication?
Answer Posted / ramesh
dim a,b,c,d
a=inputbox ("enter the value a: ")
b=inputbox ("enter the value b: ")
c=cint(a)+ cint (b)
d=a*b
msgbox c
msgbox d
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
Hi anyone Can Send Solution to the Question wt m posting now Prepare Script for the Bellow Scenario? Login to Gmail Page Open Inbox check Mails save them in a Folder
Mention what is vbscript procedures?
How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.
what is resorceallocation
Is VB Script Case sensitive or Case insensitive?
What are the valid scopes of a variable in vbscript?
about vb scripting programs this type of all question& answers
What are lbound and ubound in the vbscript language?
Can anyone send me a vb script function for verifying the functionality of active links on a web page
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?
What are events in the vbscript language?
How to make sure that items in a wintree are sorted al?
I have attended Anovatek Software QTP interview. They will give us computer and one web based application with QTP. We have to automate some records (already updated records or new records) using QTP Data driven testing. But we should use for loop? Can any one know how to do data driven testing using For loop?
What is the scope of a constant declared using public?
Explain the adodb.stream class?