Skip to content

sahilIT2020/gluuQAAutomation

Repository files navigation

GluuQAAutomation

How to load test again a running Gluu server

Login/Logout load testing

The goal here is the instruct the browser to log into a target Gluu Server using the provide credentials, wait few seconds and logout. The browser will do these steps n times where n can be parameterized.

  1. Clone the project: git clone https://github.com/sahiliamsso/gluuQAAutomation.git
  2. cd src/main/java/org/gluu/gluuQAAutomation/configuration/
  3. Edit the file config.properties to match your settings
  4. Run the command mvn test -Dcucumber.options="--tags @gluuLoadTest"

How to run QA test cases

  1. Clone the project: git clone https://github.com/sahiliamsso/gluuQAAutomation.git
  2. cd src/main/java/org/gluu/gluuQAAutomation/configuration/
  3. Edit the file config.properties to match your settings
  4. Run the command mvn test -Dcucumber.options="--tags @gluuQA"

How to view the test result

  1. Open a new terminal
  2. Navigate to the project cd gluuQAAutomation
  3. Run this command: mvn spring-boot:run
  4. Run: Ctrl+C
  5. Run this command: mvn spring-boot:run
  6. Navigate to: http://localhost:8080

Sample:

Report1

Report2

Report3

Report4

Report5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published