In this projects I have worked to automated four types of following elements
- Handling UI Elements
- HTML Table Automation
- Page Navigation
- Page Object Model (Login Operation)
- Inputing Data
- Click
- Assertion
- Dropdown
- Radio Button
- Visit the site and verify URL and Title
- Visit Register page and register as a new user
- Sign In to the site
- Book a flight:::Verify the radio box
- Sign In & Sign Out
- Check value presence anywhere in the table
- Check value presence in specific row & column
- Verify the tool type name "Open Source" from the table which automation tool name is "Selenium"
- go
- forward
- (-1)
- (1)
I have made one separate class file for the automation script making. After that i made one separate folder and Js files for the seperate test cases. I covered here the demo "LOGIN" method by using page object model
- Test tool: Cypress
- Language: JavaScript
- Framework: Mocha
- IDE: Visual Studio Code
- Install Visual Studio Code IDE
- Install Cypress tools
- Run the Test Runner
- Open the test case file folder
- Open the test case for execute
- Close the program