How to test a microservice| Ateam Soft Solutions - PowerPoint PPT Presentation

About This Presentation
Title:

How to test a microservice| Ateam Soft Solutions

Description:

Microservice architecture is a kind of application infrastructure in which a program is made up of a collection of separately deployable services that function on their own. Because code can be altered in a single service without rewriting the entire system, such solutions are faster to develop and easier to deploy. With such a mix of services, developers can create scalable apps with vast features. Read More : – PowerPoint PPT presentation

Number of Views:5
Slides: 8
Provided by: ATEAM123
Category: Other

less

Transcript and Presenter's Notes

Title: How to test a microservice| Ateam Soft Solutions


1
MICROSERVICE
By aTeam Soft Solutions
2
Microservice
Microservices approach to
is an architectural and organizational
developing software composed of small
services. These isolated components
independent
communicate over well-defined APIs and are owned b
y small, self-contained teams.
3
How to test a microservice?
4
Functional testing
It is used to check the services business logic
and behaviour. Because microservices lack a UI
for straightforward testing, this is more
difficult than testing in a typical monolithic
design. The interface under test depicts a
distant client that communicates through HTTP or
another protocol.
5
Load testing
It is used to identify portions of an application
that are not well- designed and may crash as a
result of excessive visitor flow. Because each
call to a microservice goes over the network,
additional network activity might impact response
times.
6
Resiliency testing
Used to see how the programme reacts to possible
infrastructure breakdowns. For example, if a
server providing a certain service is
unavailable, crashes, or a portion of a network
ceases transmitting data. In these circumstances,
the developer should test the microservices app
to see if it can continue to function on
endpoints and elsewhere.
7
Thank You
By aTeam Soft Solutions
To Read More on this topic Visit
https//www.ateamsoftsolutions.com/top-45-microser
vices-questions-and-answers- what-are-microservic
es/
Write a Comment
User Comments (0)
About PowerShow.com