What are the differences between Visual Basic, VBA and VBScript? When would it be appropriate to use one as opposed to another?
1 10657Suppose by navigation I went from 1 st page to 5 page ,so Write a generic script for coming from any page to the 1st page and by executing where the page may be it will come to 1st page
1 5509
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
How are values assigned to string type and numeric type variables?
what is diff between static and dynaic arrys?
Explain about the functionality of vb script?
What are class events?
How will you reverse a string in vbscript?
Explain the asc function?
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)
Which operator can be used to do an xor operation in vbscript?
What are the 2 ways in which a variable can be declared in the vbscript language?
Mention what is variant in vbscript?
how does vb script help in web page designing? explain with example.
How to assign a numeric value to a variable?
Which operator can be used to check if two numbers are equal or not in vbscript?
Explain what is loose binding? Why is it not a good practice to use it?