what is extension of the file if its saved from recovery manger to some drive
Answer / manohar
the extension of recovery scenario file is .qrs (quicktest
recovery scenario)
| Is This Answer Correct ? | 1 Yes | 0 No |
How to pass argument by reference to a function in vbscript?
how to find the textfile in the folder and copy file from one folder to another folder useing parameterigation in QTP
How to create MSAcess table foriegn key
Why is error handling required?
please can you help me to get a code of flames using a visual basic 6
What are lbound and ubound in the vbscript language?
Plz give the vb script for the following scenerio. In travel booking we have to select from delhi to mumbai from the combobox The prices will be display in another combo box .But i have to select the lowest price for it and submit it
What is parametrization ?
How to Import data from a file (file is on the desktop) to the data table
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
I wrote the vbscript code on notepad i was geeting run time error "object required line 1" my code is set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signin("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Setsec ure.Crypt.Encrypt("entr password") browser("gmail").page("gmail").WebButton("siginobj").click pls tell me whats wrong
what is diff b/n these 2 programs 1) for i=5 to 1 step 2 msgbox "pass" next 2_) for i=5 to 1 step -2 msgbox "pass" next