Answers

Question and Answer:

  Home  WinRunner

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

function writeLog(in strMessage){

file_open("C:FilePath...");

file_printf(strMessage);

printf(strMessage);

}

 226 views

More Questions for you: