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 |
Can someone please tell me what poor design in a relational database (not the layout or style) is and how it can be avoided? PLEASE...im desperate.
Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.
Why to add checkpoint in QTP What's the purpose of checkpoints & how to add it
Explain the operator precedence in vb script?
What is wrong with the following code: <%afname="header.asp"%><!?#include file ="<%=afname%>"?>
How to throw an error in vbscript?
What is the difference between for loop and while loop?
does anyone have qtp11.0 license key.Please sendit to my mail id-rrvv2011@gmail.com...Thanks
What is difference between Active screen and movie screen recorder in QTP 9.2?
write a vb script to generate fibonnaci numbers
Hello All, In QTP 9.2 for Mozilla Firefox, there is webelement in my application, I tried to click on that using decsriptive programming, but it does not work. and for this i tried this code too: Set obj = CreateObject ("Mercury.DeviceReplay") absx = Browser("").Page("").WebElement(".").GetROProperty ("abs_x") absy = Browser("").Page("").WebElement(".").GetROProperty ("abs_y") obj.MouseMove absx, absy obj.MouseClick absx, absy, 0 But it is not clicked. Can anyone help me out for this problem. Thnx in Advance
pls tell me which is good book or site for vbscript?