alexeyp's blog
What is new in JT harness 4
Here I tried to give my classification of new features
available in the new major revision of the
href="http://jtharness.dev.java.net">JT harness,
that we recently completed .
BlackBox for the big Mobile
Nice article in Russian: href="http://www.ixbt.com/cm/blackbox.shtml">http://www.ixbt.com/cm/blackbox.shtml
Briefly: there are two Sun BlackBox
systems running in the world, one in Stanford, CA
by Linear Accelerator Center and another one in Moscow by
href="http://www1.mtsgsm.com/profile/">Mobil
Mobile JUnit and absence of reflection.
In classical JUnit you have multiple test methods in a single
class
that match some pattern, test framework iterates through these methods
using relection. CLDC/MIDP does not have reflection API, this is one of
problems that need to be solved when adopting JUnit-like test
frameworks to CLDC/MIDP.
ME application testing - MIDlet instantiation
The very common problem people meet when trying to unit-test
their
MIDlets is that you generally can not do something like this:
Simplest Test Suite built on ME Framework
This article is about some changes in the
href="https://cqme.dev.java.net/framework.html">ME Framework
that
were made in response to the feedback that we got from early adopters
and are available in the third development release of ME Framework 1.2
that Mikhail
just
href="https://cqme.dev.java.net/servlets/NewsItemView?newsItemID=4991">an
Interactive Tests for Java ME
This article is about interactive testing for Java TM
and its ME
specifics. It describes types of interactive tests that are
being
developed for Java Technology Compatibility Kits, testing of
what functionality requires user interaction.
One of the First Java Applications
Curious how much Java is a test-driven technology ?
Few words for a background.
The Java TM Compatibility Kit (JCK) is
a test suite, used to
verify if the Java standard is correctly implemented. The first JCK
came out together with the first JDK from SUN, now this effort evolved
into the industry-wide Java
Community Process.
Testing session at Java ME track at SUN TechDays, Saint Petersburg
If you speak Russian, check the
href="http://ru.sun.com/techdays/agenda.html">agenda
and descriptions
of Java ME sessions.
Test Harness and Test Format
It is true that the most popular test format supported by
many Java TM IDEs is
href="http://www.junit.org">JUnit and its
variations like TestNG
or J2MEUnit.
Interested to compare JavaTest
TM
harness and JUnit ?
JavaTest is a test h
Debugging II - Hangups at Device Side
As a follow up to the past article about Debugging with ME Framework, here is the the guest post from Alexander Alexeev (aka Skavas) on the new feature
he has integrated into the ME Framework,
the Interactive MIDlet agent.





