Systems | Development | Analytics | API | Testing

%term

Best practices for smart software testing

As a tester, organizations depend on you to maintain the highest possible quality for their products. The quality with which you write, specify and organize test cases influences the effectiveness of your testing and can significantly affect the quality of the product. To maximize the benefits from your tests, write the requirements alongside your business stakeholders, design your tests with a purpose and parameter, and of course, organize them properly so you can easily understand and execute them.

10 API Product Manager Interview Questions

API product management is a new role both start ups and enterprises alike are looking to fill in order to build and manage a new API platform. How do you identify and hire rock-stars? Given APIs are very developer-centric, you should not just aim to find the best PMs out there, but identify those passionate about APIs and helping developers. In no particular order, here is our list of API PM interview questions.

Best Practices for Moving from a Monolith to Microservices

In the first post of this series, we looked at the state of your organization, how to tell if Microservices are right for you, and wrapped up with a few challenges this architecture brings to the table. In this article, we will look at organizational changes that will help you adopt a Microservice architecture. Additionally, we will touch on topics like how to bring change to your organization, how to embrace the primacy effect, and why you should embrace cross-functional teams.

iPaaS Tools: Comparison of iPaaS Solutions

With the relative newness of the iPaaS (Integration Platform as a Service) vertical, no single platform has emerged as the de facto iPaaS for enterprises. This can present a challenge if you’re trying to choose among the large pool of iPaaS solutions available – especially when certain solutions labeled “iPaaS” serve very different use-cases. To help you sort through the rich sea of available iPaaS products, this guide starts by organizing the iPaaS market into four categories.

Top 10 B2B Marketplaces a Startup Should Rely on for Fast Growth

Just as we are moving into more diverse entrepreneurial ideas, there is a massive revolution in executing the plans rightly. The advent of technology has not only brought solutions to revamp physical businesses but also introduced to avenues that are highly optimized and efficient in every sense. Many global sellers are always in the hunt of top B2B marketplace that offers a variety of features and services to help them grow faster.

Smoke Testing vs Sanity Testing vs Regression Testing Explained

Smoke, Sanity & Regression testing are the basic testing concepts, which most QA teams/projects follow in different stages of software development. Anyone new to the QA process needs to know the basics of Smoke, Sanity & Regression testing for efficient and good Quality Assurance results. Let’s discuss more about the importance & usage of these testing concepts below.

Breadcrumbs for JavaScript

Breadcrumbs can help you debug client-side JavaScript applications, and are available to all Honeybadger customers as of today. One of the things that makes fixing JavaScript errors so difficult is that everything happens on the client-side. When an obscure error happens in a callback, you often lack the context to reproduce it. If the error is critical, you may even resort to deploying debug code to get more information about the events leading up to it.