**********
DONT PANIC
READ INSTRUCTIONS and PROBLEM STATEMENT WELL
MANAGE TIME
**********
Hands on Notes from Kickoff
Seleniumt tests to write selenium commands
1. Start with , basic commands, selenium iFrame, windows ,alerts, dropdowns using
selenium (check iFrame)
* Read import statements as well
Practice selenium
assert
- Webdriver declaration done
- Webelement declaration done
- Assert
- click events,context click done
- IFrames done
- Dropdown done
- Handling Alerts done
- Screenshots
- keyboard actions/Robot
- context click
Last moment:
- Import statement
- Scroll
- CSS Selector
- High level on Reports
practice cucumber
* Read import statements as well
***Selenium with Cucumber-Handson Notes
1. Write feature file
2. write step definition sin stepdefinition .java file
3. write corresponding code associated with step definition files in
Seleniumtests.java file
4. have a look in validate tests file/error log to match the conditions
2.Cucumber syntax and coding structure.
(learn about the sings used in step definition files($, variable and how to use
tables)
-revisit caf codes once
- Feature file code
- step definition code
- Runner file code
practice Nightwatch
* Read import statements as well
-Revisit course Handson
- Revisit css selector
- Assertion
- basic commands (click)
- Node commands
- Dropdown, alerts , window handling
-have a look at coding standards
**********
DONT PANIC
READ INSTRUCTIONS and PROBLEM STATEMENT WELL
MANAGE TIME
**********