Software Testing Videos and Tutorials: Load Testing, Unit Testing, Functional Testing, Performance Testing, Agile Testing, DevOps
Frontend and backend performance are key elements in the success of websites. This presentation introduces you to both frontend and backend performance testing and why a medley of these software testing activities are needed to make sure that your website is performant.
This presentation discusses the role of iOS test automation, the XCUITest tool and how to get started with it. Automation Testing on iOS applications has been highly standardized by Apple. Apps undergo rigorous checks before they receive approval to appear on the App Store.
This talk discusses what it looks like to have a constantly evolving test process within a company, how different teams can use the context they are working in to shape their own processes, and how to have multiple teams within a development organization working with different processes and workflows effectively.
This presentation shows how you can take advantage of the most recent additional to the unit testing tools in Visual Studio to build more reliable apps. Besides Visual Studio own tools, you can also run unit tests in Visual Studio by using third-party test frameworks such as NUnit, Boost, or Google C++ Testing Framework, depending on your programming language.
Looking back at test automation in a product development team for describing patterns of success for research purposes, we identified themes where the experienced success significantly differed from what the literature at large was describing.
The testing pyramid – the canonical shape of tests that defined what types of tests we need to write to make sure the app works – is … obsolete. In this presentation, Roman Sandler and Gleb Bahmutov argue what shape works better for testing web applications.
Playwright is a open source framework for Web Testing and Automation developed by Microsoft. It allows testing Chromium, Firefox and WebKit with a single API. Playwright is built to enable cross-browser web test automation that is always green, capable, reliable and fast. You can use the Playwright API in TypeScript, JavaScript, Python, .NET and Java.