This repository is dedicated to the Swiss Testing Day 2025 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.
To get started with this project, follow these steps:
Windows users should:
- Clone this repository to your local machine.
- Run
setup.bat
from the scripts folder to install the required dependencies - Execute
start_sut.bat
to start the System Under Test.
MacOS / Linux users should:
- Clone this repository to your local machine.
- From the root folder, run
./scripts/setup.sh
to install the required dependencies. - From the root folder, run
./scripts/start_sut.sh
to start the System Under Test. - If you cannot execute the
.sh
-file, try to give it access, like here:chmod +x ./scripts/setup.sh
To make your exploration and testing process more accessible, we've created
some scripts which can be found in the scripts
folder. These scripts
help you start a testrun with the selected testing tool. The following scripts
can be found in the scripts
folder:
- run_cypress Executes a Cypress test run.
- run_playwright Executes a Playwright test run.
- run_selenium Executes a Selenium test run.
- Install Tricentis Tosca
"https://xebiagroup.sharepoint.com/:f:/r/sites/productquality.ch/Gedeelde%20documenten/General/Tosca/Tosca%20installation%20packages/2023.1.1?csf=1&web=1&e=AO7VjD"
- Set up new Project
Follow the instruction:
"https://intranet-swissq.atlassian.net/wiki/spaces/ZUNFT/pages/10156081156/Swiss+Testing+Day+2025"
- Run Execution list with Powershel Script
Please open the toscaexe.ps1 file in a editor and check, if the workplace path and the executionScript path are correct. Once all path are correct, you can execute the Powershell Script
Since the Tabtracker application does not work in the virtual environment like Parallels Desktop, we use a Windows notebook as a "server" and access it externally from MacBooks.
- Start the TabTracker Application on your Windows device
- Make sure all devices are connected to the same network
- Make sure there is no active firewall between
- To run the tests you must make sure that the urls match this format: http://Deine IPv4-Adresse:8080
- Make sure to change the baseURL in this file: "*client/src/services/Api.js"