Skip to main content

Selenium - Interview Questions


You can get the answers for the below questions through googling.

1) Explain selenium architecture.
2) command to start selenium rc server
3) code for handling pop ups in selenium
4) can we handle windows based applications in selenium webdriver?
5)difference between thread.sleep() and waitForPagetoLoad().
6)difference between ide and rc.
7)why do u use Junit
8)which tool do you use for reporting purpose (we use ANT tool)?
9)Explain your project where you used selenium.
10)how to sort a set of elements in array. write the java code.
11)how to swap two numbers
12)how to find the biggest number out of three numbers?
13)Explain split() method in java
14)what is Tokenizer in Java?
15)Difference between Error and Exception.
16) Different types of exceptions you faced in your project.
17)What are different languages that we can use with selenium?
18)What is selenium core?

Comments

Popular posts from this blog

Rabba - A Soul Song

Appium 1.5

The most awaited Stable version of Appium... 1.5 has been released. Go through the below update from Jonathon. Appium 1.5.0 Released Appium 1.5 The Appium team is extremely proud to announce the release of Appium 1.5! Go ahead and npm install -g appium while you read the rest of this post! Appium 1.5 has been in the works for over half a year, and we would like to share why it's such an important release for us.

Steps to extract audio from a video file using VLC media player

Many of us face a situation where we have our most favorite video song, but we do not have an audio version of it. In my case, i had to convert all my favorite songs from the latest coke studio episodes. So here is the procedure to extract audio from any video file and save it as mp3. Open VLC media Player.  Press Ctrl+R which opens a window titled "Open Media"  Click on "Add" button and select your favorite video from which you wanted to extract the audio. Now, click on the little arrow button present on the "Convert/Save" button in the bottom of the window. Select the option "Convert" from the drop-down. Now a new Window named "Convert" will be opened. Click on the "Browse" button beside the text Destination File and choose an appropriate folder and name to save your output audio file. Once you have named your output file, change the extension from .ps to .mp3 Under the "Settings" section drop-down, se...