Monday, 5 September 2011

Results & Reporting

Actually Selenium RC does not have its own mechanism for reporting results. Rather, it allows you to build your reporting customized to your needs using features of your chosen programming language.
In Our Framework ,We generate two report they are
  • TestNG Report In HTML Format
  • Results In Excel File
    We have different log files like:
  • client side log
  • browser side log
  • Results Eclipse console

Generic Test Reports in Java :

  • JUnit Report
  • TestNG Report
  • ReportNG Report
As our Framework built on java integrated with TestNG and Selenium Test cases are developed using TestNG Annotations then no external task is required to generate test reports. The TestNG framework generates an HTML report it support extends with ReportNG.
And also we are providing results is Spreadsheets of different flows based on various conditions by using conditional constructs such as 'if'

No comments:

Post a Comment