SELENIUM -------- DAY1 -------- 1.Introduction to selenium 2.Import module and download drivers 3.Browser Launch QUESTIONS(Theory) ----------------- 1.What is Automation Testing and benefits? 2.Why should Selenium be selected as a test tool? 3.What is Selenium? What are the different Selenium components? 4.What is the difference between Selenium IDE, Selenium RC, and WebDriver? 5.What is the latest version of selenium jar file and how you will import selenium module with pycharm community Edition? 6.Can Google Chrome be supported by Selenium IDE? 7.What are the different browsers supported by selenium? 8.What is the Class name for the below browsers, 1.Firefox browser 2.Chrome browser 3.IE 4.safari browser 5.Opera browser 9.What is the method name to launch the url? 10.What are parameter used to get the title and current URL? 11.What is the difference between close() and quit()? QUESTIONS(practical) ---------------------- 1.Launch the below URL's in firefox browser: ------------------------------------------- 1.Google - https://www.google.com/ 2.Facebook - https://www.facebook.com/ 3.Amazon - https://www.amazon.in/ 4.Greens technologys - http://greenstech.in/selenium-course-content.html 2.Launch the below URL's in chrome browser: ------------------------------------------ 1.Google - https://www.google.com/ 2.Gmail - http://gmail.com/ 3.Flipkart - http://www.flipkart.com/ 4.Greens technology - http://greenstech.in/selenium-course-content.html 3.Launch the below URL's in IE browser: -------------------------------------- 1.Google - https://www.google.com/ 2.Gmail - http://gmail.com/ 3.Flipkart - http://www.flipkart.com/ 4.Greens technology - http://greenstech.in/selenium-course-content.html