Learn how Crosslake Technologies helped to bring financial services to the “underbanked” in Africa with Mojaloop
Crosslake Technologies, a leading software consulting firm, today announced Select Consulting Partner status within the AWS Partner Network.
Crosslake principal software engineer Adam Barr warns that the underlying issues around bad software have not been solved.
Learn the right questions to ask to measure R&D effectiveness, particularly when you don’t need or understand the technical details.
When you’re assessing technology to support future growth, evaluating infrastructure for scalability is a key part of the process.
Engineers at each company asked, “Why so few end-to-end tests?” If you have automated a couple of tests, you’ll see that they are valuable.
A large portion of integration tests are a subset of the component tests with some mocks removed. Learn how your team can implement them.
API testing checks the external interface of one or more components, while component testing tests the functionality of a single component.
Unit tests help the most on the second and subsequent times you change the code, as it’s easy to know if you have broken basic functionality.
Using the core of Martin Fowler’s version, the test automation pyramid allows you to create an optimal testing strategy for your business.
Analysis
Equivalence classes and boundary value analysis
Improving your root cause analysis
Setting up SonarQube in AWS for code analysis
QUALITY
How to build a business case for legacy system modernization
How to improve your QA productivity
Less UI automation, more quality
Unlock the power of rapid cloud migration with AppStream
Using Docker containers for microservices
testing
BVT vs. smoke testing
Data-driven testing
How to use pairwise testing
Techniques for automated regression testing
The Test Pyramid Part 1: A functional test automation strategy
The Test Pyramid Part 2: Structure of the test automation pyramid
The Test Pyramid Part 3: Unit testing in the test pyramid
The Test Pyramid Part 4: API / Component testing
The Test Pyramid Part 5: Integration testing
The Test Pyramid Part 6: End-to-end testing
The Test Pyramid Part 7: In what order should functional test automation be implemented?
Using a test oracle