- Selenium 1 = Selenium Remote Control
- Selenium 2 = Selenium Webdriver, which combines elements of Selenium 1 and Webdriver.
- Selenium 3 = Selenium 1 + Selenium 2 (RC is deprecated and moved to legacy package)
Sunday, July 7, 2019
Related Posts:
Difference between Selenium 1, Selenium 2 and Selenium 3 Selenium 1 = Selenium Remote Control Selenium 2 = Selenium Webdriver, which combines elements of Selenium 1 and Webdriver. Selenium 3 = Selenium 1 + Selenium 2 (RC is deprecated and moved to legacy package) … Read More
Introduction to Test Automation What is Test Automation: Test Automation or Automation Testing is a method of automating execution of tests and then compares actual test results with predicted or expected results using special softwar… Read More
Selenium Introduction What is Selenium: Selenium is an Automation Testing Framework which automates web applications for testing purposes. It is an open source and mainly used for automating functional tests and regression tests. Note: It can b… Read More
Introduction to Java What is java? Java is a programming language and a computing platform for application development. It was first released by Sun Microsystem in 1995 and later acquired by Oracle Corporation in 2010. In 2006 Sun started … Read More
Introduction to Software Testing What is Software Testing: Software Testing is a process of verifying or validating an application with the intention of finding bugs or defects. This can be done through either manually or using automation tool.… Read More
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment