Handling Time Zone Challenges in Software Testing
Time Zones Are Challenging Without a doubt, time and time zones is one of the most “painful” and difficult topics for everyone who is involved in software development in one way or another. And we are not even talking about major international projects that may affect various countries and continents. It’s enough to understand that […]
An Introduction to Domain Testing
Preview and Definition In this blog I will describe the techniques of domain testing. These techniques are popular with a lot of testers because of the way they have absorbed a little bit of the best of several other simple-but-effective techniques. Domain testing, if you’re not familiar with it, is a software testing technique where […]
Using Testing Checklists: In Theory and Practice
Definition and Main Characteristics In this blog I want to talk about using checklists as an important—and even necessary—part of the testing process. You might use a checklist to smoke test an application after a release or to regression test an application in the staging environment before release. Let’s start with the global definition of […]
Basic API Test Automation with Postman Test Scripts and Newman
Why Use Automated API Tests In the world of modern software development and testing, the word “automation” has become a familiar one, and for good reason. When automation permeates our processes, it often serves our ultimate goal of saving our valuable time for other things that humans are better at. Testing with Postman Postman is […]
Performance and Load testing with JMeter
Basics JMeter is an open-source software application that can be used for both performance and load testing. Performance testing focuses on how a system performs overall under a given configuration. It gives you diagnostic information which can help you eliminate issues in the tested app. Load testing is a specific type of performance testing and […]