Java Device Test Suite: Difference between revisions

Content deleted Content added
m Dated {{Citation needed}}. (Build J3)
Link suggestions feature: 3 links added.
 
(4 intermediate revisions by 4 users not shown)
Line 1:
[[Sun Microsystems|Sun's]] '''Java Device Test Suite''' (JDTS) is the ''[[de facto]]'' industry-standard tool for assessing the quality of [[Java Platform]], Micro Edition (Java ME platform) implementations. This tool performs quality testing for devices using the Java ME platform. A feature that distinguishes the Java Device Test Suite from [[Technology Compatibility Kit]] (TCKs) is its focus on an implementation's quality instead of an implementation's specification compliance.
This tool performs quality testing for devices using the Java ME platform.
A feature that distinguishes the Java Device Test Suite from [[Technology Compatibility Kit]] (TCKs) is its focus on an implementation's quality instead of an implementation's specification compliance.
 
The Java Device Test Suite is an extensible set of test packs, a shared management facility, and a distributed test execution harness that can be used to assess the quality of any device that implements a compatible combination of the Java ME technologies, including the following:
 
{| class="wikitable"
|-
Line 86 ⟶ 85:
(please look description of technologies on jcp.org)
 
==Categories==
The Java Device Test Suite's tests can be divided into three main categories:
 
Line 98:
* Network tests verify implementation of different protocols: HTTP, HTTPS, Socket, UDP, SMS, Bluetooth and so on. Several test sets verify channel between two implementations (tests with partner).
* GUI tests verify implementation graphical system for different objects
* [[Virtual machine]] tests (includes JASM tests) verify implementation of the VM core.
 
The Java Device Test Suite has approximately 11,000 tests that can be extended with new tests written by Sun engineers or by others, including users of the test suite. Users can choose to run any combination of tests, according to the features supported by a device and available resources, and make use of framework features:
 
* Local application servers. Testers can install dedicated local application servers (relays) on the computers that host their harnesses. This configuration can be used to test devices that connect to the Relay host by a [[serial cable]] (local link). A tester can switch a harness between a local relay and the standard shared relay.
* Feature-based test selection and reporting – Tests are alternatively grouped by their correspondence to important device features, such as multimedia MP3 playback, for example. A user can easily select all tests that exercise this feature, and, after a test run, a user can easily see how many tests related to MP3 playback failed.{{Citation needed|date=March 2012}}
* Relevance (configuration based) filtering. Tests that are not applicable for execution according to current device configuration (device template)are automatically filtered out of the test run.
Line 110:
* Device-specific Template Generation. Readiness tests automatically discover device capabilities and user can generate configuration templates based on readiness results
* Bluetooth Data Transfer Channel. Device can send test logs and results by Bluetooth
* Test Run Automator – A [[test automation]] tool to allow for running interactive tests without user intervention, a stand alone tool stores user actions and device responses, then repeats them automatically and compares results.
* Custom Test Libraries – Allows developers to inject a private Java library into the test bundle.
* Template Manager – A tool that helps to organize templates in hierarchies and perform synchronization of updated values from parent to children. Portable Templates can be easily exchanged between different JDTS systems.
 
==See also==
* [[Java Platform, Micro Edition]]
* [[Java Community Process]]
* [[Java Platform, Micro Edition]]
 
==External links==
* [http://java.sun.com/products/javadevice Java Device Test Suite]
* [https://cyberbrainer.com/sailpoint-training-in-india/ What Is Sailpoint Java API]
* [https://jdtf.dev.java.net/ Java Device Test Framework (JDTF) Project]
* [http://java.sun.com/developer/technicalArticles/JCPtools2/ The Java Compatibility Test Tools]
* [https://archive.today/20120308163026/https://jdtf.dev.java.net/ Java Device Test Framework (JDTF) Project]
* [http://www.jcp.org/en/resources/tdk/ JCP Community Resources - TCK Tools]