Money Making, Software Testing Career And Secrets of a Richest Tester

Money Making, Software Testing Career

Nowadays a lot of people who pass out of engineering and science colleges are interested in taking Software Testing as their career.

When I passed out of my college, IT started to boom back in India, and most of the fresh graduates whom I interacted with didn’t even know that there were jobs or careers in software testing.

I was offered a job as a tester in a startup for 7440 rupees a month when compared to fresh developers (who were picked from better institutes from where I graduated) being paid 34,500 rupees a month.

Read more

How to Implement Efficient Test Automation in the Agile World

Automation-in-Agile

Automation in Agile is very critical.

Think about the many features that are added and delivered to every Sprint.  There has to be a way to make sure that the newly added feature is not impacting the existing functionality.

Due to the low Sprint duration, it is practically impossible to execute the entire suit every time the product is incremented at the Sprint ends.  Having an automated test suit would definitely play a bigger role here.

However, introducing and maturing into automation would definitely take some time. Doing an initial investment in planning and designing the automation activity would definitely pay off in the long run.

Read more

Some Tricky Manual Testing Questions & Answers

Manual Testing Question and Answer

Interviews play a major role in the life of any human. Mostly all of us aim to clear the interviews on the first attempt.

In this tutorial, you will learn some tricky manual testing questions and answers, along with examples to help you crack the interview easily.

These interview questions will be very useful for beginner, intermediate, and experienced testers. These questions are quite tricky, hence you need to answer them carefully.

Let’s move on!!

Read more

Continuous Integration Process: How to Improve Software Quality and Reduce Risk

Continuous Integration process

This article is an extensive Continuous Integration Process Tutorial for the benefit of our readers. 

In our previous tutorial, we have explained how Shift left testing in detail.

Earlier, we understood the nuances of Continuous Delivery (CD) where we have production-ready software at any point via continuous feedback loops. Continuous integration (CI) is the real meat behind the CD process and is the reason that makes Continuous Delivery possible.

To understand CI, let’s take the terms at face value and deduce a basic definition. The first word means “ongoing” or “frequent” and the second “merged” or “made part of”. So CI is a process where something is being “merged”-“frequently”.

Logically the next question is: What is something being merged and where is it merged?

Considering that the CD is just the conceptual extension of CI, the answer is sort of obvious, isn’t it?

The “something” that is being merged is code and the “where” is a repository or Version control.

Thus, continuous integration is a process where the code is checked into a repository very frequently.

Additionally, as discussed in the previous article, tests are run immediately to catch any errors each time a code check-in happens thereby setting up the necessary feedback loop for a Continuous Delivery.

Suggested Reading => Excellent DevOps Training Tutorials

Read more

How to Make Agile Estimation Process Easy With Planning Poker

Planning Poker Technique

In this article, we will learn about the Planning Poker Technique also called Scrum Poker Cards. It is an agile estimation process and planning technique, which is very popular, easy, and simple.

The art of estimation is known to all. We estimate every day in our lives. Most of us can estimate the weight of the vegetables just by holding them and even gauge the ripeness of a fruit by its aroma.

Read more

Role of Business Analysts in SCRUM and Why is a QA Best for this Role?

Role Of Business Analysts In SCRUM And Why Is A QA Best For This Role_

In this article, we have explained the role of Business Analysts in SCRUM and why QA is the best for this role. Let’s get started.

A Business Analyst who is briefly referred to as a BA plays a very important role in SCRUM. This person is the link between the product owner/customer and the technical IT team.

Though we have come across several tutorials on our website on BA, we assure you that this tutorial will be unique and explain to you the importance of BA in SCRUM.

Let’s Begin!

=> Check ALL Business Analyst Tutorials Here.

Read more