Skip to main content

Software Testing

Tutorials

Large-scale and complex testing projects can stress the testing and automation practices we have learned through the years, resulting in less than optimal outcomes. However, a number of innovative ideas and concepts are emerging to better support industrial-strength testing for big projects. Hans Buwalda shares his experiences and presents strategies for organizing and managing testing on large projects. Learn how to design tests specifically for automation, including how to incorporate keyword testing and other techniques.

Read more
MC Lean Software Testing: Continuous Improvement with Lower Risk NEW
Matthew Heusser, Excelon Development
Mon, 05/04/2015 - 8:30am

Lean software testing is a new approach that focuses on improving testing processes and practices while reducing product risk. Matt Heusser outlines how most organizations test now, explores approaches for improvements, and demonstrates lean tools that help you understand software dev/test flow in a different way. Starting with what you are doing now, you’ll learn what to change next and ways to continually improve test activities. Matt focuses on management concepts to measure and improve both the testing and the overall development process.

Read more
MH Take a Test Drive: Acceptance Test-Driven Development
Jared Richardson, Agile Artisans
Mon, 05/04/2015 - 8:30am

The practice of agile software development requires a clear understanding of business needs. Misunderstanding requirements causes waste, slipped schedules, and mistrust within the organization. Jared Richardson shows how good acceptance tests can reduce misunderstanding of requirements. A testable requirement provides a single source that serves as the analysis document, acceptance criteria, regression test suite, and progress-tracker for any given feature. Jared explores the creation, evaluation, and use of testable requirements by the business and developers.

Read more
MK Rapid Software Testing: Strategy
James Bach, Satisfice, Inc.
Mon, 05/04/2015 - 1:00pm

A test strategy is the set of ideas that guides your test design. It's what explains why you test this instead of that, and why you test this way instead of that way. Strategic thinking matters because testers must make quick decisions about what needs testing right now and what can be left alone. You must be able to work through major threads without being overwhelmed by tiny details. James Bach describes how test strategy is organized around risk but is not defined before testing begins. Rather, it evolves alongside testing as we learn more about the product.

Read more
MQ Dorothy Graham: On Testing NEW
Dorothy Graham, Software Test Consultant
Mon, 05/04/2015 - 1:00pm

“Madam, if you use this [software development] tool, you won’t need to do any testing!” Twenty-five years ago this comment reflected a typical attitude! Can you imagine someone saying this today? Sharing her testing journey and what she has learned through the years, Dot Graham, who has had an illustrious career in testing, leads a discussion on how testing’s past has influenced its present and how you will ultimately shape its future.

Read more
TA Critical Thinking for Software Testers
Michael Bolton, DevelopSense
Tue, 05/05/2015 - 8:30am

Critical thinking is the kind of thinking that specifically looks for problems and mistakes. Regular people don't do a lot of it. However, if you want to be a great tester, you need to be a great critical thinker. Critically thinking testers save projects from dangerous assumptions and ultimately from disasters. The good news is that critical thinking is not just innate intelligence or a talent—it's a learnable and improvable skill you can master.

Read more
TC Getting Started with Risk-Based Testing
Dale Perry, Software Quality Engineering
Tue, 05/05/2015 - 8:30am

Whether you are new to testing or looking for a better way to organize your test practices, understanding risk is essential to successful testing. Dale Perry describes a general risk-based framework—applicable to any development lifecycle model—to help you make critical testing decisions earlier and with more confidence. Learn how to focus your testing effort, what elements to test, and how to organize test designs and documentation. Review the fundamentals of risk identification, analysis, and the role testing plays in risk mitigation.

Read more
TE End-to-End Testing with the Heuristic Software Test Model NEW
Paul Holland, Doran Jones, Inc.
Tue, 05/05/2015 - 8:30am

You have just been assigned to a new testing project. So, where do you start? How do you develop a plan and begin testing? How will you report on your progress? In this hands-on session, Paul Holland shares test project approaches based on the Heuristic Software Test Model from Rapid Software Testing. Learn and practice new ways to plan, execute, and report on testing activities. You’ll be given a product to test and start by creating three raw lists—Product Coverage Outline, Potential Risks, and Test Ideas—that help ensure comprehensive testing.

Read more
TF Fundamentals of Test Design SOLD OUT
Lee Copeland, Software Quality Engineering
Tue, 05/05/2015 - 8:30am

As testers, we know that we can define many more test cases than we will ever have time to design, execute, and report. The key problem in testing is choosing a small, “smart” subset—from the almost infinite number of tests available—that will find a large percentage of the defects. Join Lee Copeland to discover how to design test cases using formal black-box techniques, including equivalence class testing, boundary value testing, decision tables, and state-transition diagrams. Explore examples of each of these techniques in action. Don’t just pick test cases randomly.

Read more
TG Building a Mobile App Quality Strategy NEW
Jason Arbon, appdiff.com
Tue, 05/05/2015 - 8:30am

Let’s build a mobile app quality and testing strategy together. Whether you have a web, hybrid, or native app, building a quality and testing strategy means first understanding your customers and your competitors, and then testing your app under real-world conditions. Most importantly, it means having the data and tools to make quick, agile decisions on feature implementations and bug fixes. Jason Arbon guides you through the latest techniques, data, and tools to ensure you have an awesome mobile app quality and testing strategy.

Read more
TH Security Testing for Test Professionals
Jeffery Payne, Coveros, Inc.
Tue, 05/05/2015 - 8:30am

Today’s software applications are often security critical, making security testing essential in a software quality program. Unfortunately, most testers have not been taught how to effectively test the security of the software applications they validate. Join Jeffery Payne as he shares what you need to know to integrate effective security testing into your everyday software testing activities. Learn how software vulnerabilities are introduced into code and exploited by hackers. Discover how to define and validate security requirements.

Read more
TM Rapid Software Testing: Reporting
James Bach, Satisfice, Inc.
Tue, 05/05/2015 - 1:00pm

Test reporting is something few testers take time to practice. But, it's a fundamental skill—and vital for your professional credibility and your own self-management. Many people think management judges testing by bugs found or test cases executed. Actually, testing is judged by the story it tells. If your story sounds good, you win. A test report is the story of your testing. It begins as the story we tell ourselves, each moment we are testing, about what we are doing and why. We use the test story, within our own minds, to guide our work.

Read more
TO Test Estimation in Practice
Rob Sabourin, AmiBug.com
Tue, 05/05/2015 - 1:00pm

Anyone who has ever attempted to estimate software testing effort realizes just how difficult the task can be. The number of factors that can affect the estimate is virtually unlimited. The key to good estimates is to understand the primary variables, compare them to known standards, and normalize the estimates based on their differences. This is easy to say but difficult to accomplish because estimates are frequently required even when very little is known about the project—and what is known is constantly changing.

Read more

Concurrent Sessions

W2 Common System and Software Testing Pitfalls
Donald Firesmith, Software Engineering Institute
Wed, 05/06/2015 - 11:30am

In spite of many great testing “how-to” books, people involved with system and software testing—testers, requirements engineers, system/software architects, system and software engineers, technical leaders, managers, and customers—continue to make many different types of testing-related mistakes. Think of these commonly-occurring human errors as a system of software testing pitfalls. And when projects fall into these pitfalls, testing is less effective at uncovering defects, people are less productive when testing, and project morale is damaged.

Read more
W4 The New Agile Testing Quadrants: Bringing Skilled Testers and Developers Together
James Bach, Satisfice, Inc.
Michael Bolton, DevelopSense
Wed, 05/06/2015 - 11:30am

You want to integrate skilled testing and development work. But how do you accomplish this without developers accidentally subverting the testing process or testers becoming an obstruction? Efficient, deep testing requires “critical distance” from the development process, commitment and planning to build a testable product, dedication to uncovering the truth, responsiveness among team members, and often a skill set that developers alone—or testers alone—do not ordinarily possess.

Read more
W9 Leveraging Open Source Automation: A Selenium WebDriver Example
David Dang, Zenergy Technologies
Wed, 05/06/2015 - 1:45pm

As online activities create more revenue, organizations are turning to Selenium to test their web applications and to reduce costs. Since Selenium is open source, there is no licensing fee. However, as with purchased tools, the same automation challenges remain, and users do not have formal support and maintenance. Proper strategic planning and use of advanced automation concepts are musts to ensure successful Selenium automation efforts.

Read more
W10 Risk-Based Testing for Agile Projects
Erik van Veenendaal, Improve IT Services BV
Wed, 05/06/2015 - 1:45pm

Many projects implicitly use some kind of risk-based approach for prioritizing testing activities. However, critical testing decisions should be based on a product risk assessment process using key business drivers as its foundation. For agile projects, this assessment should be both thorough and lightweight. Erik van Veenendaal discusses PRISMA (PRoduct RISk MAnagement), a highly practical method for performing systematic product risk assessments. Learn how to employ PRISMA techniques in agile projects using Risk Poker.

Read more
W12 Eliminate Regression Testing through Continuous Deployment
Matthew Heusser, Excelon Development
Wed, 05/06/2015 - 1:45pm

Most traditional teams do testing at least twice—once during development as new features are created and again during release candidate testing right before release. As a system grows, regression testing takes more and more time, making tight releases impossible—or at least risky—and adding to the burden of maintaining automated tests. Matt Heusser suggests that adopting continuous integration (with its continuous testing) and continuous delivery (with its associated production monitoring) can eliminate the need for classic regression testing.

Read more
W13 Speak Like a Test Manager
Mike Sowers, Software Quality Engineering
Wed, 05/06/2015 - 3:00pm

Ever feel like your manager, development manager, product manager, product owner, or ____ (you fill in the blank) is not listening to you or your team? Are you struggling to make an impact with your messages? Are you “pushing a wet rope uphill” in championing product quality? Are you talking, but no one is listening? Mike Sowers shares practical examples of how to more effectively speak like a test manager and offers concrete advice based on his experiences in the technology, financial, transportation, and professional services sectors.

Read more
W14 Static Testing: We Know It Works, So Why Don’t We Use It?
Meenakshi Muthukumaran, Tata Consultancy Services
Wed, 05/06/2015 - 3:00pm

We know that static testing is very effective in catching defects early in software development. Serious bugs, like race conditions which can occur in concurrent software, can't be reliably detected by dynamic testing. Such defects can cause a business major damage when they pop up in production. Despite its effectiveness in early defect detection and ease of use, static testing is not very popular among developers and testers.

Read more
W16 Testers and Testing: A Product Owner’s Perspective
Scott Barber, PerfTestPlus, Inc.
Wed, 05/06/2015 - 3:00pm

Testers frequently feel that they and their contributions to delivering software are undervalued. These feelings may stem from patterns of important defects being de-prioritized, receiving lower salaries than their peers who code, being assigned seemingly pointless tasks, or being expected to “test comprehensively” with insufficient time and resources (that tend to shrink as the target release date approaches). If you’ve experienced these feelings, you’ve probably wondered “What does senior management value if not the information testers provide?!?” If so, here are some answers.

Read more
T5 Release Automation: Better Quality, Faster Deployment, Amazing ROI
Bryan Linder, tap|QA
Thu, 05/07/2015 - 9:45am

A great deal of confusion surrounds the concepts of release automation, continuous integration, continuous delivery, and continuous deployment. Even some industry experts are confused about the differences. How these concepts work progressively to achieve high quality software delivery is generating a lot of discussion and controversy. Bryan Linder defines the methodology, processes, and tools associated with release automation, as well as the differences between its maturity levels.

Read more
T6 Improve Your Test Process from the Bottom Up
Gitte Ottosen, Capgemini-Sogeti Denmark
Thu, 05/07/2015 - 9:45am

Test process improvement can be done in many ways. In a top-down approach a central organization does all the planning, and then implementation is done when everything is ready. In a bottom-up approach the improvements, developed and implemented in individual projects, are then spread throughout the organization.

Read more
T7 Avoid Testing Mistakes or Really Bad Things Can Happen
Bart Knaack, Professional Testing
Thu, 05/07/2015 - 11:15am

In our work we assess the quality of software to give well-grounded advice on the “go live” decision. We test software to prevent bad things from happening to users once the software is deployed. However, in some cases, the mere act of testing breaches safety barriers and can put companies on the spot, causing embarrassment, damage, or even death. The worst test ever to go bad—the Chernobyl meltdown which cost approximately 200,000 lives―was caused by a stress test executed in production.

Read more
T8 Predict Defects with Data Mining and Machine Learning
Stephen Frein, Comcast
Thu, 05/07/2015 - 11:15am

Quality assurance professionals have an arsenal of tried-and-true techniques for assessing and improving quality. Many of these revolve around the concept of risk. When quality professionals focus on risk, they generally focus on areas where defects would be the most damaging, rather than areas in which defects are most likely to be found. In recent years, the maturation of big data mining and predictive analysis tools have made it practical to predict where defects in an application are likely to reside.

Read more
T15 Implement an Enterprise Performance Test Process
Ryan Riehle, InCycle Software
Thu, 05/07/2015 - 1:30pm

Suddenly, application performance is important to your business, and you have been given the budget to improve it. You’re in a hurry because customers are complaining or because you expect jumps in transaction volume and your application needs to scale quickly. Do you know where to start? Join Ryan Riehle as he shares his experiences developing enterprise performance testing programs. Ryan covers the key techniques and heuristics that lead to an effective performance improvement effort.

Read more
T17 Security Testing: What Testers Can Do
Declan O'Riordan, Test and Verification Solutions
Thu, 05/07/2015 - 1:30pm

Thousands of times each day, network perimeter security defenses fail to recognize new and obfuscated attacks. Rather than attempting to build security firewalls, Declan O’Riordan asserts that project teams must design, code, and test security into applications―and that requires skills that are in short supply. As testers, we need to recognize which security tests we can perform and which require delegation to experts. Let’s stop our passive acceptance of designs that are weak on security and instead conduct analysis of the security features before we plan the system testing.

Read more
T18 Testing as a Service (TaaS): A Solution to Hard Testing Problems
Scott Tilley, Florida Institute of Technology
Thu, 05/07/2015 - 1:30pm

Some problems in software testing seem timeless. Other challenges—including SOA and cloud computing—arise due to the introduction of new technologies. Scott Tilley has led a three-year project at the Florida Institute of Technology to identify hard problems in software testing as voiced by leading practitioners in the field. The problems were identified through a series of workshops, interviews, and surveys.

Read more
T19 Create Products That Customers Love: A Testing Perspective
Steve Hares, eBay
Thu, 05/07/2015 - 3:00pm

Have you ever stood in line at midnight to buy the latest release of a product? Have you worked on a product that created such delight in customers that they camped out overnight to be the first to buy it? Though this level of customer devotion is rare, it is possible to create everyday products that your customers will love. In the past, the designers and developers have received the lion’s share of the credit, but the role of quality teams is just as important in creating this level of success.

Read more
T22 How to Deliver Winning Mobile Apps
Joe Larizza, Royal Bank of Canada
Eran Kinsbruner, Perfecto Mobile
Thu, 05/07/2015 - 3:00pm

Do you find yourself confused about the definition of mobile testing? Do you understand the challenges of mobile testing and where to start? Is this your first mobile testing project? Joe Larizza and Eran Kinsbruner describe the techniques of mobile testing and the steps necessary to help testing teams transform to face these new challenges. Learn about test automation, testing tools, new methodologies—DevOps, DevTest, Shift Left and Right—and how to build a strategic mobile test road map to increase your market awareness and avoid common pitfalls affecting mobile testing teams.

Read more
T24 Web and Mobile App Accessibility Testing
Nancy Kastl, SPR Consulting
Thu, 05/07/2015 - 3:00pm

If a website or mobile app is not accessible to all potential visitors, is it truly a quality product? Services, products, information, and entertainment on the web and mobile devices can be made available to millions of consumers with vision, hearing, or motor control difficulties by complying with accessibility standards. Assistive technologies enable access by converting the text and images of mobile screens and web pages into computerized voice.

Read more

Keynotes

K5 The Future of the Software Testing Profession
Mike Sowers, Software Quality Engineering
Thu, 05/07/2015 - 4:15pm

The world of testers and test managers—like most professions—continues to evolve. Some say the more things change, the more things stay the same; others say that testing as a profession is dying. These divergent views raise compelling questions. Are we approaching the era of minimal defects in which testing is diminished? Or is testing on the brink of becoming the most important aspect of software development as the risk of failure grows exponentially? What role will testers play on development teams? What critical skills will testers need in the future?

Read more