1) How can we use VB script in testing the application?
2) What all are the things(Software application to be installed in PC) we need to
learn VBscript?
How will you reverse a string in vbscript?
what is test scenario?
How to Import data from a file (file is on the desktop) to the data table
Explain the asc function?
Explain the tristate constants in vbscript?
Which function allows you to instantiate an object given its programmatic identifier or progid?
why variable name should not exceed 255 characters?
write a vb script to display the code "vbscripting" alphabet by alphabet(i e 1st v then b and up to g)
How to access array data?
How to find arry size in qtp vb script
What is the difference between vb debugger and the script debugger?
In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?