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 |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description= | |description= To test if Java is getting properly installed and functioning well. | ||
|actions= | |actions= | ||
# Execute <code>sudo dnf install java</code> | |||
# Execute <code> java -version </code> | |||
# | |||
# | |||
|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 18:31, 18 September 2018
Description
To test if Java is getting properly installed and functioning well.
How to test
- Execute
sudo dnf install java
- Execute
java -version
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