Skip to main content

Posts

Showing posts with the label Windows

Beginners Installation of Selenium->TestNG ->Cucumber for Win and Mac OS _ Part- 2

                 As you have checked in my  previous blog how to install java and Maven on windows as well as Mac OS. you can go ahead installing TestNG and Cucumber on your systems. To give a little overview.. TestNG TestNg is an open source automation testing framework in which NG stands for "Next Generation" TestNG is inspired from JUnit and NUnit introducing some new functionality that makes it more powerful and easier to use. To install TestNG to Eclipse 1-open eclipse  go to help->Eclipse marketplace-> search for TestNG-> and install confirm the installation of TestNG Click on finish to complete the download If cucumber plugin is not available under eclipse marketplace  then user other method 2- Open eclipse go to help->Install new software->click on "Add" button enter Name - "TestNG" Location  " http://beust.com/eclipse "   Can be used for eclipse 06-18  For eclipse 09-18 use the link...

Beginners- Installation of Selenium ->Maven for Win and Mac OS_ Part-1

Most of you are might want to switch from manual testing to automation or starting a career in automation testing, here I am going to lay down few guidelines to install selenium/TestNG/Cucumber, on Windows as well as Mac OS I hope this would help you out for hassle free installation. Windows Download java In order to install selenium on you system check if Java is present in your system preferable(1.8.) 1. open command prompt(cmd) 2. type -> Java -version if java is not installed please download the above mentioned version of Java from here , for windows files are .exe files Download eclipse To download and install eclipse for Windows use this  link  (zip file)  Download Maven Download Maven by using this link   on your system using the mentioned link, click on "Binary Zip archive" link which is a compressed file, extract (.exe) and install maven Setting up environment variables Java Go to system properties-> click on environment variables->clic...