STARCANADA 2019 - Performance Testing & Monitoring | TechWell

Conference archive

STARCANADA 2019 - Performance Testing & Monitoring

Tuesday, October 22

TA

Selenium Test Automation: From the Ground Up

Add to calendar
Tuesday, October 22, 2019 - 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. Matt 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. Matt introduces other tools that work with Selenium to help manage the data used to drive your tests, evaluate JavaScript-heavy applications, manage your test...

Chris_Loder
InGenius Software
TK

Automation Framework Essentials

New
Add to calendar
Tuesday, October 22, 2019 - 1:00pm to 4:30pm

Automation is critical in today’s software delivery lifecycle, and yet many organizations struggle to keep their automation running. How can we mitigate difficulties and get consistent automation runs and results we can trust? The secret is implementing a solid automation framework, but that isn’t as easy as it seems. Chris Loder has built several automation frameworks over his career and has learned what works—and, more importantly, what doesn’t. This tutorial will cover what an automation framework is, the benefits of having one, and the keys to a successful framework, including...

Mike_Sowers
Coveros
TL

Quality and Testing Measures and Metrics

Add to calendar
Tuesday, October 22, 2019 - 1:00pm to 4:30pm

To be most effective, leaders—including development and testing managers, ScrumMasters, product owners, and IT managers—need metrics to help direct their efforts and make informed recommendations about the software’s release readiness and associated risks. Because one important evaluation activity is to “measure” the quality of the software, the progress and results of both development and testing must be measured. Collecting, analyzing, and using metrics are complicated because developers and testers often are concerned that the metrics will be used against them. Join Mike Sowers as he...

Wednesday, October 23

Gene Gotimer
Coveros, Inc.
W2

How Fast Is My App? Performance Testing 101

Add to calendar
Wednesday, October 23, 2019 - 10:15am to 11:15am

Product owners and stakeholders love to ask about performance. “Is the app fast? How fast?” What do those questions even mean? Are they interested in the number of transactions per second? The time for the page to load? How many users it can support at once? Performance testing is a much broader topic than just being able to say an application is “fast” or “slow.” There is load testing, stress testing, and soak testing. You can measure transaction times, concurrency, and capacity. You can address some performance issues with more systems, others with more memory or faster processors or a...

ThoughtWorks Canada
W8

Advanced Principles of API Testing | Part 2

Add to calendar
Wednesday, October 23, 2019 - 11:30am to 12:30pm

When your enterprise application is moving from a monolithic to a microservices architecture, migrating your testing approach, design and framework can be quite an undertaking. This interactive workshop will introduce you to new advanced techniques and design patterns. Varuna Srivastava will introduce you to how to use design patterns and teach you how to apply those in your test automation code. Come learn how to put together the advanced concepts of an API test in a framework that is scalable, robust, and easy to read and eliminates the brittleness in your checks. You will leave with...

Valentin Guerlesquin
National Bank of Canada
W10

Performance Testing in a Containerized World

Add to calendar
Wednesday, October 23, 2019 - 1:30pm to 2:30pm

Containerizing applications introduces major changes to the way we run those applications. With Docker and other container orchestrators, we can now share infrastructure and resources, but this introduces the need to control the way resources are used—from a sanity perspective first and a financial objective second. There are several use cases for containerization, from the legacy application replatforming to the creation of a new stateless microservice. Any of those may lead to a specific approach, depending of the risk it brings. This presentation will expose typical risks of...

Thursday, October 24

Chris_Loder
InGenius Software
K3

The Lazy Student’s Guide to Test Automation

Add to calendar
Thursday, October 24, 2019 - 8:30am to 9:45am

Do you loathe regression? Do you tire of the repetitive tasks that are part of your product's lifecycle? If you do, then you might be lazy like Chris Loder. Since his Grade 4 teacher wrote “Chris is lazy” on his report card, it has become his way of life. Chris will share how his “lazy” mindset has enabled him to produce world-class test automation with minimal effort. He’ll show examples of his work with software verification, documentation, reports, and analytical functionality, and even go into the archives to bring out some of his earliest automation efforts. You’ll leave with key...

Talia_Nassi
WeWork
T3

Testing in Production

Add to calendar
Thursday, October 24, 2019 - 10:15am to 11:15am

How do you know your feature is working perfectly in production? If something breaks in production, how will you know? Will you wait for a user to report it to you? What do you do when your staging test results do not reflect current production behavior? In order to test proactively as opposed to reactively, why not test in production?! By testing in production, you will have an increased accuracy of test results, your tests will run faster in production due to elimination of mock/bad data, and you will have a higher confidence before releases. You can accomplish this through feature...