QA Evangelist

Basics of OOP

This blog provides an example describing how OOP works by introducing the three most important concepts, inheritance, encapsulation, and polymorphism.
Acceptance Criteria:
“I want to create a software program that has the ability to draw different shapes.”
When you think in terms OOP, don’t think about the details first because you don’t know for sure what attributes and [...]

The reaons why QA Analysts need to know OOPS(Object Oriented Programmings)

In this blog,  several reasons of why QA Analysts need to know OOPS will be fully discussed along with examples. Automation Many of the QA Analysts today are learning to create automation testing and one of the basic knowledge they need is OOPS. In order to automate a test ...


Brief Introdution of J2EE

In this blog, one of the most used web languages J2EE will be discussed in detail including the features, code samples and the well known companies who are using it. J2EE Java Platform, Enterprise Edition or Java EE is a widely used platform for server programming in the Java programming language. The ...


A Taste of Python

Python is a high-level, interpreted, and simple to use programming language. One of its most powerful capabilities is that it can be used to extend  various applications written in other languages which, for example, require scripting or automation. Python possesses these remarkable and powerful components: Modules ...


Modern Day Renaissance

There has not been an age like this since Da Vinci's, where a knowledge of everything is thirst for and searched throughout the world. What do I mean by a renaissance? Well when it comes to computer languages it is best to know many different languages, or to be ...


Brief Introduction of Perl

In this blog, one of the most used web languages Perl will be discussed in detail including the features, code samples and the well known companies who are using it. Perl Perl is a high-level, general-purpose, interpreted, dynamic programming language. Perl was originally developed by Larry Wall in 1987 as a general-purpose ...