Answer Posted / seasuraman
parametrization is process of making set of data.for
repated operation
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How will you get a subset of a array in vbscript?
Can anyone send me a vb script function for verifying the functionality of active links on a web page
Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?
What is the difference between function and procedure?
Mention the environments where vbscript could be run?
How will you check that a variable is an array in vbscript?
Is vbscript language a case-sensitive language and what does it mean?
What is the use of the date function in the vbscript language?
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
For a webbased application:- what should be code in expert veiw, for retrieving a single column name "username" from a server and checking whether exported "username" from datatable doesn't exist in server. suppose i have saved in excelsheet a username="gayatri" , which is exported, then checked for whether this username "gayatri" exist in server database or not ? if exist then allow to enter new username, which should be again checked for in loop , or else come out of loop and enter a distinct "username". plz let me have this answer in my id gayatrisahooin@hotmail.com
Which loop is used in case of arrays in the vbscript language?
What is the difference between do until loop and do while loop?
Which in-built function related to an array joins substrings into one string in the vbscript language?
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
Does VB/Win make standalone .EXE files?