Sessions
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
ABCs of Security Testing
A brief introduction about some of the basic security testing that you must have for all your Testing
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.
Fixtures in playwright
Make your playwright test much orgnised and dry using Fixtures.
Effectively Reading Emails In Test Automation
This Demonstration shows how you can read emails in your automation without introducing flakiness.
Selenium 4 - Mocking API Calls
Mocking API Calls With Network Intercept Feature of Selenium 4
Setting up Basic RestAPI Automation with Java, Maven, Rest Assured and TestNG
Setting up Basic RestAPI Automation with Java, Maven, Rest Assured and TestNG
Detecting Memory Leak by Performance Test
Lets detect a real world memory leak by performance test using load test
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
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.
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... :-)
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?
Using corr for Automating Test Data Creation
Using corr for Automating Test Data Creation
Consumer Driven Contracts
A short and simple exercise to practice outside-in TDD using test doubles.
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.