My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Wiki pages
Links

News

Now we are free from GWT-RPC.

2011-03-20
We released ktrwjr 2.0.1.
Fixed the issue. "Japanese chars cannot be used".

2011-03-18
We released ktrwjr 2.0.0.
Now we are free from GWT-RPC.
We don't need gwt-servlet.jar any more.

for more -> Release Notes

What Is Kotori Web JUnit Runner(ktrwjr)?

I call "Kotori Web JUnit Runner" as "ktrwjr"[ ].

ktrwjr is a JUnit runner web application for GAE/j.
It helps to run your tests on the Production Server and the Development Server.

Haven't you ever wanted to execute your tests on the Production Server?
With ktrwjr, you can do it easily.

for more -> Kotori Web JUnit Runner

ktrwjr was introduced in Google I/O 2010!

In the session Testing techniques for Google App Engine, Max referred to ktrwjr!

24:50 Max said:

I've seen at least two other web test runners, which appear to do something similar. And some of them are really gorgeous. They have these unbelievably pretty UIs.
One of them is called Kotori JUnit Web Runner. And I just found out about it this week, and I need to talk to that developer to see if we can collaborate, because their UI is absolutely gorgeous.
There's a link to it that should be in the live wave when we're finished.

ktrwjr is bundled to Slim3!

Slim3
http://slim3.org

Slim3 is a full-stack MVC framework optimized for Google App Engine/Java,
and you can use Slim3 as just a datastore framework, too.

The tester package of Slim3 is very convenient,
because we can use its test case similarly on the Cloud(the Production Server),
on the Development Server and on the local test.

Those who use Low-Level API instead of Slim3 Datastore can use Slim3 Tester and ktrwjr
to check the actions on the Cloud.

ktrwjr is used in "Grails JUnit Web Runner Plugin"!

Grails JUnit Web Runner Plugin
http://code.google.com/p/junit-web-runner/

Grails JUnit Web Runner Plugin is created based on Kotori Web JUnit Runner project
which is a JUnit Runner GWT application that helps to run in-container test cases on grails application.
Test cases execution in Google App Engine(GAE) Development or Production Server is supported.
Powered by Google Project Hosting