daominhdam / ExecuteAutomationReportingSystem

This repository contains ExecuteAutomation Reporting System along with ExecuteAutomation Web Service which store and display awesome automation reports

Home Page:https://www.udemy.com/creating-automation-reports-with-ears

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExecuteAutomation Reporting System (Initial Release)

This repository contains ExecuteAutomation Reporting System along with ExecuteAutomation Web Service.

##Description ExecuteAutomation Reporting System (EARS) is a one point reporting system for automation testing tools and custom written frameworks like:

1. Selenium
2. Visual Studio Coded UI
3. Robotium
4. Appium

ExecuteAutomation Web Service System (EAWS) is built with WCF technology, which can be consumed by above said tools with just 1 lines of code.

##How to Run the ExecuteAutomation Reporting System ?

  1. First run the database script from the DatabaseScript folder which contains two files

    1. DBAndTableScript.sql
    2. StoredProcedures.sql
  2. Clone repository and run the project

  3. Change the web.config files connectionstring (to point your own custom sql server instance with username and password)

  <connectionStrings>
    <add name="EARS_DBConnectionString" connectionString="Data Source=localhost;Initial Catalog=EARS_DB;Integrated Security=True"
      providerName="System.Data.SqlClient" />
  </connectionStrings>

##Where can I learn building this tool ? You can learn building ExecuteAutomationReportingSystem and ExecuteAutomation TestHarness System from udemy course https://www.udemy.com/creating-automation-reports-with-ears

Here is the complete introduction video

IMAGE ALT TEXT HERE

##Screenshots ###Home Page alt text

###DetailedReport alt text

##For more articles Visit http://www.executeautomation.com

Automation framework development with Selenium C# (Advanced) - https://www.udemy.com/framework-development-with-selenium-csharp-advanced/

About

This repository contains ExecuteAutomation Reporting System along with ExecuteAutomation Web Service which store and display awesome automation reports

https://www.udemy.com/creating-automation-reports-with-ears


Languages

Language:CSS 58.2%Language:JavaScript 25.1%Language:C# 14.4%Language:ASP 2.4%