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

Automated UI Testing for iOS and Android Mobile Apps

October 12, 2016 0

Creating a comprehensive testing suite is imperative to success in the mobile market to ensure your app is of the highest quality with each and every release. Unit tests can only test your core business logic. How can you ensure your user interface is bulletproof and regression free on four versions of iOS on 20 devices or eight versions of android on over 18,000 device models? This is where creating automated user interface testing for mobile apps comes in.

Why Building Record/Playback Testing Tools Is Hard

September 14, 2016 0

Almost every manual QA started with Selenium IDE or at least tried it at some point, and the retention rate is close to 0. This talk depicts the challenges that Test Automation Developers face. We categorize the challenges, name them, and see the skill set required to overcome the difficulties.

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.

Platform-led Testing

September 5, 2016 0

As organizations try to improve the quality of their software systems and mobile apps, many of them opt for the solution of buying software testing services from an external provider. This article explains the concept of platform-led software testing and what this solution can bring to improve the results of software quality assurance activities.

Distributed Testing with Selenium Grid

August 23, 2016 0

As software development projects adopt frequent delivery approaches like continuous integration and continuous delivery, the speed of test execution become a key factor for their successful implementation. Distributed testing might be a solution that helps improving test execution speed. This article discusses the pros and cons of a distributed testing implementation process. It will also present the Selenium Grid open source testing tool.

Get Started with Visual Regression Testing and WebdriverIO

August 10, 2016 0

If you develop web sites, you are certainly aware of the side effects that some JavaScript code changes might have on your applications. Visual regression testing is a technique that allows monitoring these negative impacts. This book provides a quick step by step introduction to visual regression testing using the WebdriverIO open source tool.

Say No to (More) Selenium Tests

July 26, 2016 0

How many times do we test the same things at multiple layers, multiple levels, adding time to the build process and testing cycle, delaying the feedback? We know what to test and how to test, but what is the right place to test it?

1 29 30 31 32 33 46