Answer Posted / venkat
parametrization is process testing application with
different set of data using data tables or variables or
using environment variables
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
I need to get some data from data base and store this
(retrieved) data in a excel sheet using VB script in QTP9.0
I have created connection for data base
I have created as excels sheet by using
Set XL=CreateObject("Excel.Application")
XLworksheet.cells(1,1).value= rs.fields.item("<
How will you reverse a string in vbscript?
who will create the object?
How will you get a subset of a array in vbscript?
A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.
What is byref and byval parameters in vbscript?
What are the advantages of vbscript?
How will you convert a string to upper case string using vbscript?
What is the output of a + b in vbscript if a = 5 and b = 10?
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
Mention what is vbscript procedures?
How can you create an object in vbscript?
Can automation testing find ssame no. of bugs what we can find by manual testing?
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
What is the use of the date function in the vbscript language?