From Fedora Project Wiki
(Created page with "{{QA/Test_Case |description=A brief description of the functionality being tested. |setup=Optionally include information on preparing the test environment |actions= Be as spec...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description= | |description= To test if Java-11-openjdk is getting properly installed and functioning well. | ||
|actions= | |actions= | ||
# Execute <code>sudo dnf install java-11-openjdk</code> | |||
# | # Execute <code> java -version </code> | ||
# | # Repeat for java-11-openjdk-devel as jwith ava-devel | ||
# | |||
|results= | |results= | ||
Observe and verify the below carefully | |||
# | # JRE should get installed | ||
# | # Java path should be configured and working | ||
# | # Java applications should function correctly | ||
# Contents in <code> /usr/lib/jvm </code> should be sane | |||
# Contents in <code> /etc/java </code> should be sane (jdk8 got /etc/java support in f29) | |||
# Verifiy all alternatives are in place | |||
}} | }} |
Latest revision as of 21:24, 18 September 2018
Description
To test if Java-11-openjdk is getting properly installed and functioning well.
How to test
- Execute
sudo dnf install java-11-openjdk
- Execute
java -version
- Repeat for java-11-openjdk-devel as jwith ava-devel
Expected Results
Observe and verify the below carefully
- JRE should get installed
- Java path should be configured and working
- Java applications should function correctly
- Contents in
/usr/lib/jvm
should be sane - Contents in
/etc/java
should be sane (jdk8 got /etc/java support in f29) - Verifiy all alternatives are in place