Skip to content

Wakaleo Consulting

  Home

items tagged with Testing

A quick primer on testing Selenium in Groovy
Written By: Administrator
Section: Articles and Resources

Category: Blog

2009-05-28 00:00:00

Selenium is a widely-used and very useful tool for automated web testing. This article is a very short primer designed to get you up and running Selenium Tests in Groovy in your Maven projects.


Read More About A Quick Primer On Testing Selenium In Groovy...


An introduction to easyb
Written By: Administrator
Section: Articles and Resources

Category: Presentations

2008-09-25 00:00:00

Most people would agree that testing your code is a good thing. And there is little doubt that modern Test-Driven development practices, when applied well, can produce high quality software that is reliable, flexible and easy to maintain. However, one of the big problems that often happens when developers adopt Test-Driven Development is that they concentrate so much on the tests that they lose focus on what they are actually meant to be testing. This results in writing large numbers of superficial and inefficient tests, without testing the underlying user requirements in any real depth.


Read More About An Introduction To Easyb...


BDD with ease with Easyb
Written By: Administrator
Section: Articles and Resources

Category: Blog

2008-07-22 00:00:00

Behaviour-Driven Development, or BDD, is considered by many to be a natural extention of Test-Driven Development (or TDD). Test-Driven Development is about designing software with the tests in mind.This tends to make the detailed design of your classes cleaner, more modular and more flexible. In practice, it involves writing your tests at the same time as your code - before, simultaneously or slightly after. As a bonus, if you do it well, you get a high degree of test coverage and a good set of regression tests into the bargin.


Read More About BDD With Ease With Easyb...


Grouping tests using JUnit categories
Written By: Administrator
Section: Articles and Resources

Category: Blog

2010-04-24 05:50:37

In a well-organized build process, you want lightning-fast unit tests to run first, and provide whatever feedback they can very quickly. A nice way to do this is to be able to class your tests into different categories. For example, this can make it easier to distinguish between faster running unit tests, and slower tests such as integration, performance, load or acceptance tests. This feature exists in TestNG, but, until recently, not in JUnit.

Indeed, this has been missing from the JUnit world for a long time. Using JUnit, I typically use test names (integration tests end in 'IntegrationTest', for example) or packages to identify different types of test. It is easy to configure a build script using Maven or Ant to run different types of test at different points in the build lifecycle. However it would be nice to be able to do this in a more elegant manner.


Read More About Grouping Tests Using JUnit Categories...


Profiling Your Applications with Eclipse Callisto
Written By: Administrator
Section: Articles and Resources

Category: Articles

2006-08-16 00:00:00

Callisto

Callisto, a bundle of optional plugins for Eclipse, now comes with a profiling tool called the Test & Performance Tools Platform (TPTP). TPTP includes testing, tracing, performance monitoring, profiling, and static-code analysis tools. This guided tour shows how to use TPTP to speed up your apps.

View the article...






There are 9 items tagged with Testing. You can view all our tags in the Tag Cloud

<< Start < Previous 1 2 Next > End >>
Page 1 Of 2