What string of characters,when printed out to a text
file,will create a new line in the text file?
Answer / uday
we need to use "\r\n".
suppose file_printf("Filename1","Uday\r\nKumar");
this will print
Uday
Kumar
in Filename1 file.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to Get data from database(table) to an excel sheet
What is the purpose of set_window command?
what is the use of Step into option provided in WR?
is 'Vendor' is a Reserved in WinRunner or not?
Name the different modes of recording?
how to upload an application in winrunner which we want to test
Is it possible to place a Logical name in a data table and can use that logical name in the script? Tell me with mentioning function names..?
what are the default addin?s provided by WR
If the data is stored in Excel sheet(2nd and 3rd), how to access it for Data Driven test; Ex: table = "c:\demo.xls" How to access 2nd or 3rd sheet data id demo.xls flie.
What do you verify with the database check point custom and what command it generates, explain syntax?
Could you anyone share me the path to download the automation tools which are having trial license version?
What is the use of gui map and what happens when gui map file get loaded?