I am working on CloudGen Automated Test Engine. For testing concepts, I would like to know what is difference between Service Level Unit Testing & End to End Testing?
Thanks.
I am working on CloudGen Automated Test Engine. For testing concepts, I would like to know what is difference between Service Level Unit Testing & End to End Testing?
Thanks.
For me a service level unit test is executing the business logic of a service (micro?) without external dependencies (they are mocked). End to end is executing the entire service (with protocols like http involved) in a more use-case fashion. Fowler has some thought regarding this: http://martinfowler.com/articles/microservice-testing/#anatomy-modules