Anyone Can Test
This short video makes the case that good software testers can come from many walks of life and highlights some of the attributes that add up to great software testers.
Software Testing Videos and Tutorials
This short video makes the case that good software testers can come from many walks of life and highlights some of the attributes that add up to great software testers.
Agile practices like Scrum or XP do not include a role for specialist testers, instead they assert that a team of generalists can cover all development and testing tasks. Experience has however shown that this is often not feasible nor desirable. Agile teams need the specialized skills that only specialist …
Adobe® Shadow is a new inspection and preview tool that allows front-end web developers and designers to work faster and more efficiently by streamlining the preview process, making it easier to customize websites for mobile devices. Adobe Shadow helps resolve this by giving you the ability to easily control browsing …
Some software testers thrive on challenges, while others struggle with how to deal with them. Handled well, challenges can make us stronger in our passion, drive, and determination. This video describes some of the challenges we face today in software testing and how we can respond in a positive, constructive …
Most people are familiar with common vulnerabilities in PHP code, such as SQL Injections and XSS. SQL Injections can be prevented by using a good data base abstraction layer, but there may be old code which depends on developers manually sanitizing input. XSS vulnerabilities may not be dealt with properly, …
This video shows you how to install the Scala sdk and Simple Build Tool, sbt. You will also see how to create a mini sbt-project to demonstrate how you can get started with unit testing using Scalatest and JUnit.