Meeting 17: Unterschied zwischen den Versionen

Aus Java Student User Group Austria - Java + JVM in Wien Österreich / Vienna Austria
Wechseln zu: Navigation, Suche
K (added link to slides of testing presentation)
(mULcaYVB)
Zeile 1: Zeile 1:
'''When''': Monday, June 8th, 2009 - 19:00 (end approx. 21:00)
+
Your theme is modified in stagnre way  this plugin works with if is_single(), but something is wrong with your theme and is always marking everything with is_single=true  (line 27)  Can you give me your theme code at so I'd be able to give you solution for this As for quick (and not so good solution)  you can change line 45 ($memberReq_login_form = ) to display whatever you want  now it prints out the login form, but you can always  use something like this:$memberReq_login_form = |br/>| a href= /wp-register.php >Register  |/a>|br/>';editreplace | with <
 
 
'''Where''': [http://www.wegweiser.ac.at/tuwien/hoersaal/F4.html Freihaus HS4]
 
 
 
 
 
== Practical Unit Testing ==
 
[[Image:Code_cop_2004.jpg|thumb|right|Peter Kofler a.k.a. Code Cop]]
 
 
 
[http://www.code-cop.org Peter Kofler] has been working since ten years with Java and internet related technologies. He likes code being in order. Obviously he's fanatic about code quality. After several years of harassing his colleges with code quality and daily build issues, the HEROLD.at-Team appointed him official "Code Cop" in 2006. His main areas of interest are code quality tools, development environments and code generation techniques.
 
 
 
'''Short Agenda'''
 
# JUnit Basics and common patterns/problems/mistakes
 
# Advanced Unit Testing with Mocks, Timings, Singletons
 
# Specialities: Tuning Test Performance, Code Coverage, ...
 
# JUnit Extensions
 
 
 
'''Slides'''
 
 
 
The (revised) slides are available at the [http://blog.code-cop.org/2009/06/practical-unit-testing.html Code Cop site].
 
 
 
== Lightning Talks ==
 
 
 
Afterwards we've got students holding 5-min lightning talks about testing technologies:
 
* [http://www.dbunit.org/ DbUnit] as a JUnit extension
 
* Test Swing GUIs with [http://easytesting.org/swing/wiki/pmwiki.php Swing FEST] and [http://abbot.sourceforge.net/doc/overview.shtml Abbot]
 
* Test your SWT application with [http://www.eclipse.org/swtbot/ SWTBot]
 
* [http://jumble.sourceforge.net/ Jumble] and [http://jester.sourceforge.net/ Jester]: Java Mutation Testing
 
* Mock your objects with [http://mockito.org Mockito] and no hangover
 
* Automating your tests with Maven, hudson, [http://maven-plugins.sourceforge.net/maven-cobertura-plugin/ Cobertura], findbugs, pmd and other fun stuff
 
* Web application testing with [http://jakarta.apache.org/jmeter/ JMeter] and [http://seleniumhq.org/ Selenium]
 
 
 
We are still looking for more lightning talks. If you are familiar with some testing technology or testing best practice and would be willing to share your experience please [mailto:jsug@jsug.at contact us]. We'd love to see you there.
 
 
 
[[Category:Meeting]]
 

Version vom 14. Dezember 2012, 10:48 Uhr

Your theme is modified in stagnre way this plugin works with if is_single(), but something is wrong with your theme and is always marking everything with is_single=true (line 27) Can you give me your theme code at so I'd be able to give you solution for this As for quick (and not so good solution) you can change line 45 ($memberReq_login_form = ) to display whatever you want now it prints out the login form, but you can always use something like this:$memberReq_login_form = |br/>| a href= /wp-register.php >Register |/a>|br/>';editreplace | with <