Git Product home page Git Product logo

testautomation's Introduction

Automation Framework Concept

Automation Framework project for UI / API test automation using Selenium, RestSharp and .NET core 3.1, the framework follows the Page Object Model pattern concepts.

SUT: DemoQA

API Testing: PetStore

CI/CD

The repository is integrated with a CI/CD github actions pipeline.

  1. Go to the repository Actions page https://github.com/figuedmundo/TestAutomation/actions
  2. In the workflows tree Click on Testing pipeline
  3. Click Run Workflow menu button
  4. Click Run Workflow button

This will trigger the action and the results can be reviewed in Calliope.Pro in the following address:

To enter to the dashboard you can use the following credentials

Requirements

Configuration File

The configuration file is appsettings.json. It is located in TestAutomation.Testcases project.

{
  "Browser": "Chrome",
  "ReportPath":  "/Users/<userName>/"
}

The Browser by default is Chrome and the ReportPath by default is "TestAutomation.TestCases/TestResults/". To set up the Report Path make sure that the user has write privileges.

Usage

  1. Clone the repository
$ git clone https://github.com/figuedmundo/TestAutomation.git
  1. Configure Report Path (Optional)

  2. Build the projects

$ cd TestAutomation
$ dotnet build
  1. Execute the Test Cases
$ dotnet test TestAutomation.TestCases/TestAutomation.TestCases.csproj
  1. Open the AutomationReport.html from the path specified. (The path by default is TestAutomation.TestCases/TestResults/AutomationReport.html)

  2. Enjoy!

Next Steps

The next step for the framework would be implement BDD with the help of SpecFlow

testautomation's People

Contributors

efigueroa-visionweb avatar figuedmundo avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.