Skip to content

ignatenko-denis/zerocode-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zero Code Example usage

Zerocode helps you to design better Test Cases for your business functionalities and then maintain them easily to avoid sleepless nights. You do this simply by configuring, declaring and executing the scenario-files enabling you to completely eliminate the glue or boilerplate coding.

  1. Build application - mvn clean install -Dmaven.test.skip=true
  2. Run Spring Boot application - ./run.sh or mvn spring-boot:run
  3. Check
    1. http://localhost:8888/example
    2. http://localhost:8888/example/actuator/health
    3. http://localhost:8888/example/actuator/info
  4. In IDEA run test class ClientTest or in another terminal in root of project run command mvn test
  5. To run load testing from command line mvn test -Dtest=com.sample.controller.LoadClientTest -Dusers=10 -Dduration=10 -Dloop=3 , where users = Number of virtual users, duration = Ramp up duration for the virtual users, loop = How many times to repeat this run

Releases

No releases published

Packages

No packages published