Secondary abstract: |
The purpose of the thesis is to determine the criteria and to propose a set of different test tools for several different types of testing that help the programmer at the efficient programming of java applications in the Eclipse development environment. We limited ourselves to the following key types of testing: unit testing, testing and the analysis of syntax, security testing and profiling the applications. When testing the units, we studied frameworks JUnit and TestNG; when testing and analyzing the syntax we studied tools FindBugs, PMD, CheckStyle and the platform SonarQube. When testing the security we checked plug-ins Find Security Bugs and OWASP (Excentia). For profiling applications we studied VisualVM and JVM Monitor. All tools are presented by a short example and their operation is also presented. We determined the selection of the logical criteria. We proposed the final set of test tools, which enable a java programmer an efficient development of a qualitative code. |