WinRunner Question:
Download Questions PDF

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

Answer:

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

Download WinRunner Interview Questions And Answers PDF

Previous QuestionNext Question
How to break infinite loopHow to do text matching?