DarkGeekMS / apeXTesting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

apeXTesting

Brief Description

End to End Testing code of ApeX, an social media application that mimics reddit.

Utilized Technologies

  1. Java.
  2. selenium (For E2E Testing).
  3. LoadImpact (For Stress Testing).

Installation Guide

to get the drivers:

./scripts/updateDrivers.sh

install the dependencies in scripts/dependencies, you can use this command or install them manually:

cat scripts/dependencies | xargs apt install -y

to run:

./scripts/run.sh URL_TO_SERVER

About


Languages

Language:Java 99.5%Language:Shell 0.5%