Software Development Videos and Tutorials: Java, .NET, Ruby, Python, JavaScript, Agile, Software Testing
 
Category: <span>Software Testing</span>

Simple tools to fight a big battle: “Continuous integration on a minimalist platform”

Continuous Integration (CI) is a software development practice where members of a team integrate their work frequently. Usually each person integrates at least daily leading to multiple integrations per day. When integration is verified by an automated build (including test) the gross and obvious integration errors are detected as quickly …

Advances in Automated Software Testing Technologies and Implementation

This presentation by Elfriede Dustin and Marcus Borch at the Third Annual Google Test Automation Conference (GTAC) discusses our various efforts to streamline automated software testing implementations. By “automating the automation” via use of existing open source tools, component “reuse,” and by automating as much as feasible related to automated …

ASP.NET MVC: Episode 5 with Charlie Poole – Viewing a Page and Final Thoughts

In this fifth and final episode, Stephen Walther and Charlie Poole successfully view blog entries in a page and all of their tests are green. This episode ends with Charlie Poole’s thoughts on the process that they followed and ASP.NET MVC. http://www.asp.net/learn/mvc-videos/video-409.aspx

Using Cloud Computing to Automate Full-scale System Tests

The ultimate goals of any software-testing effort is to make the software more robust and reliable, thereby reducing support costs and increasing customer satisfaction. Recent trends to use unit testing and other techniques in the software build process help reach those goals. However with the move towards systems of interacting …