Software Testing and Software Quality Assurance Videos and Tutorials: Unit Testing, Functional Testing, Load Testing, Performance Testing, Test Driven Development
 

Selenium Simple Test Interview

SST Selenium Simple Test is a web test framework that uses Python to generate functional browser-based tests. Tests are made up of scripts, created by composing actions that drive a browser and assert conditions. You have the flexibilty of the full Python language, along with a convenient set of functions to simplify web testing. This video provides a basic introduction to this tool.