Skip to content

Repo for Java for Testers course. Includes some shitty code and noob texts :)

License

Notifications You must be signed in to change notification settings

aberezov/old_one

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Title

Java for Testers online course.

Getting Started

  • Install and configure Java
  • Create GitHub user/repository
  • Github Desktop
  • Install Gradle
  • IntelliJ IDEA CE

Prerequisites

  • Payment :)
  • Registration :)
Give examples

Installing

Prepare MACOSX for course requirements:

  • Install Latest SDK
  • Open Terminal: $ cd ~/ $ ls -al Find .bashrc file, open with favorite text editor and add following line: export JAVA_HOME=$(/usr/libexec/java_home) $ java -version $ javac -version $ echo $JAVA_HOME Ensure all above lines return proper info.

Next we need Gradle installation, first install HomeBrew package manager Please see installation instructions on http://brew.sh After finishing with HomeBrew, go to https://gradle.org/install/ and find Installation instruction with HomeBrew.

Gradle Wrapper installation as stated in Video, but execution for build as follows $ ./gradlew build

Give the example

And repeat

until finished

End with an example of getting some data out of the system or using it for a little demo

Running the tests

Explain how to run the automated tests for this system

Break down into end to end tests

Explain what these tests test and why

Give an example

And coding style tests

Explain what these tests test and why

Give an example

Deployment

Add additional notes about how to deploy this on a live system

Built With

Contributing

Versioning

Authors

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

About

Repo for Java for Testers course. Includes some shitty code and noob texts :)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published