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

Automated Testing for Continuous Delivery Pipelines

October 4, 2017 0

Today’s continuous delivery (CD) pipeline is a collection of many technologies that ensure the highest quality product reaches production. As a new feature moves from concept to production it goes through several phases of testing. However, for the CD pipeline to remain efficient, the bulk of this testing must be automated. Unit tests, load tests, integration tests, and user interface tests all require automation infrastructure.

Improving Software Testing by Changing Culture

September 19, 2017 0

There are often two approaches to improve software testing and software quality: you can get better at finding defects or you can get better at reducing the number of escaped defects. This presentation focuses firmly on the second option, how to set up teams and organisations that produce high quality products at source.

Testing Software in Production

August 28, 2017 0

Doing software testing in production used to be taboo – a sign that you had a lax attitude to QA. Now it is increasingly accepted that the opposite is true, and that if you only test your system in artificial environments you don’t really know it works. This presentation shows the tools and techniques used to test feature functionality, performance, and failure scenarios in production.

How to Crash Test a Server

August 8, 2017 0

This video present how the robustness of the MongoDB server was tested to survive various system crash scenarios. You will learn how you can be able to automate crashing a server of any type of OS and host configuration (physical or virtual).

Cross-Browser Tests Made Beautiful

July 19, 2017 0

How many times have your selenium test suites run beautifully on one browser, only to fail when run in any other browser? This is an extremely common problem faced when incorporating cross-browser tests into your test runs. Not all browser drivers are created equally, but that doesn’t mean you can’t create a robust suite with cross-browser tests. This talk presents strategies for making cross-browser tests invincible. It discusses key topics such as using as choosing the best locators for all browsers, explicit vs. implicit waits and how to leverage cloud based testing tools.

Testing a jQuery Plugin with Jasmine & Karma

July 4, 2017 0

Over the past decade, eXtreme Programming practices like Test-Driven Development (TDD), Behavior Driven Developer (BDD), Refactoring and Continuous Integration have fundamentally changed software development processes and inherently how engineers work. Practitioners claim that it has helped them significantly improve their development speed, design quality and responsiveness to changing requirements.

The Quirkier Side of Software Testing

June 21, 2017 0

Not all bugs are created equal. Sometimes quirks in the programming languages we use are to blame, and finding them has often stumped even the best programmers and testers. This talk explores the quirkier side of software testing by showing some hand-picked examples from many of the languages used everyday. Finally it will challenge you to try and guess the quirk as it presents a series of oddball examples found in languages such as C, Java, Objective-C, PHP, and everyone’s favorite – JavaScript.

1 20 21 22 23 24 53