Learn Selenium and Java for Selenium

Sunday, 15 July 2018

WebServices Test Automation-Introduction

What is WebServices? WebServices are set of rules and protocols which helps in communication between two software on same or different platforms. For implementing these webservices there are two popular approaches: REST: REST stands for REpresentational State Transfer. This requires less bandwidth...

Saturday, 14 July 2018

What are collections in JAVA?

What are Collections in JAVA? Today we will be learning of Collections , Collections in java are used to store different object in a single unit.It is like a jar of chocolates Now let us understand why we need Collections? As java Collections framework provide useful set of classes and its methods which are very powerful. If we need to perform algorithm operation we can perform that,...

Sunday, 8 July 2018

Strings in Java : Part 7

String Methods Remember our last post focused on usage of split() method in string in case you have missed seeing that you can see our Strings in Java : Part 6 Post , now we are going to explain some of the easy and most commonly used string methods here , String toLowerCase() This method converts all the character in string to the lower case String toUpper() This method converts all the...

Saturday, 7 July 2018

Strings in Java : Part 6

String Methods Exited about the next method that we are going to explain is Split() method in string. It is commonly asked method in the interviews and it is used most frequently in the Automation projects. Split() method in short returns the array of the string based on the delimiter provided in the method. So let us understand the basic syntax and usage of the split method String split() The...

Tuesday, 19 June 2018

What is Scrum meeting ? What happens in this meeting? Who participates in the meeting?

Have you been thinking about the above questions but not getting the relevant answer? Please keep reading. Scrum meeting is a part of Agile testing environment. When you are working in an Agile based environment, you will encounter scrum meeting on daily basis. Basically, Scrum meeting happens as first thing in the morning as your office day starts. Usually, it goes for 15-20 minutes. It is called...

What is Gradle?

Have you been hearing the term “Gradle” but not sure what it is? Let me give you a short and crisp overview.       Gradle is a build management tool for the JVM.      Gradle is based upon groovy scripting. But, you do not need to learn Groovy to understand it.      When you create a gradle project, you get build.gradle file and settings.gradle...

What is Maven?

Maven is a build automation tool. With Maven we can import all libraries and can also create project structures.  A Maven is basically a tool used to compile our applications. It helps to develop and managing project structure or applications like deployment, clean, packaging, jar and many more features for the Java-based project. When you create a Maven project,you get two folders: src/tests...

Popular Posts

Recent Posts



Newsletter

Join our newsletter to get secret tips directly in your inbox!


*We Hate Spam!

Powered by Blogger.