[go: up one dir, main page]

0% found this document useful (0 votes)
27 views2 pages

Hands On Notes

The document provides hands-on notes for Selenium and Cucumber testing, emphasizing the importance of understanding basic commands, assertions, and handling various web elements like iFrames, alerts, and dropdowns. It also outlines the steps to write feature files and step definitions in Cucumber, along with a reminder to practice Nightwatch and adhere to coding standards. Key points include managing time effectively and revisiting course materials for better preparation.

Uploaded by

Shubham
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views2 pages

Hands On Notes

The document provides hands-on notes for Selenium and Cucumber testing, emphasizing the importance of understanding basic commands, assertions, and handling various web elements like iFrames, alerts, and dropdowns. It also outlines the steps to write feature files and step definitions in Cucumber, along with a reminder to practice Nightwatch and adhere to coding standards. Key points include managing time effectively and revisiting course materials for better preparation.

Uploaded by

Shubham
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

**********

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
**********

You might also like