STARCANADA 2017 Focus - Security Testing | TechWell

Conference archive

STARCANADA 2017 - Security Testing

Tuesday, October 17

Michael_Bolton
DevelopSense
TB

Critical Thinking for Software Testers

Add to calendar
Tuesday, October 17, 2017 - 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...

Jeffery Payne
Coveros, Inc.
TG

Integrating Automated Testing into DevOps

Add to calendar
Tuesday, October 17, 2017 - 8:30am to 12:00pm

In many organizations, agile development processes are driving the pursuit of faster software releases, which has spawned a set of new practices called 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/...

TI

Innovation: Evolving and Expanding Your Creative Capabilities

Add to calendar
Tuesday, October 17, 2017 - 1:00pm to 4:30pm

Innovation is a word frequently tossed around in organizations today. The standard cliché is “Do more with less.” People and teams want to be innovative but often struggle with how to define, prioritize, implement, and track their innovation efforts. Jennifer Bonine shares the Innovation Types model to give you new tools to evolve and expand your innovation capabilities. Find out if your innovation ideas and efforts match your team and company goals. Learn how to classify your innovation and improvement efforts as core (to the business) or context (essential but non-revenue generating)....

Jeffery Payne
Coveros, Inc.
TJ

Security Testing for Test Professionals

New
Add to calendar
Tuesday, October 17, 2017 - 1:00pm to 4:30pm

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...

Janet Gregory
DragonFire, Inc.
TK

Test Automation in Agile: The Path to Faster, Better Releases

New
Add to calendar
Tuesday, October 17, 2017 - 1:00pm to 4:30pm

Agile teams deliver “potentially” shippable software at the end of every iteration (one to four weeks) or possibly every day. Janet Gregory says that this goal can't be achieved without automated tests, and many teams struggle with test automation. The challenge of automating functional regression tests frightens many testers, who feel their skills aren’t up to the job. So, how can you deliver good quality when you have to release so often? By combining a collaborative team approach with appropriate tools and design approaches, you can not only automate your regression tests but also use...

Wednesday, October 18

W2

Test-Driven Everything—with Deliberate Collaboration

Add to calendar
Wednesday, October 18, 2017 - 10:15am to 11:15am

You've heard that quality belongs to everybody on an agile team. You've heard that testers and developers should collaborate in order to drive quality higher. You've heard that automated tests help a team continuously validate the quality. Well, it's time to stop just thinking and talking about these things! It's time to make them happen! Watch “Cheezy” Morgan do this in front of your eyes. Watch him build a web application, driven by acceptance and unit tests. Discover how a product owner, tester, and developer collaborate closely and deliberately to create executable user stories that...

Jim_Trentadue
Independent Consultant
W4

Defining the Optimal Level of Test Automation

New
Add to calendar
Wednesday, October 18, 2017 - 10:15am to 11:15am

Test automation scripts are largely run against stable functionality with repeatable results. But automation does not have to be just about running reliable tests against a fixed code base to make them effective; rather, you can determine the right level of automation you need to meet your project’s needs. Three levels of test automation will be discussed in this presentation: Level 1 tests exercise the simplest aspect of functionality in a module, Level 2 tests explore all module aspects except interfaces to other components, and Level 3 tests examine the deepest level of functionality in...

W6

Improve Test Strategies and Outcomes with Mind Maps

Add to calendar
Wednesday, October 18, 2017 - 11:30am to 12:30pm

Do you ever sit in test strategy or test plan review sessions and get little or no participation from others? Are you looking for a better way to communicate important information around the test plan or strategy? Do you want your stakeholders to understand and engage in providing feedback and suggestions? Jennifer Bonine has a solution for you—a mind mapping tool that can help you address these questions. A mind map is a visual approach used to help organize information rather than a text outline or list. Jennifer helps you download a free mind mapping tool, trains you how to use the tool...

Paul_Merrill
Beaufort Fairmont
W7

Machine Learning: Will It Take Over Testing?

Preview New
Add to calendar
Wednesday, October 18, 2017 - 11:30am to 12:30pm

Machine learning (ML), a branch of artificial intelligence, is gaining widespread adoption and interest on software development projects. Paul Merrill says that ML isn't typical programming. Algorithms can be changed and checked for accuracy at runtime to “learn” from data. Some companies are already generating and executing test cases using machine learning algorithms. It is projected that significant areas of the labor force—16 percent in transportation and 9 percent of healthcare—could see job cuts in the next few years. So it's time to start thinking: Might testing be on that list...
Dorothy Graham
Software Test Consultant
W10

Are Your Tests Well-Traveled? Thoughts on Test Coverage

Add to calendar
Wednesday, October 18, 2017 - 1:30pm to 2:30pm

There are many places to visit it the world and it can be interesting to see “where you’ve been”. There are many places in software for tests to visit, and seeing “where the tests have been” can be very interesting for testers. Dot Graham explains what coverage is, and why it can be misleading to talk about 100% coverage. Coverage is a relationship between the tests and the software being tested, and is an objective measurement of some aspect of thoroughness of the testing. Dot will discuss the ways in which the term coverage is mis-used, and the four caveats of coverage which every tester...

Isabel Evans
Independent Consultant
W13

Story Time for Testers

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

Stories help us learn. They can be fun or scary, exciting or relaxing. People worldwide tell and listen to stories. We access them through books, film, TV, and computers. But direct, face-to-face storytelling is still a powerful experience. When Isabel Evans was young, there was a program on the radio called Listen with Mother. For fifteen minutes, mothers and children across the land would sit and listen to a story. Join Isabel and become your younger child, bring your testing parent, and listen to her stories. In fifteen-minute sections, Isabel recounts stories drawn from myths, legends...

Rob_Sabourin
AmiBug.com
W14

Discovering What Matters, Fast: Combination Testing Case Studies

New
Add to calendar
Wednesday, October 18, 2017 - 3:00pm to 4:00pm

Even the simplest application depends on a vast, rich, and complex set of variables interacting and collaborating to drive behavior. Each variable has many options, and the number of ways these variables can be combined can be astronomical, making it next to impossible to test them all. Combination testing—combining individual test values to form complete test cases—can help. Rob Sabourin shares three real-world case studies that show how combination test design helped testers focus on a manageable subset of combinations to find critical bugs, quickly. Rob will share examples of some...

Hilary_Weaver-Robb
Quicken Loans
W15

Testing RESTful Web Services

Preview New
Add to calendar
Wednesday, October 18, 2017 - 3:00pm to 4:00pm

A lot of folks doing testing (QAs, BAs, and Devs alike) are experienced with testing applications through the front end—a graphical user interface or a mobile app. However, Hilary Weaver-Robb says that with this type of testing we often miss the internal web services and APIs that power those applications. Integration or web service tests are right in the middle of the Testing Pyramid, so to ensure adequate coverage it’s vital for testers to know how to test at that level. Thankfully, to test web services we can apply many of the same principles we already know. Hilary focuses on...
Jeffery Payne
Coveros, Inc.
K2

Succeeding with Rapid and Continuous Testing

Add to calendar
Wednesday, October 18, 2017 - 4:15pm to 5:15pm

All organizations are running to keep pace with the transformative changes in software development and delivery. You’re on the hook for immediately automating more and more tests to support a more rapid or continuous flow of new features, delivered into production. So, where do you start? Must testers become coders and automate to survive? Must everything be automated? Jeffery Payne argues that the need to automate almost all tests is a misconception. Jeffery explores how automated testing and manual testing are best balanced during rapid and continuous testing. See how you can employ...

Thursday, October 19

Peter de Jager
de Jager and Company Ltd.
T1

Seven Questions to Ask for Successful Change Management

Preview New
Add to calendar
Thursday, October 19, 2017 - 10:15am to 11:15am

Effective communication is key to driving change, and it should be a constant activity before, during, and after any change initiative. This isn’t exactly news. The problem arises when the questioning becomes a bit more detailed. What, exactly, should we be communicating? Successful change management requires answers to more than simply the old reporter’s standby of who, what, when, where, and why. Join Peter de Jager as he shares seven more relevant questions for driving change: Why is this particular change necessary now? What if we don’t address this? What will we be doing...
Geoff_Meyer
Dell EMC
T2

Leverage Big Data and Analytics for Testing

Add to calendar
Thursday, October 19, 2017 - 10:15am to 11:15am

Sabermetrics turned the baseball world upside down by challenging decades-old measures of individual performance and their perceived linkage to team success. After cementing their legacy as the Lovable Losers for 108 years, the Chicago Cubs were able to leverage a data-driven approach to finally win a World Series. An Arkansas high school football coach, devoted to statistical analysis, has won three state championships—by never punting. Formula 1 racing teams collect staggering amounts of telemetry data from their race cars for the purpose of eking out seconds during the course of a race...

Scott_Acker
Likha Solutions, Inc.
T5

Implementing a Test Dashboard to Boost Quality

Preview
Add to calendar
Thursday, October 19, 2017 - 11:30am to 12:30pm

You are responsible for addressing quality problems that are plaguing your product and having an adverse impact on the business. Have you been challenged to provide a simple mechanism for quantifying and tracking key performance indicators selected by your organization. The ultimate goal is an approach that will enable the cross-functional team to identify problem areas so they can take corrective action. Where do you start? Attend this session to learn how you can develop a quantifiable approach to assessing testing effectiveness and addressing quality. Scott Acker shows you a...
Rob_Sabourin
AmiBug.com
T12

Great Scripts I Have Known

New
Add to calendar
Thursday, October 19, 2017 - 1:30pm to 2:30pm

Are there any great scripted tests? Rob Sabourin shares dozens of examples of test scripts from software development projects. In this talk you will be exposed to the good, the bad, and the ugly side of test scripting. You will see some test scripts which have helped to drive profitable businesses, and other test scripts which have almost brought about corporate ruin. Rob explores the many context drivers behind testing, highlighting when and how they can help you focus on what matters. You will see many types of test scripts: smoke tests, FAST tests, business facing regression tests,...

Janet Gregory
DragonFire, Inc.
K4

Key Skills and Attributes for Everyone Who Tests Software

Add to calendar
Thursday, October 19, 2017 - 2:45pm to 3:45pm

As organizations continue to refine their software development and testing approaches, the skills and attributes for the tester role must keep pace with these rapid changes. Many people other than traditional testers are now being asked to conduct testing. Whether you’re a lifelong tester or are just embracing testing from another discipline, there are key skills everyone requires. Janet Gregory presents some key skills and attributes testers need, whether they are practicing agile or more traditional methods. She explores skills such as effective communication as well as technical and...