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
What are the valid scopes of a variable in vbscript?
i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click
What if you do not specify anything when you call a procedure?
Mention how to assign a date value to a variable?
What are subprocedures in vbscript?
Which date function is used in the vbscript language to find the difference between the 2 dates?
How to declare an array in vbscript?
Write a Script for ATM in QTP
why do u choose to go for testing why cant for devoloping
wht must be the interview question on corinthian information technology solutions incorporated.
Explain the .wsf files?
How to Import data from a file (file is on the desktop) to the data table
1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)
what is the difference between modular and data and keyword driven framework
What is byref and byval parameters in vbscript?