Top Banner
www.container-solutions.com | [email protected] Climbing the microservice testing pyramid Ádám Sándor http://www.occultphysics.com/
18

Climbing the testing pyramid of microservices

Apr 15, 2017

Download

Software

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Climbing the testing pyramid of microservices

www.container-solutions.com | [email protected]

Climbing the microservice testing pyramidÁdám Sándor

http://www.occultphysics.com/

Page 2: Climbing the testing pyramid of microservices

www.container-solutions.com | [email protected]

Microservices

WEB

API

API

API A

PI

API

Page 3: Climbing the testing pyramid of microservices

www.container-solutions.com | [email protected]

The testing pyramid

E2E

Microservice

Unit

Page 4: Climbing the testing pyramid of microservices

www.container-solutions.com | [email protected]

• Test code in isolation

E2E

Microservice

Unit

Unit tests

Page 5: Climbing the testing pyramid of microservices

www.container-solutions.com | [email protected]

• Independent process

• HTTP (Rest?) API

• Loadbalanced? Autoscaled?E2E

Microservice

Unit

Microservice tests

Page 6: Climbing the testing pyramid of microservices

www.container-solutions.com | [email protected]

E2E

Microservice

Unit

E2E tests

Page 7: Climbing the testing pyramid of microservices

www.container-solutions.com | [email protected]

E2E tests

WEB

API

API

API A

PI

API

Page 8: Climbing the testing pyramid of microservices

www.container-solutions.com | [email protected]

Pitfall #1

• Extending manual tools to automate tests

• E.g. SoapUI

• Week abstraction possibilities

• No code reuse

Page 9: Climbing the testing pyramid of microservices

www.container-solutions.com | [email protected]

Pitfall #2

• Services have easily accessible APIs

WEB

API

API

API A

PI

API

Test1

Test2

Page 10: Climbing the testing pyramid of microservices

www.container-solutions.com | [email protected]

Abstract It!• Internal details hidden

• Exposed API easy to use and expressive

WEB

API

API

API A

PI

API

Test Framewor

Test1

Test2

Page 11: Climbing the testing pyramid of microservices

www.container-solutions.com | [email protected]

Is this BDD?

• Yes

• Can be done using pure Java or special language e.g. Cucumber

Page 15: Climbing the testing pyramid of microservices

www.container-solutions.com | [email protected]

Containers & Microservices

- (easily!) built from golden images- small image footprint- can run on local env- dynamic orchestration makes it easy to

create new environments

Page 16: Climbing the testing pyramid of microservices

www.container-solutions.com | [email protected]

Containers & Testing

- Ad-hoc environments- Single-use environments

Page 17: Climbing the testing pyramid of microservices

www.container-solutions.com | [email protected]

DEMO

DEMODEMO

DEMO

DEMO

DEMO

DEMO

DEMO

DEMO

DEMO

DEMO

DEMO

DEMO

DEMO

DEMO

DEMO DEMO

DEMO

DEMO

DEMO

DEMO

DEMO

Page 18: Climbing the testing pyramid of microservices

www.container-solutions.com | [email protected]

Thank you!

Ádám Sándor Senior Engineer @

Container Solutions

@adamsand0r