lundi 20 avril 2020

sequence testing cloud based system

I am working on a java based cloud system system, I have lots of junit tests for individual components, where that is an interaction with a another component, its been mocked out. So I happy that all the individual components will work as expected.

My question is how to I test process interaction for example in cloud based restaurant system, I will have cloud process taking orders, accepting bookings, looking after payments etc.

Is there any process methodology that can test the process interaction? something like

  1. Accept booking
  2. List Accept course order
  3. Check price
  4. Reset to initial state

My current unit tests would test each of the processes separately, but not the way that they interact with each other.

I have looked at tools such as cucumber/gerkin they mainly seen to be written to allow the business analysis and input in the testing phase. I am just wondering if there is something that I have overlooked

Aucun commentaire:

Enregistrer un commentaire