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 |
What are the environments supported by vbscript language?
What are the naming conventions while declaring a variable in the vbscript language?
how to retrieve native property value in runtime?
How are arrays declared in the vbscript language?
how to write function to validate the number of characters entering into the text box?
How can you have different number of cells for each row of a table in HTML?
what is extension of the file if its saved from recovery manger to some drive
How will you get a random number between 0 and 1 in vbscript?
what is event handling?
Can anyone send me a vb script function for verifying the functionality of active links on a web page
What is the use of the date function in the vbscript language?
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("<<The data retrieved from data base >>") I have taken a for loop and changed the cells values (1 as i and another 1 as j) But still I am not able to get Plz kindly tell me know this . It is very urgent