Software Testing Videos and Tutorials: Load Testing, Unit Testing, Functional Testing, Performance Testing, Agile Testing, DevOps

Behavior-Driven Development (BDD) and Beyond

March 24, 2016 0

Test-Driven Development (TDD) is a game changer for developers, but Behavior-Driven Development (BDD) is a game changer for the whole team. More than just a testing technique, BDD is both a collaboration and a verification tool—and a vital step on the road to continuous delivery.

Software Testing Standards: Promoting Quality or Restricting Competition?

March 16, 2016 0

James Christie argues that software testing standards are produced by bodies with a commercial interest in seeing them adopted. He analyses the economic forces behind the creation of standards. They should be viewed as optional methods that companies can buy or reject as they see fit. Selling them as standards distorts the market by creating the impression amongst senior managers, lawyers and regulators that there is no valid, responsible alternative.

Introduction to Docker Selenium

March 8, 2016 0

The docker-selenium project is about packaging selenium grid as Docker containers https://github.com/seleniumhq/docker-selenium. To me this means I don’t have to build any selenium infrastructure machines. I just run the provided images by docker-selenium project.

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.

Take Control of your Test Environment

February 11, 2016 0

Most of us have had to deal with red builds blocking our testing or have been told to test on flaky environments where half the issues you find would ‘never happen in production’. As a tester, I used to think this wasn’t my problem. What happens though when a thinking tester decides this is her problem and wants to be part of the solution?

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.

1 26 27 28 29 30 53