how to write basic programs in VB Script like addition,
multiplication?
Answer Posted / chandan
'script for adding two numbers
option explicit
dim num1,num2,result
num1=200
num2=300
result=num1+num2
msgbox result
| Is This Answer Correct ? | 11 Yes | 8 No |
Post New Answer View All Answers
regular expression that will recognize a browser as long as its name property starts with mybrowser
Hi Friends my Question is very simple,in Manual testing when we click on a hyper link it directs us to the relavent page or it re-directs us to the current page,so there we can easily write testcase but same thing if we do in automation script using QTP & need to generate report using Reporter.report event how we will do it?thanks in advance...
Which loop is used in case of arrays in the vbscript language?
Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function
What is the purpose of on error resume next statement?
How to write functions and sub in vb script?
what is resorceallocation
Hello friends..... Can any give the methods for Ms-Access, and Mozilla firefox in Automation Object Model in QTP. Please give me currect answers... if you do not understand my question please don't give answers. Thanking you.
How do i automate a website www.flyashx.com without having any test cases witin a week time.
What is vbscript procedures?
Explain about the support of asp for vb script functionality?
Which operator is used to perform the comparison among 2 operands in the vbscript language?
Mention what is vbscript?
how to increasing the numbers in a given text box please write a vb script
Mention what is select case statement?