<?xml version="1.0" encoding="utf-8"?>

<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:admin="http://webns.net/mvcb/"
xmlns:cc="http://web.resource.org/cc/"
xmlns="http://purl.org/rss/1.0/">

<channel rdf:about="http://weblogs.java.net/blog/alexeyp/">
<title>Alexey Popov&apos;s Blog</title>
<link>http://weblogs.java.net/blog/alexeyp/</link>
<description></description>
<dc:language>en-us</dc:language>
<dc:creator></dc:creator>
<dc:date>2007-09-07T11:25:59-08:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=3.01D" />


<items>
<rdf:Seq><rdf:li rdf:resource="http://weblogs.java.net/blog/alexeyp/archive/2007/09/new_features_of.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/alexeyp/archive/2007/08/blackbox_for_th.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/alexeyp/archive/2007/07/mobile_junit_an.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/alexeyp/archive/2007/07/me_application.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/alexeyp/archive/2007/05/simplest_test_s_1.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/alexeyp/archive/2007/05/interactive_tes.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/alexeyp/archive/2007/04/compatibility_t.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/alexeyp/archive/2007/03/sun_techdays_an.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/alexeyp/archive/2007/03/test_harness_an.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/alexeyp/archive/2007/03/debugging_ii_ha_1.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/alexeyp/archive/2007/02/java_me_testing_1.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/alexeyp/archive/2007/02/testing_command_1.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/alexeyp/archive/2007/01/test_harness_fo.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/alexeyp/archive/2006/12/testing_java_me_2.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/alexeyp/archive/2006/11/testing_java_me_1.html" />
</rdf:Seq>
</items>

</channel>

<item rdf:about="http://weblogs.java.net/blog/alexeyp/archive/2007/09/new_features_of.html">
<title>What is new in JT harness 4</title>
<link>http://weblogs.java.net/blog/alexeyp/archive/2007/09/new_features_of.html</link>
<description><![CDATA[Here you can find my classification of new features
available in the new major revision of the <a
 href="http://jtharness.dev.java.net">JT harness</a>,
that we recently completed ]]></description>
<dc:subject>Community: Java Tools</dc:subject>
<dc:creator>alexeyp</dc:creator>
<dc:date>2007-09-07T11:25:59-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/alexeyp/archive/2007/08/blackbox_for_th.html">
<title>BlackBox for the big Mobile</title>
<link>http://weblogs.java.net/blog/alexeyp/archive/2007/08/blackbox_for_th.html</link>
<description>Big Mobile Operator is running Sun BlackBox system</description>
<dc:subject>Community: Mobile &amp; Embedded</dc:subject>
<dc:creator>alexeyp</dc:creator>
<dc:date>2007-08-13T05:00:07-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/alexeyp/archive/2007/07/mobile_junit_an.html">
<title>Mobile JUnit and absence of reflection.</title>
<link>http://weblogs.java.net/blog/alexeyp/archive/2007/07/mobile_junit_an.html</link>
<description>CLDC/MIDP does not have reflection API, that is one of
problems to solve when adopting JUnit-like test frameworks to Java ME. Here you can find some comments on how we deal with this problem using ME Framework at Sun.

</description>
<dc:subject>Community: Mobile &amp; Embedded</dc:subject>
<dc:creator>alexeyp</dc:creator>
<dc:date>2007-07-14T04:52:53-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/alexeyp/archive/2007/07/me_application.html">
<title>ME application testing - MIDlet instantiation</title>
<link>http://weblogs.java.net/blog/alexeyp/archive/2007/07/me_application.html</link>
<description>Very often problem - people try to write unit tests for their MIDlets and find that when they try to call new MyMIDlet() they see SecurityException. Here we try to come up with an idea on how it can be possible to workaround this problem with some test frameworks.</description>
<dc:subject>Community: Mobile &amp; Embedded</dc:subject>
<dc:creator>alexeyp</dc:creator>
<dc:date>2007-07-08T03:09:39-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/alexeyp/archive/2007/05/simplest_test_s_1.html">
<title>Simplest Test Suite built on ME Framework</title>
<link>http://weblogs.java.net/blog/alexeyp/archive/2007/05/simplest_test_s_1.html</link>
<description>Some changes in the ME Framework were made in response to the feedback from early adopters to simplify its use. The article discusses two problems: how to describe test meta data and how to specify what classes to package into the test MIDlet suite.</description>
<dc:subject>Community: Mobile &amp; Embedded</dc:subject>
<dc:creator>alexeyp</dc:creator>
<dc:date>2007-05-14T19:40:33-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/alexeyp/archive/2007/05/interactive_tes.html">
<title>Interactive Tests for Java ME</title>
<link>http://weblogs.java.net/blog/alexeyp/archive/2007/05/interactive_tes.html</link>
<description>This article describes types of interactive tests that are being developed for Java Technology Compatibility Kits, testing of what functionality requires user interaction. What Java ME limitations cause problems for development of tests, that require user interaction and how these limitations can be worked out.</description>
<dc:subject>Community: Mobile &amp; Embedded</dc:subject>
<dc:creator>alexeyp</dc:creator>
<dc:date>2007-05-03T05:46:00-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/alexeyp/archive/2007/04/compatibility_t.html">
<title>One of the First Java Applications</title>
<link>http://weblogs.java.net/blog/alexeyp/archive/2007/04/compatibility_t.html</link>
<description>Curious how much Java is a test-driven technology ?</description>
<dc:subject>Community: Java Tools</dc:subject>
<dc:creator>alexeyp</dc:creator>
<dc:date>2007-04-09T23:58:06-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/alexeyp/archive/2007/03/sun_techdays_an.html">
<title>Testing session at Java ME track at SUN TechDays, Saint Petersburg</title>
<link>http://weblogs.java.net/blog/alexeyp/archive/2007/03/sun_techdays_an.html</link>
<description>We will do a session on testing JavaME applications, do overview of available tools and demo on how to use ME Framework for this purpose. If you speak Russian, check the agenda. 
</description>
<dc:subject>Community: Java Tools</dc:subject>
<dc:creator>alexeyp</dc:creator>
<dc:date>2007-03-31T23:37:45-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/alexeyp/archive/2007/03/test_harness_an.html">
<title>Test Harness and Test Format</title>
<link>http://weblogs.java.net/blog/alexeyp/archive/2007/03/test_harness_an.html</link>
<description>Compare JavaTest harness and JUnit, or Why new test formats appear ?</description>
<dc:subject>Community: Java Tools</dc:subject>
<dc:creator>alexeyp</dc:creator>
<dc:date>2007-03-26T10:58:49-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/alexeyp/archive/2007/03/debugging_ii_ha_1.html">
<title>Debugging II - Hangups at Device Side</title>
<link>http://weblogs.java.net/blog/alexeyp/archive/2007/03/debugging_ii_ha_1.html</link>
<description>New feature of ME Framework 1.2 solves some of problems related to the debugging of Java ME test suites.</description>
<dc:subject>Community: Mobile &amp; Embedded</dc:subject>
<dc:creator>alexeyp</dc:creator>
<dc:date>2007-03-01T11:06:49-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/alexeyp/archive/2007/02/java_me_testing_1.html">
<title>Java ME Testing - Debugging Test Failures</title>
<link>http://weblogs.java.net/blog/alexeyp/archive/2007/02/java_me_testing_1.html</link>
<description>This article offers some suggestions for debugging test failures when testing Java ME Implementation - with a special focus on the JT harness and new ME Framework features that support debugging.</description>
<dc:subject>Community: Mobile &amp; Embedded</dc:subject>
<dc:creator>alexeyp</dc:creator>
<dc:date>2007-02-22T23:44:26-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/alexeyp/archive/2007/02/testing_command_1.html">
<title>Testing Command-Line Applications using Golden-File approach</title>
<link>http://weblogs.java.net/blog/alexeyp/archive/2007/02/testing_command_1.html</link>
<description><![CDATA[The story describes our experience of using JavaTest <sup>TM</sup> harness in a quality test suite.
]]></description>
<dc:subject>Testing</dc:subject>
<dc:creator>alexeyp</dc:creator>
<dc:date>2007-02-17T12:39:12-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/alexeyp/archive/2007/01/test_harness_fo.html">
<title>Test Harness for Product-Quality Test Suites</title>
<link>http://weblogs.java.net/blog/alexeyp/archive/2007/01/test_harness_fo.html</link>
<description>This article provides some criteria that can be used when choosing a test harness for certain types of test suites. It describes requirements that are treated as most important for JT harness, the open source version of the JavaTest TM harness, and ME Framework.</description>
<dc:subject>Community: Java Tools</dc:subject>
<dc:creator>alexeyp</dc:creator>
<dc:date>2007-01-28T13:07:42-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/alexeyp/archive/2006/12/testing_java_me_2.html">
<title>Testing Java ME Implementations - AMS</title>
<link>http://weblogs.java.net/blog/alexeyp/archive/2006/12/testing_java_me_2.html</link>
<description>This article discusses different approaches, that are used to test AMS-related functionality of the Java ME implementation</description>
<dc:subject>Community: Mobile &amp; Embedded</dc:subject>
<dc:creator>alexeyp</dc:creator>
<dc:date>2006-12-18T10:57:53-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/alexeyp/archive/2006/11/testing_java_me_1.html">
<title>Introduction to Java ME Testing Tools</title>
<link>http://weblogs.java.net/blog/alexeyp/archive/2006/11/testing_java_me_1.html</link>
<description>Java ME conformance and quality are verified by testsuites that consist from thousands of tests. The article is gives some tips and tricks on how to run large test suite on micro device.</description>
<dc:subject>Community: Mobile &amp; Embedded</dc:subject>
<dc:creator>alexeyp</dc:creator>
<dc:date>2006-11-27T01:21:56-08:00</dc:date>
</item>


</rdf:RDF>
