Skip to content

Latest commit

 

History

History
52 lines (48 loc) · 2.43 KB

README.md

File metadata and controls

52 lines (48 loc) · 2.43 KB

Learn Java

Learning the Java programming language

This is a personal project aimed at improving my skills in automated testing with Java. The project was created exclusively for learning Java purposes and to showcase my abilities.

Project structure

/java-automation-tester-course
  ├── .github
  │   └── workflows
  │       └── main.yml
  ├── src
  │   ├── LearningJavaForTester
  │   │   ├── L01PrymitywneTypyDanych.java
  │   │   └── README.md
  │   ├── LearningJavaProgram
  │   │   ├── L01TypesDataVariablesConst.java
  │   │   └── README.md
  │   ├── LearningJavaZajawka
  │   │   ├── L04Operatory.java
  │   │   ├── L05InstrukcjeSterujaceIfElse.java
  │   │   ├── L06Switch.java
  │   │   ├── L06SwitchMyCode.java
  │   │   ├── L07Petle.java
  │   │   ├── L09Palindrom.java
  │   │   ├── L10Tablice.java
  │   │   └── README.md
  │   └── Main.java
  ├── tips
  │   ├── conventional-commits.md
  │   ├── git.md
  │   └── shortcuts.md
  ├── .gitignore
  ├── java-automation-tester-course.iml
  └── README.md

Install

Tutorials