Selenium Introduction
Selenium Introduction
What is Testing
Types
1. Manual Testing
2. Automation Testing
Manual Testing
Automation Testing
Reusability of test scripts : We did not write the test cases multiple times
so reusability is possible in this we are writing it once and used it many
times
Project duration reduces : So everything depends on delivery we can
reduce the project duration by using agile methodology with
automation.
Compatibility testing is easy : Compatibility testing is easy we can
execute it parallelly in automation testing.
Required Less human efforts
Using automation Accuracy is more
Disadvantage of Automation
Advantages of selenium
Selenium Components
2. Selenium Grid :
Selenium Grid was developed by Patrick Lightbody to
address the need of minimizing test execution times as
much as possible.
Selenium Grid is a tool used together with Selenium RC
to run tests on different machines against different
browsers in parallel.
That is, running multiple tests at the same time against different machines
running different browsers and operating systems called as remote
automations.
3. Selenium IDE