STARWEST 2018 - Software Tester | TechWell

Conference archive

STARWEST 2018 - Software Tester

Customize your STARWEST 2018 experience with sessions for software testers.

Monday, October 1

Michael_Bolton
DevelopSense
MA

Critical Thinking for Software Testers

Add to calendar
Monday, October 1, 2018 - 8:30am to 4:30pm

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. Michael Bolton shares the specific techniques and heuristics of critical thinking and presents realistic testing puzzles that help you practice...

Wilson Mar
JetBloom
MB

What Testers Must Know about Git and GitHub

Add to calendar
Monday, October 1, 2018 - 8:30am to 4:30pm

Skill with Git is a prerequisite for most software jobs today. This is because the vast majority of software developed is stored in Git-based repositories such as GitHub, GitLab, and BitBucket. GitHub's domination of social coding makes it the new business card to demonstrate your creativity, popularity, capability, and tenacity. “Configuration as code” is a standard DevOps practice so testers must know how to set up and use Git to obtain and update versions of their infrastructures. In this hands-on tutorial, create your own website and learn the GitHub markdown used to format documents....

Tariq_King
Ultimate Software
Jason_Arbon
test.ai
MC

Artificial Intelligence and Machine Learning Skills for the Testing World

Add to calendar
Monday, October 1, 2018 - 8:30am to 4:30pm

Software continues to revolutionize the world, impacting nearly every aspect of our work, family, and personal life. Artificial intelligence (AI) and machine learning (ML) are playing key roles in this revolution through improvements in search results, recommendations, forecasts, and other predictions. AI and ML technologies are being used in platforms for digital assistants, home entertainment, medical diagnosis, customer support, and autonomous vehicles. Testing practitioners are recognizing the potential for advances in AI and ML to be leveraged for automated testing—an area that still...

Isabel Evans
Independent Consultant
MD

Fundamentals of Testing Requirements

New
Add to calendar
Monday, October 1, 2018 - 8:30am to 12:00pm

Testing and requirements are bound together: You use requirements to understand what to test and what your customer expects from the product under test. Requirements appear in many forms—verbal, diagrams, user stories, or formal specifications. But sometimes once we start testing, we find that requirements are missing, inadequate, wrong, or changing. This is normal, and as testers, part of our role is to help the team and the customer clarify what is required. (Sometimes we even build the requirements to clarify our tests!) Join Isabel Evans to understand how to identify, capture, review,...

Hans_Buwalda
LogiGear
ME

Better Test Design for Great Test Automation and DevOps

Preview
Add to calendar
Monday, October 1, 2018 - 8:30am to 12:00pm

Test automation is an essential element in agile and DevOps processes. And test design can make or break automation efforts throughout the entire CI/CD pipeline. We want automated tests to find problems in a build quickly, run without a hitch, and be easily maintained. However, if tests are badly structured and unnecessarily detailed, you may have a hard time automating them—even with great tools. Hans Buwalda explores how testers, both technical and non-technical, can design or restructure tests to make them suitable for automation. In this session, you’ll learn how domain...

Mary_Thorn
Mary Thorn Consulting
MF

Implement BDD with Cucumber and SpecFlow

Add to calendar
Monday, October 1, 2018 - 8:30am to 12:00pm

We’ve all been there. We work incredibly hard to develop a feature and design tests based on written requirements. We build a detailed test plan that aligns the tests with the software and the documented business needs. And when we put the tests to the software, it all falls apart because the requirements were changed without informing everyone. Mary Thorn says help is at hand. Enter behavior-driven development (BDD), and Cucumber and SpecFlow, tools for running automated acceptance tests and facilitating BDD. Mary explores the nuances of Cucumber and SpecFlow, and shows you how to...

Gene Gotimer
Coveros, Inc.
MG

Using Docker Containers for Automating Web Testing

New
Add to calendar
Monday, October 1, 2018 - 8:30am to 12:00pm

Docker is one of the hottest technologies in our industry today. It lets you create and manage containers—like virtual machines but smaller and faster. They can provide on-demand, disposable test environments that start quickly, repeatably, locally or in the cloud. When you want, you can tear down the environment and recreate a pristine copy within seconds. And since the process is automated, anyone on the team can use the same commands to get their own test systems. Then, when you finish testing, those containers can be deployed directly into production. At each stage, the environments...

Mike_Sowers
Coveros
MH

Measurement and Metrics for Test Management

Add to calendar
Monday, October 1, 2018 - 8:30am to 12:00pm

To be most effective, test managers must develop and use metrics to help direct the testing effort and make informed recommendations about the software’s release readiness and associated risks. Because one important testing activity is to “measure” the quality of the software, test managers must measure the results of both the development and testing processes. Collecting, analyzing, and using metrics are complicated because many developers and testers are concerned that the metrics will be used against them. Join Mike Sowers as he addresses common metrics—measures of product quality,...

Isabel Evans
Independent Consultant
MI

Influence Diagrams: A New Way to Understand Testing

Add to calendar
Monday, October 1, 2018 - 1:00pm to 4:30pm

As testers, we may want to find more bugs, but this may have an unintended consequence for developers: Developers now have more defects to debug, which affects their capacity to deliver new functionality. Isabel Evans has found that influence diagrams provide a simple way to understand and manage the complexities of key interactions among testers, developers, and business stakeholders. In this practical workshop with hands-on activities, Isabel will help you construct and interpret influence diagrams to illustrate typical team and project problems and solutions in testing. With just pen...

Adam_Auerbach
EPAM Systems
MJ

Instill a DevOps Testing Culture in Your Team and Organization

New
Add to calendar
Monday, October 1, 2018 - 1:00pm to 4:30pm

The DevOps movement is here. Companies across many industries are breaking down siloed IT departments and federating them into product development teams. Testing and its practices are at the heart of these changes. Traditionally, IT organizations have been staffed with mostly manual testers and a limited number of automation and performance engineers. To keep pace with development in the new “you build it, you own it” environment, testing teams and individuals must develop new technical skills and even embrace coding to stay relevant and add greater value to the business. DevOps really...

Jon Bach
eBay, Inc.
MK

Achieving Real Test Agility with Session-Based Exploration

New
Add to calendar
Monday, October 1, 2018 - 1:00pm to 4:30pm

The authors of the Agile Manifesto wanted to emphasize lightweight and collaborative ways to deliver good quality software, not create a bunch of procedures and rituals to blindly follow. If you find that your project considers testing to be only about making sure you have unit tests for every method or a user story for every requirement, you may be missing out on a lot of bugs. Join Jon Bach to learn about session-based exploration, a lightweight and fun way to find new and emerging issues while also managing your testing focus and increasing your effectiveness as a quality engineer....

Bob Galen
Zenergy Technologies
ML

Test Automation Strategies for the Agile World

Sold Out!
Add to calendar
Monday, October 1, 2018 - 1:00pm to 4:30pm

With many organizations adopting agile practices, the test automation landscape has changed. Bob Galen explores current disruptors to traditional automation strategies, and discusses relevant and current adjustments that must be made when developing an automation business case. Open source tools are becoming incredibly viable and often best their commercial equivalents―not only in cost but also in functionality, creativity, evolutionary speed, and developer acceptance. Agile methods have fundamentally challenged our traditional automation strategies. Now we must keep up with incremental...

Chris_Loder
InGenius Software
MM

System-Level Test Automation: Ensuring a Good Start

Add to calendar
Monday, October 1, 2018 - 1:00pm to 4:30pm

Many organizations invest a lot of effort in test automation at the system level but then have serious problems later on. As a leader, how can you ensure that your new automation efforts will get off to a good start? What can you do to ensure that your automation work provides continuing value? This tutorial covers both “theory” and “practice”. Chris Loder explains the critical issues for getting a good start and also describes his experiences in getting good automation started at a number of companies. The tutorial covers the most important management issues you must address for test...

Tuesday, October 2

Michael_Bolton
DevelopSense
TA

A Rapid Introduction to Rapid Software Testing

Add to calendar
Tuesday, October 2, 2018 - 8:30am to 4:30pm

You're under tight time pressure with barely enough information to proceed with testing. How do you test quickly and inexpensively—yet still produce informative, credible, and accountable results? Rapid Software Testing, adopted by context-driven testers worldwide, offers a field-proven answer to this all-too-common dilemma. In this one-day sampler of the approach, Michael Bolton introduces you to the skills and practice of Rapid Software Testing through stories, discussions, and “minds-on” exercises that simulate important aspects of real testing problems. The rapid approach isn't just...

Max Saperstone
Coveros
TB

Selenium Test Automation: From the Ground Up

Sold Out!
Add to calendar
Tuesday, October 2, 2018 - 8:30am to 4:30pm

Knowledge of Selenium, the industry-standard tool for testing web applications, is a much sought after skill in today’s world of test automation. If you want to learn Selenium, then this full-day tutorial provides a great start. Max Saperstone shows you how to build test automation using Selenium. But he doesn’t stop there. He uses his years of experience to show you how to build automation that is clean, robust, and easy to maintain. Max introduces other tools that work with Selenium to help manage the data used to drive your tests, evaluate JavaScript-heavy applications, manage your test...

Isabel Evans
Independent Consultant
TC

Taking Test Design Techniques Beyond Planning

Add to calendar
Tuesday, October 2, 2018 - 8:30am to 12:00pm

Understanding when and how to apply test design techniques is fundamental to your testing. Join Isabel Evans to learn some basic techniques that she uses in her own work, and add these vital test design techniques to your personal toolbox of methods. Isabel will demonstrate how to use test design techniques not just to decide what tests to conduct, but also to find potential defects and missing requirements before coding starts, to derive a test basis when requirements are unwritten, to drive the direction for nonscripted approaches, and to provide input to automation. Different techniques...

Tariq_King
Ultimate Software
TD

Testing Strategies for Microservices

New
Add to calendar
Tuesday, October 2, 2018 - 8:30am to 12:00pm

Software development is trending toward building systems using small, autonomous, independently deployable services called microservices. Leveraging microservices makes it easier to add and modify system behavior with minimal or no service interruption. Because they facilitate releasing software early, frequently, and continuously, microservices are especially popular in DevOps. But how do microservices affect software testing and testability? Are there new testing challenges that arise from this paradigm? Or are these simply old challenges disguised as new ones? Join Tariq King as he...

Bob Galen
Zenergy Technologies
Mary_Thorn
Mary Thorn Consulting
TE

Agile Testing: Team Tactics that Deliver the Goods

Preview Sold Out!
Add to calendar
Tuesday, October 2, 2018 - 8:30am to 12:00pm

Let’s face it—agile testing is different. Challenges exist in successfully integrating within the teams themselves. Scrummerfall continues to run rampant. The dichotomy of testing vs. quality—and balancing both the team’s and your focus—still exists. Delivering value is both an imperative and a challenge. In this dynamic workshop, join agile coaches Mary Thorn and Bob Galen to explore the tools, techniques, and mindset you must bring to the table to successfully test in agile contexts. Mary and Bob examine risk-based testing, iterative test planning, exploratory testing, agile...

Seretta Gamba
Freelancer
TF

Technical Test Automation Challenges: Patterns and Solutions

Preview
Add to calendar
Tuesday, October 2, 2018 - 8:30am to 12:00pm

Many organizations find that test automation does not work as well as they thought it would. In many cases, these failures are due to generic technical reasons, which can be fixed with relative ease. Other solutions that have worked well are patterns, common to automation efforts at any level with whatever tools you are using. Seretta Gamba focuses on often-neglected technical issues—i.e., non-management issues—and the patterns that help solve them. These are not development or code patterns—this is a code-free tutorial. Using a set of patterns developed with Dot Graham, Seretta...

Jeff Payne
Coveros
TG

Security Testing for Test Professionals

Add to calendar
Tuesday, October 2, 2018 - 8:30am to 12:00pm

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. Explore effective test techniques for assuring that...

Eun Chang
Microsoft
Ken Johnston
Microsoft
TH

Data Analytics and Machine Learning

Add to calendar
Tuesday, October 2, 2018 - 8:30am to 12:00pm

Do you have access to lots and lots of test, development, app, and service data—really big data—from client and cloud service log files, test execution results, and more? Then, you have a great opportunity to begin using data analytics and machine learning (ML) to gain new product quality insights. Bring your laptops and your sense of discovery as Eun Chang introduce analysis techniques and ML tools to help you develop new and potentially groundbreaking insights. First, she will present a fast-paced statistics primer for those with no prior data exploration experience and others looking...

Melissa Benua
mParticle
TI

Test Design for Fully Automated Build Architecture

New
Add to calendar
Tuesday, October 2, 2018 - 8:30am to 12:00pm

Imagine this … As soon as any developed functionality is submitted into the code repository, it is automatically subjected to the appropriate battery of tests and then released straight into production. Setting up the pipeline capable of doing just that is becoming more and more common and something you need to know about. But most organizations hit the same stumbling block—just what IS the appropriate battery of tests? Automated build architectures don't always lend themselves well to the traditional stages of testing. In this hands-on tutorial, Melissa Benua introduces you to key test...

Rob_Sabourin
AmiBug.com
TJ

Test Estimation in the Face of Uncertainty

Add to calendar
Tuesday, October 2, 2018 - 8:30am to 12: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 keys to good estimates are understanding the primary variables, comparing them to known standards, and normalizing the estimates based on their differences. This is easy to say but difficult to accomplish because estimates are frequently required even when we know very little about the project—and what we do know is constantly changing. Throw in a healthy dose of politics and a bit of wishful thinking,...

Bob Galen
Zenergy Technologies
Mary_Thorn
Mary Thorn Consulting
TK

Agile Test Team Leadership: From Concept to Product

Sold Out!
Add to calendar
Tuesday, October 2, 2018 - 1:00pm to 4:30pm

Today, many agile organizations are making a terrible error. They are assuming there is no place for test management and leadership in agile, self-directed team contexts. Mary Thorn and Bob Galen beg to differ with this view and believe a strong need exists for testing leadership in agile organizations—just different from the way we’ve typically approached it. Join Mary and Bob as they explore what excellent test team leadership looks like in agile contexts. Explore the aspects of self-directed teams and the implications to your previous leadership styles. Look under the covers of Scrum...

Dawn Haynes
PerfTestPlus, Inc.
TL

How to Break Software: Robustness Edition

Add to calendar
Tuesday, October 2, 2018 - 1:00pm to 4:30pm

Have you ever worked on a project where you felt testing was thorough and complete—all features were covered and all tests passed—yet in the first week in production the software had serious issues and problems? Join Dawn Haynes to learn how to inject robustness testing into your projects to uncover those issues before release. Robustness—an important and often overlooked area of testing—is the degree to which a system operates correctly in the presence of exceptional inputs or stressful environmental conditions. Dawn shows you how—by expanding basic tests and incorporating specific...

Jeff Payne
Coveros
TM

Integrating Automated Testing into DevOps

Add to calendar
Tuesday, October 2, 2018 - 1:00pm to 4:30pm

In many organizations, agile development processes are driving the pursuit of faster software releases, which has spawned a set of new practices—DevOps. DevOps stresses communications and integration between development and operations, including rapid deployment, continuous integration, and continuous delivery. Because DevOps practices require confidence that changes made to the code base will function as expected, automated testing is essential. Join Jeffery Payne as he discusses the unique challenges associated with integrating automated testing into continuous integration/continuous...

Tariq_King
Ultimate Software
TN

Unit Testing: What Every Developer and Tester Should Know

Add to calendar
Tuesday, October 2, 2018 - 1:00pm to 4:30pm

Do you want to take your testing skills to the next level? Are you trying to stay relevant on an agile team where testing is shifting to the left on the project timeline? Do you want to help your organization reap the full benefits of testing earlier? Then join Tariq King to explore the fundamentals of unit testing so you can find bugs as soon as they happen and do more thorough, targeted testing during software development. This introductory session is for everyone—of all programming skill levels. Learn how to apply program-based techniques such as testing by looking, automated unit...

Amber Race
Big Fish Games
TO

Performance Testing Services for Web and Cloud-Based Architectures

New
Add to calendar
Tuesday, October 2, 2018 - 1:00pm to 4:30pm

Does your application have what it takes to handle the number of customers you expect—or hope for? Does it provide a quick, responsive experience for your users all the time? Join Amber Race to explore the performance testing tools and techniques you need to help ensure that your application is ready for the load from real users. If you are just getting started as a performance tester and wondering how to begin, Amber will take you through the basics and review the different facets of load and performance testing. You’ll learn how to analyze your application for potential issues, create...

Isabel Evans
Independent Consultant
TQ

Shift Left to Test User Experience

Add to calendar
Tuesday, October 2, 2018 - 1:00pm to 4:30pm

In today’s environment, the user experience (UX) is overwhelmingly important—and is not just about the product. UX describes all facets of a person’s interactions with and reactions to the product, the organization that supplies it, and the environment in which it is experienced. Isabel Evans says that in order to focus our tests appropriately, it is vital that we testers understand our users’ experiences. We need to explore and measure human, business, and societal impacts of products we develop, and how those are underpinned by technical qualities. Unless we “shift left” as testers and...

Alan Page
Unity
TR

Testing Today's Web Applications: Tools You Can Use

Preview
Add to calendar
Tuesday, October 2, 2018 - 1:00pm to 4:30pm

If you are a software tester in 2018, chances are you're testing a website or web application. Whether you are testing in a browser, within a web “wrapper” framework like Electron, or even a web app wrapped in a mobile application, your customers are using web apps and websites constantly—and they want them to work well. Our challenge in test, of course, is to test as thoroughly and efficiently as we can, given our time and resource constraints. Long time software testing veteran Alan Page demonstrates some of his favorite free or inexpensive tools for testing web apps and shares...

Wednesday, October 3

Janna_Loeffler
Carnival Corp.
K1

The Life of a Tester, from Once Upon a Time to Happily Ever After

Preview
Add to calendar
Wednesday, October 3, 2018 - 8:30am to 9:45am

Most fairy tales start out with a scary premise and move to a happy ending. Lately, we have heard lots of scary stories about the future of testing. As machine learning and artificial intelligence continue to gain prominence, we see even more concerns about the tester’s career. With the help of a famous animation team, Janna and Jennifer will take you through a wild animated journey from what it was like in the early days of software to where we are today. We’ll explore the evolution of the testing profession, as well as what it will become in the future. As this story moves from...

Jon Bach
eBay, Inc.
K2

Testing Outside of the Box

Add to calendar
Wednesday, October 3, 2018 - 10:00am to 11:00am

The cognitive skills of testing are being threatened by two major forces: the assumption that automation can replace all other forms of testing, and the acceptance of lower quality by consumers. You might be feeling like you’re living on an eroding island, but there is a way to adapt and even thrive using your testing skills. Your project still needs to have someone who will question assumptions, examine design, create experiments, analyze data, and report meaningful metrics. It needs your social skill to connect teams who work in silos, bring customer insights to light, and track risks...

Tariq_King
Ultimate Software
W1

Fighting Test Flakiness: A Disease that Artificial Intelligence Will Cure

Add to calendar
Wednesday, October 3, 2018 - 11:30am to 12:30pm

Artificial Intelligence (AI) is making it possible for computers to diagnose some medical diseases more accurately than doctors. Such systems analyze millions of patient records, recognize underlying data patterns, and generalize them for diagnosing previously unseen patients. A key challenge is determining whether a patient's symptoms and history are attributed to a known disease or other factors. Software testers face a similar problem when triaging automation failures. They investigate questions like, Is the failure due to a defect, environmental issue, or nondeterministic test script?...

Seretta Gamba
Freelancer
W2

7 Proven Ways to Ruin Your Test Automation

Preview
Add to calendar
Wednesday, October 3, 2018 - 11:30am to 12:30pm

Test automation projects fail, but why? Could you stop it from happening? In this tongue-in-cheek talk, Seretta Gamba will share seven proven methods to disrupt or utterly ruin a test automation project, including letting a lone champion keep important knowledge to himself, ignoring good programming practices, setting impossible goals, and feigning support. Seretta’s humorous recommendations will provide managers, testers, and automators alike with the early signs of an automation project in danger. By “warning” that the most effective defenses are found using the test automation...

Mary_Thorn
Mary Thorn Consulting
W3

Help! I am Drowning In 2 Week Sprints....Please Tell Me What NOT to Test!

Add to calendar
Wednesday, October 3, 2018 - 11:30am to 12:30pm

Sometimes we allow ourselves to drown in work… Mary Thorn hears it all the time: testers complaining at retrospectives to their teams that they do not have enough time to test everything. She often sees testers work overtime the last week of a sprint to ensure the definition of done is accomplished. Why do they do this? Why do we, as testers, enable the bad behaviors of “Scrummerfall” or a lack of whole-team ownership of quality? Mary aims to arm testers with techniques that allow them to test smarter, not harder, and enable the testers and the team to have better conversations that make...

Rob_Sabourin
AmiBug.com
W4

Testing In The Dark

Add to calendar
Wednesday, October 3, 2018 - 11:30am to 12:30pm

Isn’t it amazing? Stakeholders drop software on our desks and expect us to test it—without any requirements, design, or product knowledge whatsoever. About the only clear thing is the absurd and unrealistic deadline. We are expected to bend over backward, spread magic pixie dust, and heroically test quality into a product we have never heard of before. But testing in the dark is not impossible, and as Rob Sabourin shows, it can even be a very valuable and fun experience. Learn strategies to emerge from a murky fog into clear, meaningful quality insights and leverage unlikely sources about...

Chris Colosimo
Parasoft
W5

Reduce Wait Time with Simulation + Test Data Management

Add to calendar
Wednesday, October 3, 2018 - 11:30am to 12:30pm

Data has become the most significant roadblock that testers face today. In fact, up to 60% of a tester’s time is spent waiting for data. Chris Colosimo shows that many factors contribute to this wait time, including internal requirements from the test data management team to pull data in the proper form, wait times for sanitized or “test-safe” data, or, most importantly, building data sets that do not exist. Compounding these challenges is the inherit complexity of today’s data. You have to be a DBA to even begin to understand the structure and relationships needed to support your testing...

Michael_Bolton
DevelopSense
W6

The Logic of Verification

Add to calendar
Wednesday, October 3, 2018 - 11:30am to 12:30pm

Software testing is sometimes described as “verification and validation”—or, according to Wikipedia, “the process of checking that a software system meets specifications and that it fulfills its intended purpose.” Yet, renowned tester and teacher Michael Bolton argues, if we examine the concept and logic of verification, we quickly recognize that there are serious limitations to what can and cannot be checked and verified. This is not to say that checking is a bad thing—on the contrary; checking can be very valuable. Still, it’s important for testers and their clients to recognize the...

Ben Simo
Medidata Solutions, Inc.
W10

The Art of Software Investigation

Add to calendar
Wednesday, October 3, 2018 - 1:45pm to 2:45pm

Although processes and tools play an important role in software testing, the most important testing tool is the mind. Like scientists, testers search for new knowledge and share discoveries—hopefully for the betterment of people’s lives. More than sixty years ago, William I.B. Beveridge reframed discussion of scientific research in his classic book The Art of Scientific Investigation. Rather than add to the many texts on the scientific method, he focused on the mind of the scientist. Join Ben Simo as he applies Beveridge’s principles and techniques for scientific investigation to software...

Hans_Buwalda
LogiGear
W11

Use Soap Opera Testing to Twist Real-Life Stories into Test Ideas

Add to calendar
Wednesday, October 3, 2018 - 1:45pm to 2:45pm

Reality is a great source of inspiration. Real-life situations can present complexities that are not always anticipated—and, as a consequence, not always handled well. Business functional tests should try to present situations that are routed in reality but also aren’t too obvious. Testing and automation pioneer Hans Buwalda came up with a concept for test design called "soap opera testing" based on this concept. It is a style of writing tests where one writes as if they were episodes in an imaginary soap opera on television. Soap opera episodes are based on real life, but usually they are...

W12

Improve Planning Estimates by Reducing Your Human Biases

Preview
Add to calendar
Wednesday, October 3, 2018 - 1:45pm to 2:45pm

Are you puzzled about why your estimate turned out wrong, or stressed from working to meet an impossible deadline? Some teams on inaccurately estimated projects suffer stress, burnout, and poor quality as pressure is applied to stick to an unrealistic schedule. Such project teams also descend into irrational decision-making—with potentially catastrophic consequences. Frustratingly, even when teams perform well, they are often judged by their failure to meet impossible deadlines. Andrew Brown will show how estimation errors are caused not just by new technology or intentionally...

Intel Corporation
Heng_Kar_Lau
Intel Corporation
W7

Marrying Artificial Intelligence with Software Testing: Challenges & Opportunities

Add to calendar
Wednesday, October 3, 2018 - 1:45pm to 2:45pm

Emerging technologies such as the internet of things (IoT) and cloud computing have introduced a significant software variety and complexity. Wendy Siew Wen Chin and Heng Kar Lau explain that testers are challenged to support a wide product portfolio within harsh time, resource and budget constraints. More test automation may seem to be a solution to test efficiency, however there are many inefficient hot spots throughout the test automation life cycle. Join Wendy and Heng Kar as they share their experiences from the Intel IoT team. They share how to make use of artificial intelligence (AI...

Isabel Evans
Independent Consultant
W8

No More Shelfware—Let’s Drive

Add to calendar
Wednesday, October 3, 2018 - 1:45pm to 2:45pm

When Isabel Evans learned to drive a car, she also learned how to check, clean, and change spark plugs, mend the fan belt with a stocking, and indicate speed and direction changes with arm and hand signals. Now, we don’t expect to have to do any of those things; we just drive the car. That’s how test tools and automation could be. Just drive and concentrate on the journey of delivering software continuously—concentrate on engineering the solutions, not on the automation. To be effective engineers, we need the support of a powerful toolset that we understand. Is that what we have? Or do we...

Max Saperstone
Coveros
W9

Managing BDD Automation Test Cases inside Test Management Systems

Add to calendar
Wednesday, October 3, 2018 - 1:45pm to 2:45pm

Behavior-driven development (BDD) has been around for a while and is here to stay. However, the added abstraction levels pose a technical problem for writing and managing tests. While BDD does a great job of marrying the nontechnical aspect of test writing to the technical flow of an application under test, keeping this information under source control becomes problematic. Frameworks such as JBehave, Cucumber, or Robot give subject matter experts that additional ability to write tests, but they are often restricted access from them; because people treat test cases as code, they get stored...

Infostretch
W13

How to Automate Testing for Next-Generation Interfaces (BOTs, Alexa, Mobile)

Preview
Add to calendar
Wednesday, October 3, 2018 - 3:00pm to 4:00pm

Today’s IT systems communicate with customers through multiple points of engagement and various interfaces, ranging from web, mobile, and voice to BOTs and apps like Alexa and Siri. Sanil Pillai says these systems need to provide seamless handoffs between different points of interaction—while at the same time providing relevant and contextual information quickly. To accomplish this, a team must be able to successfully pair device hardware capabilities and intelligent software technologies such as location intelligence, biometric sensing, and Bluetooth. Sanil shows that testing...

Jonathan_Solorzano-Hamilton
Procore Technologies
W14

Automation and Test Strategies to Save Our Project from the Brink of Collapse

Add to calendar
Wednesday, October 3, 2018 - 3:00pm to 4:00pm

Teams are sometimes asked to turn a mess of undocumented, poorly structured legacy code into a robust product under impossible deadlines. Test strategies blending automation, exploration, and refactoring can help focus development efforts and converge even the most chaotic projects. But, where do you start? Join Jonathan Solórzano-Hamilton as he shows how automation can help drive products into a state of release readiness. Learn how refactoring, test-driven development, SOLID principles, dependency injection, and mocking frameworks help break down complex development problems into...

Ingo_Philipp
Tricentis
W16

Rediscover Exploratory Testing

Add to calendar
Wednesday, October 3, 2018 - 3:00pm to 4:00pm

The testing community is caught between a rock and a hard place when it comes to exploratory testing. Although exploratory testing has been around for ages, it often leads to more confusion than clarity. Is exploratory testing an activity-something that you do? Or is it an approach-a way or a style of doing something? Isn't all testing exploratory? When do you do it? How do you do it properly? How does it relate to the entire software lifecycle? To answer these questions, join Ingo Philipp as he shares the most common confusions and controversies on this topic. He explains what exploratory...

Melissa Benua
mParticle
W17

Engineering for Compatibility

Add to calendar
Wednesday, October 3, 2018 - 3:00pm to 4:00pm

Modern software development has brought us an incredibly powerful tool: continuous integration and deployment. However, taking advantage of this new system isn’t always straightforward. With powerful new tools come powerful new ways of making mistakes that can take your product down in a heartbeat. Melissa Benua has years of experience making CI and CD work for her, with lots of insights—both good and not so good. Come and learn from her as she shares key tips and tricks for coding and testing for both forward and backward compatibility in software releases. Useful for both traditional...

Jenny_Bramble
WillowTree Apps
W18

Risk Based Testing: Communicating WHY You Can't Test Everything

Add to calendar
Wednesday, October 3, 2018 - 3:00pm to 4:00pm

The idea of testing everything is a popular one—in fact many stakeholders think that’s exactly what their quality teams do. It usually isn’t and can’t be; but how can teams communicate this? Join Jenny Bramble as she helps to pave the way using the language of risk-based testing. By defining risk in two simple parts, the team and project have a tangible and usable metric. She shares how to apply this metric and use it to determine where the team should focus testing, making it more effective and efficient whilst communicating that effort through the creation of a risk matrix. As a result,...

Thursday, October 4

Dona_Sarkar
Microsoft
K4

Be the Lord of Your OWN Rings: How to Build Your OWN Insider Testing Program

Add to calendar
Thursday, October 4, 2018 - 8:30am to 9:45am

Many testers just don't plain get listened to. Management doesn’t seem to listen despite you having a really good idea on how to reduce costs without reducing quality. How can a well-meaning tester act as an agent of change and change your corporate landscape? Dona is the Lord of the Rings at Microsoft where she co-creates the future of Windows with 10M + #WindowsInsiders all over the world. They are one of the biggest fan and influencer programs in the tech industry—one that helps shape the future of Microsoft technology every single day. She will guide you on how to create a fan and...

Julie_Gardiner
Independent Consultant
T1

Evolution—Not Revolution: Transforming Your Testing

Add to calendar
Thursday, October 4, 2018 - 9:45am to 10:45am

You may have heard the saying “The only constant on any project is change.” Yet the prospect of change is rarely welcomed—either personally or professionally. How is it that we still believe that these changes apply to others but not to us? Julie Gardiner says that now is the time to re-evaluate and transform how we do testing in order to deliver more value to organizations—from a people, processes, and tools perspective. Join Julie as she shares current experiences of transformations and lessons learned within different organizations. She discusses an automation framework that ended up...

Gil_Tayar
Applitools
T2

Frontend Testing: Stepping in and Collaborating with Developers

Add to calendar
Thursday, October 4, 2018 - 9:45am to 10:45am

Testing is shifting left, moving closer to testing the code itself before the full product is ready for release. While the backend world already has established methodologies for testing, frontend developers and testers are still trying to figure out how to work together to effectively test the code. Gil Tayar suggests testers need to communicate with the frontend developers to understand the framework by which frontend code is tested, the various kinds of testing that can be performed on frontend code, and which tools can be used. During this session, Gil helps ease your fear of the...

Dawn Haynes
PerfTestPlus, Inc.
T3

Being More Agile Without Doing Agile

Add to calendar
Thursday, October 4, 2018 - 9:45am to 10:45am

The most common requests Dawn Haynes gets as a consultant these days is to help testers transition to an agile development process, or to help testers be more effective in “agile-ish” environments. But Dawn recognises that transforming the process and the environment is not enough. Interestingly, the core answer to these questions starts with forgetting the process for a moment and focusing on yourself and what you’re trying to accomplish. Being agile starts with a mindset and an attitude that drive focus, approaches, and solutions. When you start there, the path to improvement can almost...

Adam_Auerbach
EPAM Systems
T4

Building a Modern DevOps Enterprise Testing Organization

Add to calendar
Thursday, October 4, 2018 - 9:45am to 10:45am

The DevOps movement is front and center across enterprises. Companies with mature systems are breaking down siloed IT departments and federating them into product development teams and departments. Testing and its practices are at the heart of these changes. Traditionally, development organizations have been filled with mostly manual testers and a limited number of automation and performance engineers. Adam Auerbach says this has to change. To keep pace with development in the new “you build it, you own it” environment, testing teams and individuals must develop new technical skills and...

Julene_Johnson
Lucid Software Inc.
T5

Working with Anxiety: From Personal Weakness to Career Strength

Preview
Add to calendar
Thursday, October 4, 2018 - 9:45am to 10:45am

Each of us has personal weaknesses that are often perceived to have negative impacts on performance and capability in the workplace. When this weakness is prominent to yourself or others, are you capable of benefiting IT teams and qualified to do the job? In dealing with negative impacts of her Generalized Anxiety Disorder, Julene Johnson falls into this category and has experienced personal doubt in her ability to perform her job well. Over time, however, she’s noticed that habits and techniques developed while dealing with anxiety can be applied in a manner that improves her life...

Peter_Varhol
Kanda Software
Gerie Owen
QualiTest Group, Inc.
T6

What Aircrews Can Teach Testing Teams

Preview
Add to calendar
Thursday, October 4, 2018 - 9:45am to 10:45am

United Flight 232 should have crashed with all 296 lives lost. Asiana Flight 214 should not have crashed at all. But the reality is very different. Peter Varhol and Gerie Owen explain that the critical difference between the two flights was the interactions of their respective aircrews. United Flight 232 divided up responsibilities and worked as a team, using Aircrew Resource Management (ARM) to guide how the crew behaved during the flight, and especially in a crisis. Asiana Flight 214 deferred to the captain, neither communicating nor questioning his decisions in crisis. ARM helps...

TestRigor
T10

Automate Your Application Test Deployments with Docker

Preview
Add to calendar
Thursday, October 4, 2018 - 11:15am to 12:15pm

In a busy world, testing teams are asked to adopt new approaches to increase speed and flexibility of change. What methods and tools can help? Artem Golubev has seen many testing teams being told to use Docker. But for testers, this brings confusion. What it Docker and why is Docker useful to testers? How can Docker be used to increase confidence in our releases? To help you answer those questions, Artem shares his experience using this popular tool and approach. Starting with terminology Artem shares what is meant by Dockerfile, Docker Image, Docker Container, Compose, Kubernetes...

Paul Merrill
Beaufort Fairmont Automated Testing Services
T11

What's an API and How Do I Test It?

Add to calendar
Thursday, October 4, 2018 - 11:15am to 12:15pm

API-based applications have become ubiquitous in the past few years. Yet many of us still really don't know what an API is from the inside out. Moreover, many of us don't know much about how to comprehensively test them! Join Paul Merrill to learn what everyone is doing and talking about, related to APIs: microservices, REST, endpoints, requests, request methods, and responses. Paul demonstrates four free tools you can use to directly interact with a simple API: curl, the browser, Postman, and Java (with Rest Assured). Learn techniques for testing APIs at the service level and how to test...

Greg_Paskal
Ramsey Solutions
T12

7 Fundamentals of a Successful Testing Team

Preview
Add to calendar
Thursday, October 4, 2018 - 11:15am to 12:15pm

You want to build an effective testing team, but you’re asking yourself, “Where do I begin?” Greg Paskal, a quality assurance engineer with over thirty years of testing experience, shares seven keys to building a successful testing team. Learn the fundamentals every tester should know and how to build upon them to achieve an effective manual and automated testing strategy. Greg’s minimal essential testing strategy (METS), coupled with his proven experience, will help you build an amazing testing organization. Greg will provide specific instruction through each of these seven areas...

Nimesh_Patel
Valtech Canada
T7

Building a Skilled Testing Practice In an Innovative Digital Agency

Preview
Add to calendar
Thursday, October 4, 2018 - 11:15am to 12:15pm

Everybody wants to have their projects tested so that they can deliver top-notch products to their clients. But with multiple projects all running in parallel, all with tight deadlines and all needing testing, simply allocating a tester on a project for some time isn’t going to give you quality. This, in turn, can sometimes make our stakeholders question the value of testing. Join Nimesh Patel as he shares his experience in building a test practice and team from the ground up into valued, credible members of a project, in a digital agency where the focus is often on delivering...

Griffin Jones
Congruent Compliance
T8

Delivering the Goods: Harmonizing Regulated and Agile Practices

Add to calendar
Thursday, October 4, 2018 - 11:15am to 12:15pm

Agile testing is hard. Testers contend with terse requirements, minimal process, little documentation, continually evolving business, technical and organizational factors. Auditors demand proof of compliance. Some teams have trouble conforming to regulations while preserving agile practices. Griffin Jones, a tenured regulated software testing consultant, says “not only can agile practices blend with regulatory compliance - they can be harmonized with them leading to high quality and more agility.” Griffin feels that regulators are project stakeholders, who join the product owner in...

Amit Patel
Total Performance Consulting
T9

Agile Performance Testing in the Real World

Preview
Add to calendar
Thursday, October 4, 2018 - 11:15am to 12:15pm

Performance issues substantially impact quality, cost, and customer confidence. Agile teams are challenged to build in performance processes throughout the lifecycle, but it is critical to incorporate performance into your CI/CD pipeline. Join Amit Patel as he shares his recent project experiences and the steps his team took to change processes, leverage different technologies, and align internal stakeholders. He explains how they use production-monitoring solutions to create a real-world production feedback loop in order to ensure they can analyze data and turn the information...

Mike_Keith
Progressive Insurance
Domonic_Nunley
Progressive Insurance
T14

Mission Critical Automation Testing

Add to calendar
Thursday, October 4, 2018 - 1:30pm to 2:30pm

When critical subsystems fail, the resulting losses can be catastrophic. In the insurance industry, if premiums are miscalculated, defect costs can reach well over a million dollars. In this session, Mike Keith and Dom Nunley draw on their practical experience with insurance systems testing to provide an overview of combinatorial automation testing for high-risk backend system areas—i.e., features that absolutely must work correctly. They share a process for categorizing requirement risk levels to determine which requirements warrant combinatorial testing. Mike and Dom illustrate various...

Chris Blain
Medidata Solutions, Inc.
T15

Troubleshooting and Understanding Modern Systems: Tools Testers Need

Add to calendar
Thursday, October 4, 2018 - 1:30pm to 2:30pm

Successful agile testers collaborate with programmers as code is written, isolating problems, troubleshooting defects, and debugging code all along the way to getting the product to done. But modern systems are scaling beyond what traditional teams are able to understand using familiar tools. New appreciation for systems and complexity theory, as well as disciplines and tools around emerging areas such as observability and resilience engineering, are offering solutions that allow teams to actively debug their systems and explore properties and patterns they have not defined in advance....

T16

What You Can't Measure, You Can't Improve: Measurements for a Continuous Delivery Organization

Preview
Add to calendar
Thursday, October 4, 2018 - 1:30pm to 2:30pm

Ashwin Desai has faced the daunting challenge of using measurements and metrics to assess and improve product quality through process change. Join him as he shares what he learned on the journey to move the sports technology firm Hudl from a reactive approach to quality to quantitative, data driven, proactive means to improve product quality. Just as Hudl itself provides the ability for coaches and teams to analyze and improve their performance based on data, they wanted to move the teams building Hudl to use the same approach to improve quality. Ashwin shares how they selected...

ClearSpecs Enterprises
T17

Testing Imprecise Requirements

Add to calendar
Thursday, October 4, 2018 - 1:30pm to 2:30pm

Articles on abc.net and elsewhere reported that Volvo has recently discovered a non-traditional requirement: Any self-driving vehicle approved for use outside Australian cities must recognize kangaroos on or near the roadway and take proper actions. The kangaroo’s bounce confused the large animal detector! In this session, industry expert David Gelperin shares a new perspective on the value of imprecise requirements and explores the nature of testing them. Excess precision may hamper the development of optimal solutions by excluding effective designs. Imprecise statements reduce the risk...

Jane_Jeffers
Riot Games
T18

Why "Why...?" Can Be the Most Important Question for QA to Ask

Preview
Add to calendar
Thursday, October 4, 2018 - 1:30pm to 2:30pm

To test a product, there are so many questions to ask, and so little time in which to ask them. More often than not, we get caught up in the who, what, when, and how, but Jane Jeffers from Riot Games explains that “why…?” questions can be the most important ones to ask when it comes to QA work. When missing the whys, we can wind up only focusing on specific details like who needs to do the work or when our deadlines are, and subsequently lose the bigger picture of why a project matters, and why we do what we do. Learn some of the key ways that you can ask why for product, for...

Mehmet_Duran
ProRail
Hatim_Chahim
ProRail
T20

An Innovative Test Automation Approach without Making Test Cases

Add to calendar
Thursday, October 4, 2018 - 3:00pm to 4:00pm

Does test automation need traditional test cases? Mehmet Duran says no. Using the open source tool TESTAR, he devised an innovative approach to automated testing. Join Mehmet as he shares the research he conducted to solve this challenge and how he confirmed his findings by comparing test approaches using a new framework with the quality attributes of learnability and usability. Mehmet will also describe he worked with Hatim Chahim of Prorail on a real-world railroad project to try out his theory. After applying the framework, results showed that within this setting, the test automation...

Craftsy
T22

A Tale of Continuous Testing

Preview
Add to calendar
Thursday, October 4, 2018 - 3:00pm to 4:00pm

When the atmosphere is hostile to QA, and yet the demands on the QA Team are increasing, how do you transform a team where everything is tested and deployed manually, to an organization that delivers great software multiple times a day? Where do you start and how do you create the strategy for implementing Continuous Testing? Join David Lumpkin as he shares his company's journey to answer these questions and the team's evolution along the way. Over a three-year period, Craftsy went from an environment hostile towards QA, to one that embraces automation and exploratory testing,...

Cobalt.io
T23

Measuring and Maximizing Crowdsourced Vulnerability Discovery

Add to calendar
Thursday, October 4, 2018 - 3:00pm to 4:00pm

There are many crowdsourcing vulnerability discovery techniques available today, making it difficult for testers to choose an approach that finds important vulnerabilities while offering the best bang for the buck. Join Mike Shema as he shares several years of real-world data that will help you understand the different discovery techniques, such as bug bounty programs and scanners, and the best time to use each technique. Mike also will discuss how your approach may change according to your lifecycle, and ways to think about integrating security within that process. You'll see how metrics...

Gitte Ottosen
Capgemini
T24

Risk Based Testing – Are You Talking the Talk, Or Walking the Walk?

Preview
Add to calendar
Thursday, October 4, 2018 - 3:00pm to 4:00pm

Risk-based testing is essential to focus our testing, but it is not always easy to apply to our projects. Risk management tends to focus more on project and process risks (i.e., Will we make the deadline? Do we follow our processes?) and less on the product risks that can act as a foundation for a risk-based approach to test. Including this aspect of risk in your test coverage will give you a solid foundation for defining a test strategy that implements and executes the right tests with the right intensity to mitigate the most critical product risks. In this presentation, Gitte...

Max Saperstone
Coveros
K5

Testing Your Tests: Securing Confidence In Your Automation

Add to calendar
Thursday, October 4, 2018 - 4:15pm to 5:15pm

The growth of automation testing in today’s software development organizations is changing the way we test applications. Software development practices have matured over the last thirty years to include all forms of testing in order to verify software quality. In the last ten years, there has been a huge spike in the adoption of automated tests, effectively replacing some manual testing practices and supplementing traditional testing activities. Many parts of the software development industry, however, are wary of replacing manual testing with automated testing. Not only is there often a...

Jeff Payne
Coveros
SMT1

Reception and Summit Kickoff: As a Leader, What Is Keeping You Up at Night?

Add to calendar
Thursday, October 4, 2018 - 5:30pm to 6:30pm

Kickoff the Testing & Quality Leadership Summit with a reception and some networking.