What are the differences between Visual Basic, VBA and
VBScript? When would it be appropriate to use one as
opposed to another?
Answer / ranjan garg
Visual Basic is a standalone tool for creating separate
software components such as executable programs, COM
components and ActiveX? Controls. It is useful when
building a specialised solution from scratch. VBA offers
the same powerful tools as Visual Basic in the context of
an existing application and is the best option for
customising software that already meets most needs.
VBScript is a lightweight version of the Visual Basic
language designed specifically for use on web pages. While
VBScript can sometimes be used for simple automation, VBA
is the premier technology designed specifically for
application automation.
| Is This Answer Correct ? | 10 Yes | 7 No |
how to find number of characters(letter a) in the sentence Rain Rain Go away
write a qtp script to count the number of minimized windows
what is the purpose of the Reporter.ReportEvent in QTP and also please give the brief description about Reporter.ReportEvent ?
Explain about the extension .hta?
how to increasing the numbers in a given text box please write a vb script
Whenever I use Wscript.Echo Qtp raising Run time error as 'Object required for Wscript' How I can create object for Wscript
What is the use of the instr function?
How to write functional test cases for send button in gmail.
Can u describe what kind of testing are for OTC derivates by banks.
What is the difference between function and procedure?
How to use Text file (Notepad) as ur data source in QTP? Can u please provide some function code for it?
Which function is used to perform string comparison?