5) Explain what is Maven artifact?
Usually an artifact is a JAR file which gets arrayed to a Maven repository. One or more artifacts a maven build produces such as compiled JAR and a sources JAR.
Each artifact includes a group ID, an artifact ID and a version string.
3) Mention what is Selenium 0?
Selenium 3.0 is the latest version of Selenium. It has released 2 beta versions of selenium 3.0 with few of the below changes:
Here are few new features added to Selenium 3.0
Beta 1 updates | Beta 2 updates (Only for Java) |
---|---|
|
|
|
|
|
|
41) Explain using Webdriver how you can perform double click?
You can perform double click by using
73) What is selenium RC (Remote Control)?
Selenium IDE have limitations in terms of browser support and language support. By using Selenium RC limitation can be diminished.
20) How you can use “submit” a form using Selenium?
You can use “submit” method on element to submit form-
Alternatively you can use click method on the element which does form submission
How to Install and Configure Apache Ant on Windows
Now in this Apache ANT tutorial, we will learn the process of installing Apache Ant on Windows.
We are assuming that you have already downloaded and installed the Java Development Kit (JDK) into your computer. Make sure that the JAVA_HOME environment variable is set to the folder where your JDK is installed. Follow the below steps for installing Ant:
Step 1) Download the binaries. Download the binaries from https://ant.apache.org/bindownload.cgi
Step 2) Unzip Files. Unzip this zip file to a convenient location c:folder. Using Winzip, WinRAR, 7-zip, or similar tools.
Step 3) Create an environment variable. Create an environment variable for “ANT_HOME” and assign the value of a variable to the location of the Ant folder.
Step 4) Go to system settings. Click on “Advanced system settings”.
Step 5) On system properties, Click on “Advanced” tab.
Step 6) Find out environment variables. Click on “Environment variables…” button.
Step 7) Create new user. Click on “New” to create a new user variable.
Step 8) Enter user details. Enter new user variable details
Step 9) User created. Click on “OK” button.
Step 10) Close the screen. Click on “OK” to close the screen.
You can verify for the successful Ant installation by typing “ant -version” command in the command prompt.
You will see the following screen:
Every build will contain three nodes: