Write a Fucntion to close all Opened browser expect desired
one?
Post New Answer View All Answers
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?
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)
What are the naming conventions while declaring a variable in the vbscript language?
Why is the use of exit do or exit for statements within loops discouraged?
did any one attended interview in applabs if you had gone through plz tell me the procedure
Explain about operator precedence in vb script?
how does vb script help in web page designing? explain with example.
how to set one column as primary key in QTP and fetch values accordingly
Explain about adodb.stream class?
Is vbscript a case-sensitive or case-insensitive?
Differentiate javascript and vbscript?
Explain about constants in vb script?
How are values assigned to string type and numeric type variables?
how to check whether link is disabled in QTP??
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?