Posts tagged with testing

TDC 2013 Florianópolis está chegando!

Mar 28, 2013 in events, testing, news | blog

Vem aí um dos melhores eventos de TI do Brasil! Com diversas trilhas, sempre muito networking bom e palestras de diferentes tópicos e com palestrantes sempre muito bons. O TDC (The Developers Conference) acontece três vezes ao ano, uma em Florianópolis, uma em Goiânia e uma em São Paulo.

TDC 2013 - Florianópolis

A próxima edição acontece nos dias 24 a 26 de Maio, em Florianópolis. E este ano será no Oceania Convention Center, um centro de convenções na Praia dos Ingleses. Então além de aprender tecnologias novas, aprofundar as que já conhece, além de conhecer muita gente bacana, você ainda pode aproveitar e conhecer a cidade dos nossos Manezinhos :-)

Para mais detalhes, confira a página do evento - www.thedevelopersconference.com.br

Create a tool to find out the average test coverage in Jenkins plug-ins

Nov 24, 2012 in jenkins, testing, ideas | blog

This idea popped up while chatting with Richard Lavoie. I was telling him about selenium tests for plug-ins, snakebite one thing leads to another, and then came the idea of measuring the coverage in plug-ins.

Basically, this tool would have to iterate over the 600+ plug-ins, and trigger a mvn test command. Then it would have to save the coverage information somewhere, and plot a graph, or generate some report about it.

Depending on the machine, probably this tool could spawn more than 1 thread for doing this. Even then, it would still take quite a while for processing all the plug-ins.