automation testing - Selenium is a free and open source test automation tool for testing web applications. In this selenium tutorials you will learn about selenium IDE, selenium RC, selenium webdriver, selenium framework, TestNG reporting, locators to identify web elements, interview questions, and selenium quiz.










Welcome to selenium99 automation tutorials. In this selenium tutorials, you will learn selenium basics and advanced concepts, core java basics and selenium interview questions.
What is Testing:
It is a process of testing the software to verify that it meets the specific user requirements and to find defects or errors in the application under test. It is of two types.
  1. Manual Testing
  2. Automation Testing
Disadvantages of Manual Testing:
  • It is very time-consuming.
  • For each and every sprint or release you have to run the same set of test cases.
  • Selenium is a free and open source test automation tool for testing web applications.
  • Results were less accurate.
  • In case of database-related testing, comparing huge amounts of data is not possible.
Automation:
Automation means using a software to do the operations like login, page verification, report comparisons, clicking on a link or button etc. It involves automating the manual process to reduce the effort, time and cost. Automation Testing is done by third-party tools like QTP, Selenium, TOSCA, and RFT (Rational Functional Tester) etc.

Selenium can be installed on most of the operating systems like

  • Windows  
  • Linux  
  • Apple iOS   etc.

Cross browser testing is possible using selenium i.e., we can run the test scripts in different browsers like

  • Firefox  
  • IE  
  • Chrome  
  • Opera  
  • Safari   etc.
Selenium is a suite of tools having various testing functions used to test all types of web applications. One of the key features in selenium is “Multi-browser testing“.

Selenium: Welcome to selenium99 automation tutorials. In this selenium tutorials, you will learn selenium basics and advanced concepts, core java basics and selenium interview questions.

What is Testing:
It is a process of testing the software to verify that it meets the specific user requirements and to find defects or errors in the application under test. It is of two types.
  1. Manual Testing
  2. Automation Testing
Disadvantages of Manual Testing:
  • It is very time-consuming.
  • For each and every sprint or release you have to run the same set of test cases.
  • Selenium is a free and open source test automation tool for testing web applications.
  • Results were less accurate.
  • In case of database-related testing, comparing huge amounts of data is not possible.
Automation:
Automation means using a software to do the operations like login, page verification, report comparisons, clicking on a link or button etc. It involves automating the manual process to reduce the effort, time and cost. Automation Testing is done by third-party tools like QTP, Selenium, TOSCA, and RFT (Rational Functional Tester) etc.

Selenium can be installed on most of the operating systems like

  • Windows  
  • Linux  
  • Apple iOS   etc.

Cross browser testing is possible using selenium i.e., we can run the test scripts in different browsers like

  • Firefox  
  • IE  
  • Chrome  
  • Opera  
  • Safari   etc.
Selenium is a suite of tools having various testing functions used to test all types of web applications. One of the key features in selenium is “Multi-browser testing“.

Selenium: 

Selenium is a suite of tools. It has four components.
  1. Selenium Integrated Development Environment (IDE)
  2. Selenium Remote Control (RC) / Selenium 1
  3. Web Driver
  4. Selenium Grid

Selenium IDE:

It is very simple to use and it is script recording tool. It is implemented as an extension of chrome and firefox and allows us to record, edit and debug the scripts.
Selenium is a suite of tools. It has four components.
  1. Selenium Integrated Development Environment (IDE)
  2. Selenium Remote Control (RC) / Selenium 1
  3. Web Driver
  4. Selenium Grid

Selenium IDE:

It is very simple to use and it is script recording tool. It is implemented as an extension of chrome and firefox and allows us to record, edit and debug the scripts.

Comments