Systems | Development | Analytics | API | Testing

The latest News and Information on Software Testing and related technologies.

Advantages of Using a Mock API to Accelerate Development

Mocking APIs is an increasingly popular trend, with more and more developers seeing the advantages of mocking dependencies rather than spinning up actual duplicates of resources. On a high-level, a mock API means that you have a service that returns static data, which in turn is based on a real API.

Optimize teams for software testing on a small budget

If you feel that internal resources are running low relative to demand, you’re not alone. At the 2022 Women of Silicon Valley conference, speakers touched on the difficulty of acquiring and retaining resources, preparing teams for change, and optimizing software testing on a small budget. At the most basic level, the requirements of the software dev process, from designing, coding, and testing, are enormous.

The Power of Mentorship

Hello to the Testhouse family! This is my second blog in a series of posts aimed at sharing insights into things I have learned or experienced in my career in testing to date. If you find anything that sparks your interest or have follow up questions, then please do let me know. In my last blog, I touched on mentorship, conferences, and the value of networking. This blog continues the mentoring theme and focuses on the benefits of having a mentor, and how you can go about finding one.

Test-driven development: an introduction for mobile app developers

Test-driven development, or TDD, is a testing method where you first convert the feature requirements to tests and then write code to make the tests pass. In this article, we take an objective look at test-driven development, its benefits, downsides, and best use cases.

Sauce Labs Contract Testing Overview

Start using Sauce Labs Contract Testing with Mocking in only minutes with this easy technical overview. See how quickly you can generate contract tests from OpenAPI spec files to check for contract compliance between the API consumer and producer. Sauce Labs also lets you easily extend contract tests into functional, integration and load tests!

5 Favorite Web Apps To Practice Test Automation

We recently talked with one of our clients and asked him about some recommendations to get introduced in practicing Test Automation. He advised us that he always requires an acceptable application under test whenever he needs to undertake some test automation-related exercise or proof of concept. There are a hundred various sample apps available, and it might be difficult to find a nice app while not wasting too much time on it.