Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/axafrance/webengine-dotnet

AXA WebEngine Framework is an open-source Test Automation Framework designed to simplify the creation of test automation solutions. Makes them reliable and maintainable. Supports Web, Mobile Web, and Mobile App testing on Windows and MacOS
https://github.com/axafrance/webengine-dotnet

accessibility automated-testing automation-framework axa csharp dotnet quality selenium test-automation test-framework tools

Last synced: 10 days ago
JSON representation

AXA WebEngine Framework is an open-source Test Automation Framework designed to simplify the creation of test automation solutions. Makes them reliable and maintainable. Supports Web, Mobile Web, and Mobile App testing on Windows and MacOS

Awesome Lists containing this project

README

        

ο»Ώ# AXA WebEngine Framework

A Test Automation Framework (TAF) is a set of guidelines, libraries for creating and designing test cases.
It is conceptual part of the automated testing, provides common functionalities and best practices that helps Test Automation Engineers to create reliable, maintainable, and well-structured Test Automation Solutions (TAS).

AXA WebEngine Framework makes it easier to build highly effective test automation solutions for **Web**, **Mobile Web** and **Mobile App** testing.

Built by Test Guild of AXA France, available in **.NET** and **JAVA** and used in dozens of test automation projects within AXA France. We decided to open source this framework to share our knowledge on Test Automation to the community and hopes we can improve the framework (and the quality of IT Systems, or course πŸ˜‰) together.

## Why WebEngine Framework?
WebEngine Framework resolves some common problems every test automation project can face, and it simplifies the writing of test scripts.
* It supports all Selenium based technologies on Desktop Browsers, Mobile Browsers on different Mobile Devices.
* Using **Browser Factory**, there is no need to download various selenium WebDriver when browser and its version changes.
* Description oriented **Web Element** identification and synchronization with browser out-of-box.
* Organizing Web Element in **Page Model** makes test scripts easy to read and to maintain.
* Fully object-oriented and compatible with **Keyword-Driven** and **Data-driven** approach.
* Compatible with other another Unit test frameworks such as NUnit, Cucumber
* Easy configuration and Set-up for Execution: Run test directly from Excel, as well as on DevOps platforms
* Graphical test report.
* **Open Source**, free usage and let’s improve it together!

## Getting started.
* Introduction: Explains common concepts of the framework.
* API Reference: Explains every class, method and property.
* Tutorials: Follow some step by step turotial to build first test automation solution using different approach.

https://axafrance.github.io/webengine-dotnet/

## Use the latest version
The Framework is distributed via Package Management:
When using .NET, please find AxaFrance.WebEngine packages on nuget.org
When using JAVA, these pacakges will be available on Maven

## WebEngine 2.0 Roadmap
We are working on the next version of WebEngine Framework, in the next versions we will bring.
- [ ] Enhanced Page-Object Model.
- [ ] Enhanced Element Description Model (with more attributes and relative-identification mode)
- [ ] Integrates Acessibility Testing with axe-core library and comprehensive reports.

To get detailed information with this roadmap, please check [WebEngine 2.0 Roadmap](WebEngine2.0.md)

## Contact us
Feel free to reach us if you want to adopt the Framework, report Bugs, or have good ideas to contribute on it.

#### Repository of .NET Project and shared components:
+ https://github.com/AxaFrance/webengine-dotnet
+ Main contributor: Huaxing YUAN [](https://www.linkedin.com/in/huaxing-yuan/) [](https://github.com/huaxing-yuan) [](https://twitter.com/huaxing_yuan)

#### Repository Java Project:
+ https://github.com/AxaFrance/webengine-java
+ Main contributor:
+ Joseph ARUL [](https://github.com/josepharul82)
+ Jean-Prince DOTOU-SEGLA [](https://github.com/JeanPrince)