User-defined function that would write to the Print-log as well as write to a file

Submitted by: Administrator
function writeLog(in strMessage){
file_open("C:FilePath...");
file_printf(strMessage);
printf(strMessage);
}
Submitted by: Administrator

Read Online WinRunner Job Interview Questions And Answers