WinRunner Question: Download WinRunner PDF

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

Tweet Share WhatsApp

Answer:

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

Download WinRunner PDF Read All 67 WinRunner Questions
Previous QuestionNext Question
How to break infinite loopHow to do text matching?