Functional testing: how to keep the basic layout to date

To run functional tests with an interface, we consider mocking our backend. However, our backends are changing very fast and changing. So mocking, this will mean that we always need to know all the changes and update our layouts accordingly.

I was wondering if this process could be automated.

+4
source share
1 answer

What you are going to do is something related to consumer-driven contracts.

, Java-, Spring Cloud Contract. -java-, Pact, Java, , JVM. Spring Cloud Contract (JMS, RabbitMQ ..).

, backend-, :

  • mocks ( frontend)
  • ( )

, , .

+4

Source: https://habr.com/ru/post/1653109/


All Articles