Course Overview
Complete Web Page Automation using Selenium:
Selenium IDE is a fully-featured Integrated Development Environment (IDE). This basically installs as a plugin in Mozilla Firefox and enables developers to test their web applications using Selenium. This way you can enhance the quality of your software web app. It is also used in order to record user interactions with the web browser and play them back to test for errors. It is easy to install and also to learn.
Through these tutorials we are going to do End to End programming Exercises in Selenium IDE to learn web page automation.
This training will include the following;
Excersise 1: Limiting Webdriver Scope
Excersise 2: Getting Count of Links
Excersise 3: Handling dynamic data and links
Excersise 4: Verification & Validation
Target Customers:
- To learn a testing tool – a product of Selenium
- To enhance your software testing knowledge
Target Customers:
- Students
- Testing Professionals
- Software developers
- Software testers
- Anyone who wants to learn software testing
Pre-Requisites:
- Familiar with HTML
- Using Java script and DOM (Document Object Model)