Setting a QA Process In a Startup From Scratch
Is there a room for QA at startups? Where do you start building a process? What questions can help you identify problems you will need to solve?
Is there a room for QA at startups? Where do you start building a process? What questions can help you identify problems you will need to solve?
We moved our e2e suite from CodeceptJS to Cypress to reduce the E2E flakiness and speed up test development. Here is what we learned over the first month.
Callbacks are outgoing, asynchronous requests that service will make to some other service in response to an action. They are very similar to callback functions in popular programming languages like JavaScript. However, they are executed at the API abstraction level.
A quick introduction to validating your APIs with Prism
I’d like you to reach back in your memory to the last time you built a web application. Remember when you (the front-end person) and “The API Team” had to sync over an API to build a feature together?