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
HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.
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
How will you get the octal value of the given number in vbscript?
Dear All, I am geting below IE error whilie executing the QTP scripts in Batch mode "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience." can any one suggest me how to resolve this issue . Thanks Balaji
regular expression that will recognize a browser as long as its name property starts with mybrowser
How to write functions and sub in vb script?
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
What is byref and byval parameters in vbscript?
Write a Script for ATM in QTP
Mention when to use function procedures and what are its characteristics?
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
Explain sga memory structures?
please can you help me to get a code of flames using a visual basic 6
What are the 2 ways to pass a value to the function?
Explain the operator precedence in vb script?