Automated Software Testing news, help and research - SearchSoftwareQuality.com

Automated Software Testing

  • STAREAST 2011: News and interviews from SearchSoftwareQuality.com

    SSQ editors and contributors attended this conference May 1-6, and offer insight into the latest innovations in software testing. Check here for stories, tips, interviews and videos featuring many of the industry's greatest thinkers. 

  • Full Spectrum of soapUI for open source software testing: Tutorial

    In this four-part series on soapUI, learn tips and tricks to perform a number of different software testing operations using this widely-accepted open source tool. 

  • Why automated software testing fails and pitfalls to avoid

    This is a chapter excerpt from recently published title "Why Automated Software Testing Fails and Pitfalls to Avoid" offers new takes on automated research and development, software development considerations and much more. 

  • Choosing, using software, tools for a Testing Center of Excellence tutorial

    Lack of an overall test architecture can lead to product choices that may be effective in the short-term but lead to additional long-term costs or even replacement of a previously selected toolset. Learn what testing software and tool vendor your tea... 

  • Building a Testing Center of Excellence: A tutorial

    In this tutorial, senior test architect David W. Johnson shares winning approaches he's learned from his work on several successful TCoE implementations. Johnson walks you through a TCoE's core concepts and benefits, getting started, key players on t... 

  • When to use manual vs. automated software testing tools

    When does it make sense to use an automated software testing tool? When is automation a bad idea? Get detailed answers and expert advice on choosing automated versus manual testing tools. 

  • Functional testing of Web services

    Usually when you think about functional testing, you visualize some sort of user interface (UI) for inputting data: a well-defined form or page with fields and arrows and boxes and other eye candy. And most modern functional test tools were designed ... 

About Automated Software Testing

Test automation refers to programmatic execution rather than manual execution of tests. Automated software testing is useful when tests need to be performed multiple times, such as with regression testing or when testing across multiple platforms. Automation can also help test software at times that manual testing is not easily possible, such as creating a simulated load on a system. Automation tools often use a record and playback feature, allowing a tester to go through a series of steps that are recorded. Then these steps can be repeated via the playback function and run multiple times in different environments or for regression testing. This is also useful for performance testing which will allow, again, for a simulated load or stress test.