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 remove the spaces in a string Ex: "Welcome to QTPWorld" ?
Which operator can be used to change the value of the operand or change the state of the condition?
What are the properties of regexp object?
hey please tell me how to retriev data from excel sheet which puts the login name and password in the application? plz send me the code..please help me
My Salary is 65000. How Much TDS I have to pay
Mention what is vbscript procedures?
in qtp we ve datatable look like excel ,if we want to extract data from excel which saved in my documet how can i get that in datatable using vb script
I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..
hi i am trying for testing job for 3+ experience(fake) can u suggest me what type of projects i can keep in my resume and how much of knoeledge i should have abt that project.thnks in advance.urgt plz
write a vb script to display 3*3 matrix
How can I write HTML text to the window in VB Script?
input values to accept 2 numbers & print the product, difference and sum using switch case