Talks

A journey of Journey Programming Language written by Tester
In 2023 I presented at conf42 rustlangs online conference. I presented my experience of building an open source tool with its own programming language. There are so many programming languages out there, yet i felt need for writing another one, specially for catering Testing needs. And then I chose rust which I had no idea about. And it turned out as successful choice as the language is being consumed for testing needs by my past clients. In this talk I spoke about this overall adeventure that I went through in past couple of years.
Automation beyond test - Test Data as Code
In 2021 I presented at Agile India conference sharing insights about how we can treat test data as code. Whenever we talk about automation we generally limit ourselves to tests (Be them Unit, Integration, or End to End). Yet, We spend a considerable amount of time on Test Data Creation (Unknowingly and Unwillingly) during many other Day to Day activities. In this talk, I demonstrated 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
In 2021 I presented at Appium conference talking about how to automate fullter apps which also deal with native screens. Flutter community already has great package 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 demonstrated a simple use case with modified counter app (the modification is to accommodate use case). The session was mostly centred around demonstration of use-case, code, when to use it with the help of a small, compact and full-fledged automation suit.
Using corr for Automating Test Data Creation
In 2020 I presented at TAQELAH webinar talking about how to automate test data creation using corr tool. This was a lighting talk talking about various features that tool provides to automate test data creation part of testing.