7 Myths about software testing
Common misconceptions about testing and the people who perform it.
Common misconceptions about testing and the people who perform it.
Thoughts on why testers need to think beyond their role and evolve to become quality coaches for the whole team.
Part 1 of a series of posts on why coding in kotlin makes so much sense over java.
My Experience as a first time speaker in a test automation conference and the awesome talks and tools that I learned about.
Walking through how to group and run your testNG tests via gradle and to avoid common pitfalls.
Key takeaways from Robert C Martin (Uncle bobs) book on clean code
What are some of the first principles of testing that every tester/engineer should know of
I attended my first pycon in 2018 in hyderabad. Here are my key learnings from the different talks
Hi there! So apart from the obvious reference to the Dark knight trilogy, I think this is quote in a small way highlights how great Vim is. Once put in pract...
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...
Understand what duck typing in python means with an example