STARCANADA 2019 - Performance Testing | TechWell

Conference archive

STARCANADA 2019 - Performance Testing

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

Phil Wells
New York Times
W6

Automating the New York Times Crossword

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

The New York Times digital crossword has more subscribers than the population of Iceland. The team responsible for this media mainstay add new features all the time. They release new games, like Spelling Bee and Letter Boxed. They introduce new features, like leaderboards and vertical streaks. They add engaging bonuses like milestone animations to the crossword. How does a team doing so much, with a product so renowned, ensure that they're building in quality with every new release? Join Phil Wells, a software engineer in test for the Games team, as he discusses that very topic. Phil...

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