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 can you destroy an object in vbscript?
Explain the extension .hta?
What are the different types of loops available in the vbscript language?
write a qtp script to count the number of minimized windows
There is a web Table where You will find Two Columns First Column consist of Check box and Second column consist of Test cases ID(Viz T1,T2,T3....Etc); If You select any Test case ID, respective Check boxes to be checked write a VBSCRIPT for this scenario?
I need help to write a function in vbscript to click on a link. That link looks like a tab. There are 6 tabs. When I click on 1 tab it should show as "on". when I spy the class property is on. But for the one which is not clicked the class property is blank. I have objects created in our custom object repository. Please give me some idea.
Which in-built function is used to format the number in the vbscript language?
what is descriptive programming in QTP and what is environment variable in QTP? where we store and what is its use?
how to check whether link is disabled in QTP??
Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.
How to access array data?
Difference between Do while loop and while wend loop