Skip to content

manuelhintermayr/swiss-testing-night-ta-tools

 
 

Repository files navigation

Swiss Testing Night - Test Automation Tools

Overview

This repository is dedicated to the Swiss Testing Night event, focusing on testing a System Under Test (SUT) using different Test Automation (TA) tools, including Selenium, Cypress, and Playwright. The SUT used for this demonstration is derived from the Tab Tracker repository by Cody Seibert and updated by Xebia.

Repository Structure

Installation and Setup

Before running the tests, ensure you have the necessary dependencies installed:

install_dependencies.bat

This batch file installs the required dependencies for the project, including the necessary Node.js packages and libraries. For that you need to have Node Js installed: You must at least have NODE version 8.2.1

For Selenium you need net6.0 installed (command 'dotnet' should work).

install_dependencies.bat

If there are any problems, please run the commands in the file manually.

Starting the Application

To start the System Under Test (SUT), use the following batch file:

start_application.bat

This batch file initializes and runs the Tab Tracker application.

start_application.bat

Running Test Suites

We have test suites written in different Test Automation (TA) tools: Selenium, Cypress, and Playwright. You can run them individually or in sequence using the following batch files:

run_selenium.bat

This batch file executes the test suite using Selenium.

run_selenium.bat

run_cypress.bat

This batch file executes the test suite using Cypress.

run_cypress.bat

run_playwright.bat

This batch file executes the test suite using Playwright.

run_playwright.bat

Each batch file runs a set of predefined test cases for the SUT, using the respective TA tool.

Getting Started

  1. Clone this repository to your local machine:
git clone https://github.com/your-username/swiss-testing-night-ta-tools.git
  1. Navigate to the project directory:
cd swiss-testing-night-ta-tools
  1. Install dependencies:
install_dependencies.bat
  1. Start the application:
start_application.bat
  1. Run the desired test suite:
run_selenium.bat
run_cypress.bat
run_playwright.bat

About

The same test, executed multiple times with different ta tools (Selenium, Cypress, Playwright)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.4%
  • Vue 27.0%
  • TypeScript 13.9%
  • C# 13.4%
  • Other 1.3%