Software Testing Articles, Blog Posts, Books, Podcasts and Quotes

Retrieving Logs in Mobile Apps Testing with Android Studio

November 14, 2016 0

Automated testing is a key success factor when you develop mobile applications. In the Android ecosystem, the free Android Studio tool provides many useful features for apps developers. In this article, Nikolay Belousov explores how you can use Android Studio for software testing and explains how to retrieve logs.

Testing IoT Devices: Key Areas

November 1, 2016 0

Your car, your fridge, your thermostat might share one thing in common: an Internet connection. This new phenomenon is called the Internet of Things or IoT. All these connected hardware are also driven by software that should be subjected to software testing. In this article, Pavel Novik discusses the main challenges of testing IoT devices.

How to Give Better Code Reviews

October 24, 2016 0

Wikipedia defines code review as a systematic examination of computer source code to improve the overall quality of software. In his blog post, Joel Kemp provides some propositions on how to give better code reviews.

API Testing Definition

October 17, 2016 3

API like web services are the foundation of modern approaches for software architecture in modern software development. In this article, Alexey Grinevich presents the main challenges when testing different API technologies during regression testing. He also discusses which features a tool should provide to perform API testing.

Faster Software Testing with Appium

October 11, 2016 0

With the important number of devices and customized operating systems, the testing of mobile apps can take a long time. Manual testing is almost impossible and normal automated testing can take a very long time. In this article, Sai Krishna explains how to run mobile tests in parallel using the Appium open source testing tool.

Oblique Testing

September 21, 2016 0

In theory, we can consider software testing as a very rationale approach. You start from unit of code or requirements and then you create the tests that will prove that your software does what it is expected to do… and doesn’t create problems with edge cases. In his book Oblique Testing, Mike Talks propose to add an additional perspective to software testing using the oblique strategies approach.

Correcting Load Testing Errors

September 12, 2016 0

You might think that performing load testing is very simple: you create a script and run it against the application. This is however not always the case, as the software under test might generate unique values for each transactions with the web clients. In their two parts articles, Vadim and Max Kleyzit explain how to detect and correct correlations the errors in your load testing scripts.

1 35 36 37 38 39 91