Fresher to Seasoned: Things I wish I knew

As this new year dawned, I was reminiscing on the fact that I now had more than a decade worth of experience in the IT industry. Back when I started my career, I had a very strong notion of what a successful career would look like at the 10-year mark. As I look back, I can only shake my head at the simplicity and naivety of that idea. So, here are the things that I would tell the 21-year-old me as she started her career.

Bug Advocacy-An Effective Way of Writing A BUG

The excellent bug report raises the issue and provides sufficient data for a good decision.The article describes why do programmers do not fix some bugs so how to report bugs accurately so that the reader understands the impact of the problem and takes up for fix.It describes RIMGEN a guide for how to investigate bugs and communicate better.It also describes about some good Bug reporting skills for a Tester to improve his credibility.

Where are the testers on the spectrum?

My thoughts on the concept of shift left in software testing. 1. Shift left simplistically applied to automating everything in sight is not an ideal solution. 2. Morphing all the diverse roles in software engineering to just have all programmers on team leads losing knowledge present with people who understand different facets of creating software. 3. Leaving testing to the end of a project is not a solution either.

Do Skills come with the Position?

It includes my observation regards to position in my career. You have to work on skills instead of chasing only a position without any effort. Sometimes people get a position but are unable to manage it due to skills and never try to overcome it and problems begin from here.

A path not taught

This article is about my unconventional path into software testing at the age of 50. I often see people asking if they are to old to learn to code to old to change careers. It is also about alternative career paths if you just graduated a coding Bootcamp giving people options that they may have never pursued.

What is Test Design exactly?

Why is test design called test case design? Are writing detailed test cases a design? But how are we identifying the behavior of the software and conditions for the software to get checked? In this article I am trying to share my thoughts on what is test design and what are the skills required to perform test design.

A Tester’s Expected Learning and Unexpected Challenges Voyage

The article is all about a Tester’s Expected Learning and Unexpected Challenges Voyage. Today I have been promoted to a Senior QA Engineer role in the firm I work. This made me recollect on my last 8 years of Testing journey and how I ended up in this role. So here I’m to share my lessons learned and at the same time showcase the challenges I faced in my career path.

Continuous Resiliency testing: Learning from failures

Organizations are now very much concerned about reliability. To improve reliability organizations must ensure resiliency in addition with other factors like functionality performance stability usability accessibility. Reliability is now one of the top priorities for the organization as it ensures superior end-user experience which in turn creates trust and confidence. As a result organizations can create their own brand identity and survive for longer period. Organizations are now conducting continuous chaos testing to ensure resilience and understand how the system handles failure for better reliability. Overall continuous chaos testing not only ensure resiliency but also assists to learn from the failures. Learning from failures also assist in reliability. In this blog I will talk about how continuous resiliency testing assists application/product owners in steady learning from the failures.

Up ↑