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

Large-Scale Automated Visual Testing

March 3, 2016 0

Automated visual testing is a major emerging trend in the dev / test community. Learn what visual testing is and why it should be automated. We will take a deep dive into some of the technological challenges involved with visual test automation and show how modern tools address them. We will demo cutting edge technologies that enable running cross browser and cross device visual tests, and provide key tips for succeeding with large scale visual testing.

Concise UI Tests in Java with Selenide

February 25, 2016 0

Automated testing is a must nowadays. Nevertheless developers often skip writing automated UI tests because it’s tricky and boring. But now we have a simple and powerful tool that makes writing UI tests really effective. You can do this with Selenide.

Software Testing State and Trends 2015-2016

February 9, 2016 1

Some organizations have published recently reports on the status and the trend of the software testing domain. We have aggregated the main results of these reports in this article to give you an overview of the current software testing issues and practices.

The End of End-to-End Testing

February 4, 2016 0

End-to-end testing (or system testing) tests a completely integrated system to verify that it meets its requirements. In a blog post, Mike Wacker from Google explains why if this testing strategy sounds good in theory, it goes wrong in practice.

Cross-Application & Cross-Device Testing at Uber

January 27, 2016 0

Uber has many unique challenges while investigating UI testing tools for its mobile applications. Many of the sanity tests require that the rider application and driver application communicate and coordinate their actions in order to complete the end-to-end testing scenario.

Jasmine Automated Tests for JavaScript

January 11, 2016 0

Jasmine is one of the most popular open source JavaScript unit testing frameworks that allows JavaScript developers to develop “descriptive” testing code which does not necessarily need a JavaScript expert to understand it. Although Jasmine is a popular JavaScript unit testing framework and is used in many web applications, it does not have an out-of the box way to automate the running of its tests because it is designed to run from the browser.

Test Automation is Like Software Development

January 6, 2016 1

In many software development organizations, people make a difference between the software developers who actually write code and the software testers that are just there to perform some software quality activities. In the book “Experiences of Test Automation”, software testers from SAP share their view that test automation requires the same mindset than software development.

1 36 37 38 39 40 51