This training session video covers -
- Java 8 part 4: Optional and Selenium WebDriver (yes learning Optional is not optional :))
- Why Optional > What happen when data is null
- Optional > an object which may or may not contain non null values (some prefer to call it empty value)
- Do you remember where we used Optional? :) com.seleniumtests.java8.ListExamples class > findFirst()
- Creating Optional using - of, ofNullable, orElse
- WebDriver examples with Optional >
- Testing with different data sets i.e. lower and upper case
- Default locale
Comments
Post a Comment
No spam only genuine comments :)