Ten Minute Software Testing Plan
James Whittaker, former test manager at Google and author of “How Google Tests Software”, gives a short presentation on how to get a software testing plan in ten minutes.
Software Testing Videos and Tutorials
James Whittaker, former test manager at Google and author of “How Google Tests Software”, gives a short presentation on how to get a software testing plan in ten minutes.
This video provides advice, tips, and tricks on how to write good unit tests—the hardest part of test-driven development. It discusses the differences between TDD and unit testing, the benefits of unit tests, and the attributes of good unit tests.
This video covers the basics of test-driven development (TDD). Find out more about what TDD is, what it isn’t, the challenges you’ll face, and why you’ll want to implement it. It covers the following topics: * Test-Driven Development defined * Benefits of Test-Driven development * Challenges of Test-Driven Development * …
Put your CSS at the top, JavaScript at the bottom, domain shard all the things, and so on! But why? Do these rules even make sense? The modern browser is not the black box it used to be. We can peek inside and see how it really works—we have the …
This video is about performance testing goals and methodology. It covers questions such as what is performance testing and what’s needed to run a performance test. Web performance testing is done to validate speed, stability and scalability of a web application. To check if an application response time is acceptable …
Learn about a company that has developed several projects with a Model Driven Development approach. The modeling tool which we used enables software designers to model behaviour of the software, and to check this model for certain issues, well known to developers: deadlocks, live-locks, starvation, race conditions etc. This is …