Author: Naman Singhal

Exploring String class in Java

Exploring String class in Java

In Java, String class is a sub-class of java.lang and there are available to all programs automatically. Java implements String as objects of String unlike other programming language which implements it as character arrays....

Argument passing in JAVA

Argument passing in JAVA

Argument passing in java is one of the most important topic to cover, Here I am going to elaborate that what happens when different types (primitive or objects) are passed into a method in...

Reading e-mail using Javamail api

Reading e-mail using Javamail api

In this post we are going to see how to read e-mail using Javamail api. Like in a complete and robust automation test framework, it is very important if the automation script is smart...

Understanding Agile – In simple Words

Understanding Agile – In simple Words

Now a day’s much information is available on the Agile Methodology of software development. But being novice about Agile, it sometimes proves hard to imbibe that information because they talk just the same things...