Testing: Difference between revisions

Jump to navigation Jump to search
143 bytes added ,  19 January 2016
Line 219: Line 219:


or using [https://netbeans.org/features/java/debugger.html NetBeans IDE - Debugger and Profiler] to setup the breakpoints.
or using [https://netbeans.org/features/java/debugger.html NetBeans IDE - Debugger and Profiler] to setup the breakpoints.
==== console command ====
<pre>
//write the console output to the file
command > log.txt
//append to the same file
command >> log.txt
</pre>


== find match string ==
== find match string ==

Navigation menu