How to learn VB Script, Since iam working with QTP. So i
need to learn VB script.
Answer Posted / learnandteachqtp
Learn VBScript using video tutorials at:
http://learnandteachqtp.blogspot.com
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
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 is the technology used by vb script?
Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)
regular expression that will recognize a browser as long as its name property starts with mybrowser
How you can call vbscript functions?
How to access array data?
Can u describe what kind of testing are for OTC derivates by banks.
Could Anybody Please tell me What is the script for Find 3rd Largest element in the Array without using a SORT function int Find(int arr[], int size); Thanks in Advance..
How will you get the exponent of the given number in vbscript?
Explain about adodb.stream class?
Write a code to print numbers from 5 to 0?
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
Why is error handling required?
How to pass argument by reference to a function in vbscript?
Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.