Showing posts with label Selenium installation. Show all posts
Showing posts with label Selenium installation. Show all posts

Thursday, September 12, 2013

Selenium : Eclipse Themes

Selenium : Themes


Check out this website for customizing Eclipse 


  1. Download any Theme of "epf" format.
  2.  Eclipse>File>Import>General>Preferences>next
  3.  Select the ".epf" File>Finish
Please check the below website as well :

Removing the Theme : 

  1. Goto : workspace\.metadata\.plugins\org.eclipse.core.runtime\.settings". 
  2. Delete all the contents
  3. Restart Eclipse 

 



Sunday, March 24, 2013

Selenium: Installation in brief

Selenium: Installation in brief 


All the files listed are free of charge and can be downloaded from Google or their official website

1.Download eclipse-jee-helios-SR2-win32.zip
2.Download Selenium from Selenium HQ ,under Selenium Client & WebDriver Language Bindings download Java.
3.Download FireFox (Selenium IDe 1.10.0 is compatble with Firefox 16 and 17)
4.Selenium IDe 1.10.0
5.firebug 1.11.2(works with firefox 17) 
6.firePath 0.9.7(works with firefox 4.0-20)
http://catchbug.blogspot.in/2013/02/configuring-eclipse-helios-for-selenium.html
http://catchbug.blogspot.in/2013/02/integrating-testng-with-eclipse.html

Procedure :

Following are Addons for FireFox
1.Install Firefox 17.0
2.Install Addon Firebug 1.11.2 -For FireFox
3.Install Addon Firepath 0.9.7 -For FireFox
4.Install Addon-Selenium IDe -For FireFox

Configuring Selenium with Eclipse

Eclipse is portable i.e., no installation is needed just unzip and open ".exe" file.
  1. Open Eclipse 
  2. Create a project.   (File ->New-> Java Project ->Give name as PracticeCode)
  3. Create Package under this project 
  4. Under this package > create a new class 
  5. Right click project 
  6. Click Properties
  7. Click Java Build Path
  8. Click Libraries
  9. Click Add External Libraries
  10. Select the Selenium-Client-Driver

----------------------- For those who are looking for a simple Database to work on -------------

Sql Server 2005 express installation files
For windows Xp

1.Install SQL Server 2005 EXPR(install me first) first.
2.Then install Sql Management Studio 2005.
3. If you getan error The file C:\Windows\Microsoft.NET\Framework\[version_number]\mscorlib.tlb could not be loaded"
then install "MicrosoftFixit50701.msi" or go to website do http://support.microsoft.com/kb/918685

-----------------------------------------------------------------------------------------------