Java for Selenium

Learn Java basics for Selenium test automation scripts

Java basic knowledge is sufficient for creating simple Selenium test automation scripts.

You will need to learn about

  • variables
  • fundamental data types (String, Integer, Boolean) and their operators
  • conditional operators
  • string methods
  • conditional statements (if/else, switch)
  • looping statements (for, while)
  • arrays
  • packages
  • exceptions
  • lists
  • read and write files
  • use Java API

To install JAVA refer this link 

https://java.com/en/download/help/windows_manual_download.xml#download

For Eclipse follow this link to install

https://www.eclipse.org/downloads/download.php?file=/oomph/epp/neon/R1/eclipse-inst-mac64.tar.gz


1. About Java
2. Java Basic Syntax
3. Data Types
4. Variable Types
5. Java Operators
6. String Manipulation
7. Arrays
8. For Loop
9. For each Loop
10. If Loop
11.While do
12. Switch Case
13. Continue Statement
14. Break Statement
15. Java Exceptions





No comments:

Post a Comment

Note: Only a member of this blog may post a comment.