Community
Sessions
Talks and community sessions aimed at testers, SDETs, and QA engineers building technical depth.
15 entries

Journey of Journey Programming Language
There are so many programming languages out there yet Journey Programming language written in Rust tries to attempt to solve some regular problems in testing
Aug 27, 2023

ABCs of Security Testing
A brief introduction about some of the basic security testing that you must have for all your Testing
Jul 24, 2023

Test data Strategy for Test Automation - With various frameworks
Flutter community already has a great package called flutter_driver, yet in some scenarios using flutter_driver could be limiting. There comes flutter_appiun_driver with all power of Appium along with support for flutter. I will demonstrate a simple use case with the modified counter app (the modification is to accommodate the use case). The session is centered around the demonstration of use-case, code when to use it with the help of a small, compact, and full-fledged automation suit.
Jun 9, 2023

Fixtures in playwright
Make your playwright test much orgnised and dry using Fixtures.
Jan 18, 2023

Effectively Reading Emails In Test Automation
This Demonstration shows how you can read emails in your automation without introducing flakiness.
Dec 20, 2022

Selenium 4 - Mocking API Calls
Mocking API Calls With Network Intercept Feature of Selenium 4
Nov 28, 2022

Setting up Basic RestAPI Automation with Java, Maven, Rest Assured and TestNG
Setting up Basic RestAPI Automation with Java, Maven, Rest Assured and TestNG
Sep 11, 2022

Detecting Memory Leak by Performance Test
Lets detect a real world memory leak by performance test using load test
Jun 12, 2022

Automation Beyond Tests - Testdata as Code
This talk will demonstrate different tools along with one open-source tool "Corr" (that I made) to write test data as code. One can parameterize, randomize, correlate data creation steps in this code and each code snippet can be directly run from the IDE plugin that supports this data creation code language
Dec 1, 2021

Appium Flutter Driver - A Use Case Demo
Flutter community already has a great package called flutter_driver, yet in some scenarios using flutter_driver could be limiting. There comes flutter_appiun_driver with all power of Appium along with support for flutter. I will demonstrate a simple use case with the modified counter app (the modification is to accommodate the use case). The session is centered around the demonstration of use-case, code when to use it with the help of a small, compact, and full-fledged automation suit.
Nov 15, 2021

Use Cypress Like A Pro
In the previous session, we got you started with Cypress. In this session, we will help you use Cypress like a pro... :-)
May 8, 2021

Get Started With Cypress
With so many UI automation tools available, what makes Cypress such a popular and compelling choice? What advantages does it offer over its competitors? What's it like testing with Cypress?
Apr 24, 2021

Using corr for Automating Test Data Creation
Using corr for Automating Test Data Creation
Nov 1, 2020

Consumer Driven Contracts
A short and simple exercise to practice outside-in TDD using test doubles.
Sep 24, 2020

Test Automation 101 For Flutter Apps
This Kata is helpful to understand how to identify test cases along with writing code. How to convert exploratory scenarios into know tests.
Jul 6, 2020