Java for Testers online course.
- Install and configure Java
- Create GitHub user/repository
- Github Desktop
- Install Gradle
- IntelliJ IDEA CE
- Payment :)
- Registration :)
Give examples
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
Explain how to run the automated tests for this system
Explain what these tests test and why
Give an example
Explain what these tests test and why
Give an example
Add additional notes about how to deploy this on a live system
- Hat tip to anyone whose code was used
- Inspiration
- etc