Java Basics
What is Java Class?

What is Object in Java ?

Static vs Non Static Methods

Method Syntax

Search for a command to run...




No comments yet. Be the first to comment.
What is Maven ? Maven is a build tool. It is used to manage Java libraries All libraries are defined in pom.xml file in java project. Each library is added as dependency in pom.xml How do you do driver setup in selenium ? We do driver setup usin...
Tell me about your self - Nirmaan I am swetha vechalapu. I have 2 years of experience as software engineer in ASM IT Solution. As a software engineer I worked on developing static web pages using html and css. I also automated it using selenium. ...
What is requirement ? A requirement in software engineering is a feature of new software that someone wants. Below is that Example of a requirement: Develop a blog Blog should have cards Blog should have comments sections Testing Flow Test Ca...
What is selenium ? Selenium is used for UI / Web Automation. Selenium is a java library. It has lot of methods to interact with browser. It does not support desktop application. It does not support API Automation It supports almost all browser l...