• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Microservice Testing (Live Project) ->

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello.
What types of tests were used in this live project ?

Thanks in advance.
 
Rancher
Posts: 683
10
Android Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
From the project's description:

In this series of liveProjects, you’ll review the microservice architecture, create an architecture test using ArchUnit, simulate random problems using Spring Boot’s Chaos Monkey library, use Dependency-Check and Dependency-Track to analyze dependencies, and create API and performance testing using Karate and Gatling.


 
Author
Posts: 4
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The series aims to show a real scenario and how the different types of tests help you solve it. I choose a set of tools for each type of test, but if you understand the problem and how to solve it in the future, you can choose other alternatives.

Most tools are agnostic to one framework, so you can use them on Spring Boot, Quarkus, or other frameworks.
reply
    Bookmark Topic Watch Topic
  • New Topic