🫨 Should an SDET move over to SDE?
This question often crosses the mind of people working as an SDET one or more times during their careers. In this blog, I offer a personal story from my own ...
This question often crosses the mind of people working as an SDET one or more times during their careers. In this blog, I offer a personal story from my own ...
Strategies and tips on how to approach platform engineering work while working in a product team as an SDET
A post on how self-learning on your own time can bring you compounding effects in your engineering career that your day job just might not!
Talks I saw and what I learned from them, tools and solutions explored at booths and the people I met
Learn how to write a load test for a locally hosted gRPC Java service using locust4j and run it on a local locust python-based master service
Explore how to write a Functional API test for gRPC API with the live service
Grasp internals of how a client is written, and unit test it with a positive and negative case with a fake service implementation.
How is a service method implemented, What is the basic anatomy of a server unit test, grasp GrpcCleanupRule, InProcessServer and InProcessChannel. Let’s go ⚡
What is gRPC, its basic nuts and bolts, how to setup a server and explore APIs via gRPC web UI
A deeper look at disproportionately staffed engineering teams and what can we as leaders do to nudge this into more healthier and balanced directions
How do engineering teams at Meta enable Quality for an app with a 2B+ monthly active users
How does Meta do performance reviews for their software engineers? Let’s find out. 🤓
Meta-engineering culture is driven by obsessing over the impact and the use of data to support and inform decisions. This is a core engineering value and lea...
Meta encourages engineers to spend time on work that improves engineering efficiency and also take time to huddle for a week to focus on creative problem sol...
How engineers and leaders at meta promote an Open culture of transparency through Weekly Q&A, Bring your own coffee (BYOC), Office hours and sharing cont...
At meta, Software engineers/developers own writing tests for their features and code, They are supported by dedicated teams and a sophisticated test infra th...
Each new engineer @ meta goes through a 6-week intensive boot camp program that sets them up for success in their future teams and roles. Let’s unpack how th...
How software engineers at meta have a lot of autonomy in choosing what they work on
In this post we discuss the practice of doing your research first to unblock yourself and asking questions
I recently switched to Meta London as a Software Engineer. This post talks about my interview experience and journey, how I prepared and resources for these ...
Here to announce that the course on building an API test automation framework using Python is finally live on Test automation university. Check it out
We explore using pytest xdist plugin to run tests in parallel for our framework
Any framework is incomplete without a robust test results reporting setup, In this post, I walkthrough how to setup pytest to ReportPortal integration for pe...
So far we’ve seen how to do something using a specific module in python and their syntaxes. In this post we explore what could be a good API automation frame...
Asserting that your api’s are returning responses conforming to valid schema contracts is very important. With a data validation library its often quite easy...
In this post, we explore how to perform serialization/de-serialization of JSON and use JsonPath to parse JSON strings which forms a crucial building block of...
Working with XML in any test automation framework specially API is inevitable, In this post we see how to write tests for an API that returns XML response an...
Using a good assertion library can supercharge your automation framework. In this post we see how assertpy library could be useful and see some examples of i...
Learn how to make http requests in python using requests and pytest for a locally hosted Flask API
Introduction to the course and setting up python and required dependencies for building an API framework
Working with virtualenvs in python can be a bit tricky initially, Luckily we have pipenv now, which makes it quite easy to create, edit, delete and manage yo...
Walkthrough of how we can use Locust to set up a simple test for a mocked API
I attended my first pycon in 2018 in hyderabad. Here are my key learnings from the different talks
Understand what duck typing in python means with an example
Is testing a dead-end career? Should I continue in testing? If I’m still here, how do I grow? Is there a future? In this blog, I provide my take on this freq...
Does it matter? Maybe … maybe not. But … It doesn’t hurt to be clear
This question often crosses the mind of people working as an SDET one or more times during their careers. In this blog, I offer a personal story from my own ...
Talks I saw and what I learned from them, tools and solutions explored at booths and the people I met
Learn how to write a load test for a locally hosted gRPC Java service using locust4j and run it on a local locust python-based master service
Explore how to write a Functional API test for gRPC API with the live service
Grasp internals of how a client is written, and unit test it with a positive and negative case with a fake service implementation.
A random unordered list of skills, approaches, habits, and growth ideas that I wish I had known at the start of my testing career to mature and compound faster
How is a service method implemented, What is the basic anatomy of a server unit test, grasp GrpcCleanupRule, InProcessServer and InProcessChannel. Let’s go ⚡
What is gRPC, its basic nuts and bolts, how to setup a server and explore APIs via gRPC web UI
A deeper look at disproportionately staffed engineering teams and what can we as leaders do to nudge this into more healthier and balanced directions
How do engineering teams at Meta enable Quality for an app with a 2B+ monthly active users
How does Meta do performance reviews for their software engineers? Let’s find out. 🤓
Meta-engineering culture is driven by obsessing over the impact and the use of data to support and inform decisions. This is a core engineering value and lea...
Meta encourages engineers to spend time on work that improves engineering efficiency and also take time to huddle for a week to focus on creative problem sol...
How engineers and leaders at meta promote an Open culture of transparency through Weekly Q&A, Bring your own coffee (BYOC), Office hours and sharing cont...
At meta, Software engineers/developers own writing tests for their features and code, They are supported by dedicated teams and a sophisticated test infra th...
Each new engineer @ meta goes through a 6-week intensive boot camp program that sets them up for success in their future teams and roles. Let’s unpack how th...
How software engineers at meta have a lot of autonomy in choosing what they work on
In this post we discuss the practice of doing your research first to unblock yourself and asking questions
How do engineering teams at Meta enable Quality for an app with a 2B+ monthly active users
How does Meta do performance reviews for their software engineers? Let’s find out. 🤓
Meta-engineering culture is driven by obsessing over the impact and the use of data to support and inform decisions. This is a core engineering value and lea...
Meta encourages engineers to spend time on work that improves engineering efficiency and also take time to huddle for a week to focus on creative problem sol...
How engineers and leaders at meta promote an Open culture of transparency through Weekly Q&A, Bring your own coffee (BYOC), Office hours and sharing cont...
At meta, Software engineers/developers own writing tests for their features and code, They are supported by dedicated teams and a sophisticated test infra th...
Each new engineer @ meta goes through a 6-week intensive boot camp program that sets them up for success in their future teams and roles. Let’s unpack how th...
How software engineers at meta have a lot of autonomy in choosing what they work on
In this post we discuss the practice of doing your research first to unblock yourself and asking questions
Strategies and tips on how to approach platform engineering work while working in a product team as an SDET
A post on how self-learning on your own time can bring you compounding effects in your engineering career that your day job just might not!
A random unordered list of skills, approaches, habits, and growth ideas that I wish I had known at the start of my testing career to mature and compound faster
I recently switched to Meta London as a Software Engineer. This post talks about my interview experience and journey, how I prepared and resources for these ...
Software development engineer in Test is a popular role/title in Testing space. In this post I share my thoughts on what this role means and some of the skil...
Software testing and Test automation is nuanced field. There are many common sense truths that engineers should take care. This post elaborates on a twitter ...
I started my career as a professional Software tester and Automation engineer 10 years ago on this very day. This post is me reflecting on how this decade we...
Learn how to find a non unique element using a unique sibling element with espresso
Links to Code samples, blog posts, slides and quizzes used in the tutorial
Learn how to automate WebViews in hybrid android apps using espresso-web
Make your espresso test resilient by using idling resources to handle synchronization when needed
Learn how to automate android intents (with and without stubbing) using espresso
Learn how to automate android list controls like AdapterView and RecyclerViews using espresso
Getting started with Android automation using Espresso
Learn how to find a non unique element using a unique sibling element with espresso
Links to Code samples, blog posts, slides and quizzes used in the tutorial
Learn how to automate WebViews in hybrid android apps using espresso-web
Make your espresso test resilient by using idling resources to handle synchronization when needed
Learn how to automate android intents (with and without stubbing) using espresso
Learn how to automate android list controls like AdapterView and RecyclerViews using espresso
Getting started with Android automation using Espresso
Learn how to find a non unique element using a unique sibling element with espresso
Links to Code samples, blog posts, slides and quizzes used in the tutorial
Learn how to automate WebViews in hybrid android apps using espresso-web
Make your espresso test resilient by using idling resources to handle synchronization when needed
Learn how to automate android intents (with and without stubbing) using espresso
Learn how to automate android list controls like AdapterView and RecyclerViews using espresso
Getting started with Android automation using Espresso
Talks I saw and what I learned from them, tools and solutions explored at booths and the people I met
Learn how to write a load test for a locally hosted gRPC Java service using locust4j and run it on a local locust python-based master service
Explore how to write a Functional API test for gRPC API with the live service
Grasp internals of how a client is written, and unit test it with a positive and negative case with a fake service implementation.
A random unordered list of skills, approaches, habits, and growth ideas that I wish I had known at the start of my testing career to mature and compound faster
How is a service method implemented, What is the basic anatomy of a server unit test, grasp GrpcCleanupRule, InProcessServer and InProcessChannel. Let’s go ⚡
Mobile apps should be tested not just under WiFI but under “more” realistic network conditions. In this post we see how we can simulate these conditions on A...
Using adb and command line can simplify and ease many tasks that are otherwise performed via a UI. In this post, we cover how to use adb/scrcpy to perform so...
A post on how to use adb and aapt tools in android sdk to figure out the package and activity names for use in Appium desired capabilities.
My Experience as a first time speaker in a test automation conference and the awesome talks and tools that I learned about.
Not your traditional hard tech skills but rather equally important
Understanding how different testing organizations are setup in enterprise, small product, hyper growth scale up and big tech companies based on my personal e...
I recently switched to Meta London as a Software Engineer. This post talks about my interview experience and journey, how I prepared and resources for these ...
Software development engineer in Test is a popular role/title in Testing space. In this post I share my thoughts on what this role means and some of the skil...
Software testing and Test automation is nuanced field. There are many common sense truths that engineers should take care. This post elaborates on a twitter ...
Is testing a dead-end career? Should I continue in testing? If I’m still here, how do I grow? Is there a future? In this blog, I provide my take on this freq...
Does it matter? Maybe … maybe not. But … It doesn’t hurt to be clear
This question often crosses the mind of people working as an SDET one or more times during their careers. In this blog, I offer a personal story from my own ...
Talks I saw and what I learned from them, tools and solutions explored at booths and the people I met
A deeper look at disproportionately staffed engineering teams and what can we as leaders do to nudge this into more healthier and balanced directions
Learn how to write a load test for a locally hosted gRPC Java service using locust4j and run it on a local locust python-based master service
Explore how to write a Functional API test for gRPC API with the live service
Grasp internals of how a client is written, and unit test it with a positive and negative case with a fake service implementation.
How is a service method implemented, What is the basic anatomy of a server unit test, grasp GrpcCleanupRule, InProcessServer and InProcessChannel. Let’s go ⚡
What is gRPC, its basic nuts and bolts, how to setup a server and explore APIs via gRPC web UI
Sometime back, I tried to update my Kotlin test code using TestNG to use data providers and Before/After annotations and it did not work immediately. After s...
TestNG is a popular test framework that needs no introduction in the JVM (Java virtual machine) ecosystem and can be used for automating your tests regardles...
Data providers are not new, they are a cool feature in TestNG, in this post, we see how to implement these in Kotlin language
Walking through how to group and run your testNG tests via gradle and to avoid common pitfalls.
At meta, Software engineers/developers own writing tests for their features and code, They are supported by dedicated teams and a sophisticated test infra th...
Each new engineer @ meta goes through a 6-week intensive boot camp program that sets them up for success in their future teams and roles. Let’s unpack how th...
How software engineers at meta have a lot of autonomy in choosing what they work on
In this post we discuss the practice of doing your research first to unblock yourself and asking questions
Is testing a dead-end career? Should I continue in testing? If I’m still here, how do I grow? Is there a future? In this blog, I provide my take on this freq...
Does it matter? Maybe … maybe not. But … It doesn’t hurt to be clear
This question often crosses the mind of people working as an SDET one or more times during their careers. In this blog, I offer a personal story from my own ...
Strategies and tips on how to approach platform engineering work while working in a product team as an SDET
Data providers are not new, they are a cool feature in TestNG, in this post, we see how to implement these in Kotlin language
2nd part in a series on how to write idiomatic Kotlin, Read first part here
Part 1 of a series of posts on why coding in kotlin makes so much sense over java.
How to push logs into ReportPortal using logback in a Kotlin/TestNG/Gradle project
ReportPortal is one of the new reporting solutions available. It supports multiple different test frameworks like TestNG, Cucumber, Pytest and many more. Thi...
TestNG is a popular test framework that needs no introduction in the JVM (Java virtual machine) ecosystem and can be used for automating your tests regardles...
Any framework is incomplete without a robust test results reporting setup, In this post, I walkthrough how to setup pytest to ReportPortal integration for pe...
How to push logs into ReportPortal using logback in a Kotlin/TestNG/Gradle project
ReportPortal is one of the new reporting solutions available. It supports multiple different test frameworks like TestNG, Cucumber, Pytest and many more. Thi...
A quick post on how git amend command can help you fix and change your last commit if you want to add something more or have made a mistake.
GIT is one of the most popular SCM tools being used these days, and even though there are lot of UI interfaces to it (Source tree, GIT extensions etc), It re...
Is testing a dead-end career? Should I continue in testing? If I’m still here, how do I grow? Is there a future? In this blog, I provide my take on this freq...
This question often crosses the mind of people working as an SDET one or more times during their careers. In this blog, I offer a personal story from my own ...
Walkthrough of how we can use Locust to set up a simple test for a mocked API
In the Software Industry, Testers possess different titles. Sometimes these can cause different confusions in terms of roles/scope. In this post, I share wha...
Mob testing is a very useful testing practice to encourage the whole team to test together and more often and is really effective at finding bugs while teach...
I started my career as a professional Software tester and Automation engineer 10 years ago on this very day. This post is me reflecting on how this decade we...
I recently switched to Meta London as a Software Engineer. This post talks about my interview experience and journey, how I prepared and resources for these ...
I recently switched to Meta London as a Software Engineer. This post talks about my interview experience and journey, how I prepared and resources for these ...
I’m really excited to announce the start of my you tube channel on Software Engineering and Testing
I’m really excited to announce the start of my you tube channel on Software Engineering and Testing
Understanding how different testing organizations are setup in enterprise, small product, hyper growth scale up and big tech companies based on my personal e...
Not your traditional hard tech skills but rather equally important
How do engineering teams at Meta enable Quality for an app with a 2B+ monthly active users
Talks I saw and what I learned from them, tools and solutions explored at booths and the people I met
Strategies and tips on how to approach platform engineering work while working in a product team as an SDET