Saturday, April 6, 2013

Stevia is Released

Stevia 0.6.0 has been released to Maven Central! fetch the latest artifact directly from the Central Repository. To use Stevia, add this to your pom.xml: <dependency>   <groupId>com.persado.oss.quality.stevia</groupId>   <artifactId>stevia-core</artifactId>   <version>0.6.0</version> </dependency> Discover how easy is made to create and execute tests. Run the example script...
Read More

Thursday, April 4, 2013

Stevia is coming ...

Back in 2011 while implementing the page object maintainability technique in our test code the idea of creating a framework for testing web apps using java and selenium was created. Couple of years later and after some back and forth the framework became to realization and the name of it is: STEVIA. Stevia is a Java-based framework created by the encapsulation of three major technologies ·         TestNG...
Read More