We have an application now developing with Micro services architecture. From the testing perspective what sort of testing practices / strategies should follow
Asked
Active
Viewed 44 times
-1
-
2please share some specifics, right now the description is very broad so i could just answer "same best practices as everywhere", test pyramide, risk assessment, test automation.... when you state what makes your setup special or where you expect problems, we can maybe recommend specific tools and strategies for your problem. – globalworming Apr 30 '19 at 10:08
1 Answers
0
While the question is somewhat broad there is a lot in common to testing micro services, start by reading the following:
Testing Strategies in a Microservice Architecture
Testing Microservices, the sane way
Note that many implementations claiming to use Microservices are simply legacy monolithic application crudely broken into some pieces and are not following any of The Principles of Microservices and as such it's hard to refer to them in this context
Rsf
- 7,079
- 1
- 23
- 36