Test Engineering
Publish date: Sep 7, 2020
Last updated: Sep 18, 2020
Last updated: Sep 18, 2020
Unit Testing
Provide frameworks to test individual units (e.g. functions) to verify that they work correctly.
Utility functions that are modular, relatively independent of other code should be verified to work by passing in user-defined inputs.
Automated software testing
Increase the depth and scope of tests to improve software quality.
Provide robust automation test frameworks to support execution of different complex test case scenarios.
Tooling Landscape
- Cucumber
- Selenium
- JUnit5
- Spring Cloud Contract
- Mockito
- testcontainers