User-defined function that would write to the Print-log as well as write to a file
Submitted by: Administratorfunction writeLog(in strMessage){
file_open("C:FilePath...");
file_printf(strMessage);
printf(strMessage);
}
Submitted by: Administrator
file_open("C:FilePath...");
file_printf(strMessage);
printf(strMessage);
}
Submitted by: Administrator
Read Online WinRunner Job Interview Questions And Answers
Top WinRunner Questions
| ☺ | How do you handle unexpected events and errors? |
| ☺ | How do you handle TSL exceptions? |
| ☺ | What do you verify with the database check point custom and what command it generates, explain syntax? |
| ☺ | How to have winrunner insert yesterdays date into a field in the application? |
| ☺ | What information is contained in the checklist file and in which file expected results are stored? |
Top Testing Categories
| ☺ | Manual Testing Interview Questions. |
| ☺ | Rational TestSuite Interview Questions. |
| ☺ | QTP Interview Questions. |
| ☺ | Database Testing Interview Questions. |
| ☺ | Software QA Interview Questions. |
