⟩ 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);
}
function writeLog(in strMessage){
file_open("C:FilePath...");
file_printf(strMessage);
printf(strMessage);
}
Tell me why Continuous Integration is important for Agile?
Tell me how you can measure the velocity of the sprint with varying team capacity?
Do you know how do you deal when requirements change frequently?
Tell me the difference between traditional Waterfall model and Agile testing?
Explain me the key difference between sprint backlog and product backlog?
Tell me how can you implement scrum in an easy way to your project?
What is Crystal Methodology in Agile Testing?
Explain me what are some of the key features of Agile Development?
Tell me what should a burndown chart should highlight?
Do you know what are the qualities of a good Agile tester should have?