Saturday, May 31, 2014

Selenium: Class 1005 - Kapil Sharma

Selenium: Class 1005 (Selenium-WebDriver A.K.A Selenium 2.0)

Language: Java, C#, Ruby, Python, JavaScript.

Client Version: 2.42

Java based Selenium Web Driver: Url: http://selenium.googlecode.com/git/docs/api/java/index.html

The Selenium Web driver JAR file size user needs to download is 23.6 MB. 

And after download this external .jar they need to add them in Eclipse IDE external JAR location.

Its same as adding Android SDK or any other external libraries in the eclipse ide. Don't worry if you don't know how to add external .jar files in ide. 

I will soon share a CBT on youtube channel, so follow the same and you are able to do it in quick time :) 

Here is the screen-shot of extracted / unzipped selenium web driver .jar. 






Wednesday, April 30, 2014

Selenium: Class 1004 - Kapil Sharma

Selenium: Class 1004 (Selenium-WebDriver A.K.A Selenium 2.0)

This variant of selenium is more robust test automation suit for web browser automation QA. 

Selenium WebDriver comes to life by fusing two open-source projects:
1.) Selenium.
2.) Web-Driver.

 URL: http://docs.seleniumhq.org/docs/03_webdriver.jsp

To start knowing more please go thorugh the above mentioned url. After you have some basic idea regarding this automation suit. I will show you in next class how to download and use this framework using Eclipse IDE and we start writing some tests :) 

So, gear up in upcoming days, we all writing selenium web driver automation tests in Java and C#. 



Tuesday, March 18, 2014

Selenium: Class 1003 - Kapil Sharma


In this class we learn how to use Selenium IDE.

I shared the very basic test steps how to record user actions on this tool. 


Follow the 1-6 steps in-printed on the screen-shot, so that any one easily use this test automation tool. 


Monday, February 24, 2014

Selenium: Class 1002 - Kapil Sharma

Now, we have installed 'Selenium-IDE' on firefox browser. 

To open up this tool, we first click on the 'Tools' and than click ont he Selenium-IDE. 

Or

The installed Selenium-IDE tool icon also start showing up in the top right-hand corner of the browser tool bar.



When user opens the Selenium IDE tool, having menu options named as following:

File, Edit, Actions, Options, Help. And the tool name and its version showing up in the top title bar. 




Selenium: Class 1001 - Kapil Sharma

What is Selenium?
It's a open source test automation tool, used by many IT-MNC through out the globe for auto-QA.

From where to get it or download from?

Go to the shared site. And select 'Selenium IDE'. Make sure you are using Firefox Mozilla internet browser.
http://docs.seleniumhq.org/download/

Which version we should download?

Latest stable release is version 2.5.0, release on 01/01/2014

Where to proceed after installing the Selenium IDE tool. 
Start with the documentation section and read some basic information about this tool.

Step-By-Step: Screen-shots: