Tutorials and resources on how to apply test automation in software testing

Mocking Framworks Considered Harmful?

September 9, 2022 0

Software development without test automation can no longer be considered professional. However, you might have existing code bases or want to rely on external libraries that may make writing effective and fast unit tests hard or even near to impossible. A typical work-around for these situations is to introduce test stubs for such external dependencies to make your code testable.

Spike Testing vs Performance and Load Testing

August 30, 2022 0

If you ask two software testers, you will get three different definitions for each software testing term. This article discusses spike testing and how this type of testing relates to performance and load testing.

Why Do You Need Test Orchestration in Your Test Automation Process?

August 10, 2022 2

Test automation is a must for most large and medium-sized software businesses. However, just automation, even implemented in a project according to all the rules, may not be enough. The company will face several new challenges that slow down the team’s work and negatively affect the release speed. It doesn’t sound very optimistic, does it?

Tools to Automate Pairwise Testing

July 4, 2022 0

Pairwise testing is a black box testing techniques that aims to achieve a nice test coverage of an application with a good benefit-cost ratio. This article provides a list of some of the best tools that are available to automate the pairwise testing approach.

Optimizing Testing: Testing Realities

June 20, 2022 0

How much are software testing and software quality assurance important in today’s software development world. This article explores this topic and how organizations could get the most out of software testing.

‘early Model Based testing’ (eMBT) – Part 2

May 31, 2022 1

‘early Model Based Testing’ (eMBT) is a software testing approach that aims to optimize the test case design phase. The first part of this article presented the exploring and review phase of this approach. This article presents the generation of test cases from the model and their execution.

1 13 14 15 16 17 51