-
Trivadis Developer Blog
This is the publication playground for these guys from OIO Trivadis, the Trivadis Group`s Java experts.
Tag cloud
Agile Methods and development Atlassian Tools Build, config and deploy Did you know? Eclipse Universe Groovy and Grails Java and Quality Java Basics Java EE Java modularization Java Persistence Java Runtimes - VM, Appserver & Cloud Java Web Frameworks MDSD Open Source BI Other languages for the Java VM Politics Security SOA / Webservices Spring Universe Web as a Platform XML Universe
Tag Archives: Test
JBoss Arquillian Integration Test Framework released
Arquillian is a container-oriented testing platform from the JBoss Community. It helps to separate test logic from deployment and container lifecycle concerns in order to achieve easy and fast integration tests. It works with JUnit and TestNG, Maven, Ant (+Ivy) and Gradle.
Posted in Agile Methods and development, Build, config and deploy, Java and Quality, Java EE, Java modularization
Tagged ajocado, arquillian, CDI, deployment, drone, graphene, jsfunit, junit, selenium, Test, testing, testNG, Webdriver
1 Comment
Mock SMTP-Server für Unit-Tests
Die meisten Enterprise-Anwendungen müssen mittlerweile in der Lage sein, E-Mails an Benutzer zu versenden. So ist es beispielsweise beim sog. Double Opt-in-Verfahren notwendig, dass der Benutzer einen Link aufruft, dem ihm zuvor per E-Mail zugesendet wurde, um so die Authentizität … Continue reading
Integrating Selenium 2 with Ant
We recently integrated Selenium 2 into the Ant build of one of our projects. In this blog post I will show you how you can integrate your automated JUnit based Selenium 2 tests with Ant. If you are using Maven … Continue reading
Posted in Build, config and deploy, Java and Quality, Java Web Frameworks
Tagged ant, junit, Selenium 2, Test, tomcat
Leave a comment
Automatisierte Selenium-Tests mit Maven
Funktionale Oberflächentests mit Selenium stellen eine effektive Methode zur Erhöhung der Qualität einer Webanwendung dar. Seit Selenium 2.0 können die Tests dabei durch die Unterstützung von HtmlUnit auch ohne Browser (headless) und damit vor allem auch wesentlich schneller ausgeführt werden. … Continue reading
Posted in Build, config and deploy, Java and Quality
Tagged HtmlUnit, jetty, lifecycle, maven, Plugin, selenium, Test
1 Comment
Abstrakte Komponenten-Konfiguration mit @Configuration in Spring 3
Ein großer Vorteil beim Einsatz von Spring ist die verbesserte Testbarkeit der Anwendung, da gezielt einzelne Komponenten für einen Testlauf per Konfiguration ausgetauscht werden können. Bei der Konfiguration per XML ist es dabei gängig, unterschiedliche XML-Konfigurationsdateien für den Test- und … Continue reading
Posted in Java modularization, Spring Universe
Tagged annotation, Database, junit, spring, Test, XML
Leave a comment
Testing with different IE versions
Testing with different versions of Firefox or Google Chrome is easy since there are portable versions available. But what about the Internet Explorer? You can install different versions of the Internet Explorer using Multiple IE With Expression Web SuperPreview it … Continue reading