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

How to Prioritize What to Test

March 22, 2021 0

The bigger question for software development teams embarking on their test automation journey is “What to test?” My rule of thumb is “Start with the scariest code”. This presentation shares with you a framework for evaluating the ROI of writing a test for a feature and prioritizing what to test.

3 Practices for Effective DevOps Adoption

March 8, 2021 0

A couple of years ago, Endava realized that the difficulties in DevOps adoption are never the automation technology but rather the ways-of-working, which require a much more fundamental change in people’s behavior and culture.

Improve Exploratory Testing with Creativity

February 23, 2021 0

This video explains how to improve your exploratory testing through LESS preparation but more creativity! One of the characteristics of exploratory testing is that you do less preparation and that you decide on the spot what your next test case will be.

API Testing from Entry Level to Expert

February 8, 2021 0

Have you seen a recent job posting for a software tester or software QA engineer? The majority of job descriptions have some requirement for API Testing experience. That is how important and in-demand the skills are for testing (let alone automating) an API.

Testing In Production

January 25, 2021 0

Testing in production is the only way to know that your software is working right now in production. It not only increases developer confidence in the code but also development velocity because you will spend less time fixing bugs and more time building new products. Testing in production provides an increased accuracy of test results, faster test execution time due to elimination of bad data, and you will have higher confidence before releases because you already know that your features will work before you launch.

Selenium-Jupiter: Selenium Tests with JUnit

January 11, 2021 0

Selenium is a widely used open source framework for end-to-end web testing nowadays. JUnit 5 is the latest version of this popular Java open source unit testing framework and implements a brand-new programming and extension model named Jupiter. This talk presents Selenium-Jupiter. This is an open-source JUnit 5 extension that provides seamless integration with Selenium.

How Does Selenium Find Elements?

December 21, 2020 0

If you are doing UI test automation, there is a high probability that you are using Selenium. Either directly, or in some framework, or by some tool that is built on Selenium. But did you ever wonder what is going on under the hood? How does Selenium use the browser? How does it find elements? If that sounds interesting to you, this is a presentation for you.

1 9 10 11 12 13 53