Tutorials and resources on how to apply test automation in software testing
This article illustrates an approach to automated acceptance testing in developing software with Java. Acceptance tests directly tie into software requirements specification and the key for achieving maintainable tests is proper handling of traceability between the requirements and implementation as well as between the requirements and acceptance tests. An example using Netbeans and Concordion is provided.
This blog post presents the results of a survey about the software testing tools used in ruby software development projects.
This blog post presents a case where applying the right amount of test automation can improve the testing process.
This blog post discusses the limits of automated software testing.
This blog post covers the required implementation to get started with writing Acceptance Tests in a real Java project with JBehave.
This blog post presents the pitfalls of building custom test tools.
This blog post presents some results of an exploration of software testing tools to discover various types of potential user interface issues even for complex applications.