Projects, files and notes related to selenium and automation testing at vivabooks.
Note: Download and Install jdk8u, eclipse ide for JEE, selenium web driver, selenium client driver and selenium chrome driver.
Link for tutorial 1: Setup and build
Link for tutorial 2: Record and test
Examples of testcases in web application testing
Complete Tutorial:www.toolsqa.com
- First import all the webdriver and chrome driver in script
(import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.chrome.ChromeOptions; public) - In build path setup put all the files in class path, not in module path.
- Add selenium server stand alone, client and client source to build path.
- How to setup java, eclipse and selenium drivers
- Install webdriver, client driver, IDE
- Web Driver Manager
- How to run first selenium project
- Locate web elements
- Katalon recorder
- POM
- TestNG
- Extent Report
- Waits
- Naughty Strings
Functional Testing
Regression Testing
Sanity Testing
Smoke Testing
Responsive Testing
Cross Browser Testing
UI testing (black box)
Integration Testing