Skip to content

AbdulJeilani/testdeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

www.heapbrain.com

testdeed

Requirement : JDK 1.8

  1. Install scala 2.12.3 / and Scala nature IDE

  2. add dependancy https://mvnrepository.com/artifact/com.heapbrain/testdeed

com.heapbrain testdeed 1.3.8
  1. Clear your warnings from pom.xml (ex. managed version higher) Maven update and "run clean package"

  2. add testdeed.properties in src/resource folder with configuration of qahost, qphost, prhost URL add /webapp/performance folder under /src/main - This will help to access your report from server.

  3. In springboot application class a. @TestDeedApplication(name="Your application name") b. @ComponentScan(basePackages= {"com.heapbrain.core.testdeed","your_package"}) c. In main method - TestDeedApp.load(YourSpringBootApplication.class);

    In controller a. In service - @TestDeedApi(name="Your Service name", isProdEnabled=false) - Name should be unique b. In method (Optional)- @TestDeedApiOperation(name="testGet", description="Return employee Name")

  4. Start your server.. For performance url : http://your_server_url/testdeed.html

Happy stress loading :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •