Test Execution REPORTS


This is a companion discussion topic for the original entry at https://docs.katalon.com/katalon-studio/videos/test_execution_reports.html

Could you please suggest any Advanced reporting ( plug-in) compatible with Katalon Studio, as our organisation restricts to share any data on cloud outside the official network.

2 Likes

System.out.println command is not working properly in Katalon in the Test result,
Ex
List links = driver.findElements(By.tagName(“a”));
System.out.println("No of links are "+ links.size());
In Html report also we are getting same information
System.out.println("No of links are "+ links.size());

Why it is not showing the value?