Most web applications are run in more than one place - usually at least two. The first one is the actual server that serves the application to the users. The second is the developer's machine. It's extremely important for developers to be able to test locally before deploying new code to all users.
In this post, we'll examine the importance of having multiple environments and how they can help you isolate your application and prevent accidentally damaging your production systems.
Learn why startups usually don’t need to (and often shouldn’t) hire a QA person to improve product quality.
In this post, we’ll dive into how teams can scale QA coverage for consumer apps to keep their testing processes fast and effective.
For some organizations (including Rainforest), opting out of building a QA team is an option that’s been growing in popularity. But how do you do QA and keep quality high, if there’s no QA team?
Conventional approaches to QA are broken. Here's a better way.