Is there in JCOP a test suit for javacard OS?

Dear all,
I'm an newbie on this major and i need your help to clarify my situation:
Image that I have an applet on a java card... and there is no proprietary OS... only Javacard OS
now, i want to validate this using JCOP
is there any ready test suite available in JCOP for a general OS validation?
or we need to create the test suite? any patch or add-on available?
One more thing, There are many experts on JAVA CARD and i would like to make a friend with all of you.
Please send me your skype ID... or send to me a request to add friend with the following ID:
Skype: nobitagammer
safarmer, langkhachkenshin, Jean-Damien LEBUI, Sebastien_Lorquet , hoan_micheal ,.....
Thanks and Best Regards

I am not aware of any but I have not needed such a tool. The test cases we generally run are to validate applet behaviour on a given card platform so are very specific. We looking at new platforms we just want to know existing code works as expected.
- Shane

Similar Messages

  • Test Suites for ESB?

    Hi All,
    We all know that it is possible to automate the testing of the BPEL process.
    Could the same be possible for ESB Services as well.
    That is , could it be possible to develop test suites for ESB Services as well?
    Request you to provide inputs on the same.
    Thanks in advance!!!
    Warm Regards,
    Sai Maddali

    Hi Sai
    Make sure that your ApplicationServer and IntegrationServer connections are working from JDev
    Test a very basic project to determine if it is a problem with all projects or just this one
    Test the import function by importing the CustomerData.zip file as described in the ESB QuickStart Guide
    Make sure there are NO spaces in the path of your JDev project
    Make sure that all external service dependancies such as a SOAP WSDL URL in the project are resolved
    Cheers
    Pucha Anirudh

  • Pre-qualification Test Suites for Device Driver Verification

    Pre-qualification test suites for verification of network and storage device drivers on Solaris(TM) 7 (Intel Platform Edition) are now available. These test suites are prototypes of test suites we plan to make available later this year. We are making the prototypes available for download
    because IHVs (Independent Hardware Vendors) and third-party developers have told us these tests are useful in assessing the readiness of their drivers. Please note that these prototype test suites are unsupported. We welcome your comments, which can be submitted by e-mail to
    [email protected]
    The test suites (NETTests for network drivers, SUNWprtst for storage drivers) are on the Developers Tools page (http://soldc.sun.com/developer/support/driver/tools/). If you're a
    registered user of the Solaris Developers Connection, log on and go straight to this page, then choose the network or storage test suite to download. If you haven't registered yet, go to
    http://soldc.sun.com to register (it's quick and it's free). You'll find links to the test suites under "What's New" on this same page.

    Pre-qualification test suites for verification of network and storage device drivers on Solaris(TM) 7 (Intel Platform Edition) are now available. These test suites are prototypes of test suites we plan to make available later this year. We are making the prototypes available for download
    because IHVs (Independent Hardware Vendors) and third-party developers have told us these tests are useful in assessing the readiness of their drivers. Please note that these prototype test suites are unsupported. We welcome your comments, which can be submitted by e-mail to
    [email protected].
    The test suites (NETTests for network drivers, SUNWprtst for storage drivers) are on the Developers Tools page (http://soldc.sun.com/developer/support/driver/tools/). If you're a
    registered user of the Solaris Developers Connection, log on and go straight to this page, then choose the network or storage test suite to download. If you haven't registered yet, go to
    http://soldc.sun.com to register (it's quick and it's free). You'll find links to the test suites under "What's New" on this same page.

  • [svn:osmf:] 16045: To fix bug FM-760, add a test suite for http streaming video.

    Revision: 16045
    Revision: 16045
    Author:   [email protected]
    Date:     2010-05-11 16:35:52 -0700 (Tue, 11 May 2010)
    Log Message:
    To fix bug FM-760, add a test suite for http streaming video.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-760
    Modified Paths:
        osmf/trunk/framework/OSMFIntegrationTest/org/osmf/OSMFIntegrationTests.as

    (Removed)

  • Test suites for Java.lang, java.util ?

    Does anyone known a good (free) test suite for java.lang and java.util ?
    I heard about "Mauve project" and was wondering how good it is...
    any others equivalent projects ?
    Thanks a lot !
    Eg\\*

    Hi,
    because I will have to test a specific implementation of these package (on an embedded device).
    Eg\\*

  • Simple test suite for regression testing

    Hi,
    I was wondering if anyone has a simple test suite available.
    I'm after these main areas:
    1. arbitary script lanching (or just firing off ud32 files)
    2. database comms (inserting test data, extracting final status)
    3. comparison (ala diff) for regression tests.
    I have knocked out a partial (i.e. not 100% finished!) one myself in perl, but was wondering what else other people have created .
    i'm Looking for insparation / use what has already been done!
    Thank in adavance,
    Wayne

    Subclass the test case itself, and have a factory method to return instances of the correct class you wish to test, or, use a protected instance variable to put it in
    e.g
    public class TestMyClass extends TestCase {
       public MyClass getMyClass() {
         return new MyClass();
      public void testSomething() {
           MyClass myClass = getMyClass();
           assertTrue(myClass.isWorking());
      public class TestSubclass extends TestMyClass {
         @Override
         public MyClass getMyClass() {
            return new Subclass(); // assume this extends MyClass
         // all the superclass test methods still get run
      }or
    public class TestMyClass extends TestCase {
      protected MyClass myClass;
      public void setup() {
        this.myClass = new MyClass();
      public void testSomething() {
           assertTrue(myClass.isWorking());
      public class TestSubclass extends TestMyClass {
      public void setup() {
        this.myClass = new SubClass();
         // all the superclass test methods still get run
      }

  • Security Certificate issue in Application Testing Suite for EBS/Forms Test Script

    I am running an OpenScript EBS/Forms test in OATS and my test is failing when it tries to load the first screen.  It appears to be hitting a page stating that there is a problem with this website's security certificate.  I have not had this problem before, and would like some advice on fixing the issue.  Thanks.

    HI ,
    I am facing same problem. If anyone has any way out / work around for  the same, please share
    Thanks in advance for your support

  • Testing suite for Oracle ADF useful link

    http://www.oracle.com/technetwork/oem/app-test/index.html

    I would like to do load testing + some testing on SQL tuning....this is an excellent blog which you have gave michel...i am onto this....can you help me find some testing on how to tune the pages which are taking a long loading time. Thanks alot.
    Performance have been an issue in my application which now contains more than 120 reports on more than 90 pages..... i need to test all pages with there performance....
    Do reply,
    With Regards,
    Sunil Bhatia

  • This is what I need... is there an Adobe product well suited for this?

    My task is to open existing PDF's (whose source is a either a scaned document or converted word doc) label the document with numbers and somehow indicate which paragraphs of text each number applies to.  I need these "labels and mark-ups" to be saved with the pdf and also visible when the pdf is printed.  I currently use acrobat commenting tools (text box and line drawing tool) to do this.  However I am wondering if another product exist that would have additional features that would help me produce a professional looking document.  I do not need to edit text, just need to add labels and symbols that would allow the content to be referenced quickly.
    Thanks for taking the time to read this.  I hope you have a great day!

    You might want to look into what dynamic stamps can provide. They are a feature of Acrobat, but you'd have to create them yourself.

  • Is there a test suite out there for testing AWT core functionality?

    Hi all,
    I am searching for some kind of test suite for testing AWT core functionality. It's obvious that these test aren't automatically ones like classic unit tests. I think more about a suite of mini applications that are bound together and their result must be checked manually from a user. Of course better would be some kind of reference screen dumps and a automatic comparison to them.
    Do anyone know if something like this already exists?
    Cheers
    Timo

    I've never actually used it, bug google for the "Java Compatibility Kit", aka the JCK. I believe it contains both AWT and Swing tests. It's developed by Sun, so it's (hopefully) comprehensive.

  • Error while running ADF-BC Test Suite from command line

    Hi,
    I have created a separate test project containing the Test Suite for the Model componenet of my ADF-BC  application.
    I need to run this test project separately from jmeter.
    The tests run fine from Jdev, But when I package the test project into a jar and try to run from command line, I get the following error:
    java.lang.NoClassDefFoundError: oracle/jbo/ApplicationModule
            at com.oracle.cs.cap.module.applicationModule.ServiceAMFixture.<init>(ServiceAMFixture.java:36)
            at com.oracle.cs.cap.module.applicationModule.ServiceAMFixture.<clinit>(ServiceAMFixture.java:15)
            at com.oracle.cs.cap.module.view.EntitlementReportDurationViewVO.EntitlementReportDurationViewVOTest.<init>(EntitlementReportDurationViewVOTest.java:11)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
            at java.lang.reflect.Constructor.newInstance(Unknown Source)
            at org.junit.internal.runners.JUnit4ClassRunner.createTest(JUnit4ClassRunner.java:72)
            at org.junit.internal.runners.JUnit4ClassRunner.invokeTestMethod(JUnit4ClassRunner.java:79)
            at org.junit.internal.runners.JUnit4ClassRunner.runMethods(JUnit4ClassRunner.java:51)
            at org.junit.internal.runners.JUnit4ClassRunner$1.run(JUnit4ClassRunner.java:44)
            at org.junit.internal.runners.ClassRoadie.runUnprotected(ClassRoadie.java:27)
            at org.junit.internal.runners.ClassRoadie.runProtected(ClassRoadie.java:37)
            at org.junit.internal.runners.JUnit4ClassRunner.run(JUnit4ClassRunner.java:42)
            at org.junit.internal.runners.CompositeRunner.runChildren(CompositeRunner.java:33)
            at org.junit.runners.Suite.access$000(Suite.java:26)
            at org.junit.runners.Suite$1.run(Suite.java:93)
            at org.junit.internal.runners.ClassRoadie.runUnprotected(ClassRoadie.java:27)
            at org.junit.internal.runners.ClassRoadie.runProtected(ClassRoadie.java:37)
            at org.junit.runners.Suite.run(Suite.java:91)
            at org.junit.internal.runners.CompositeRunner.runChildren(CompositeRunner.java:33)
            at org.junit.internal.runners.CompositeRunner.run(CompositeRunner.java:28)
            at org.junit.runner.JUnitCore.run(JUnitCore.java:130)
            at org.junit.runner.JUnitCore.run(JUnitCore.java:109)
            at org.junit.runner.JUnitCore.run(JUnitCore.java:100)
            at org.junit.runner.JUnitCore.runMain(JUnitCore.java:81)
            at org.junit.runner.JUnitCore.main(JUnitCore.java:44)
    Caused by: java.lang.ClassNotFoundException: oracle.jbo.ApplicationModule
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            ... 27 more
    The Test project jar is created as ADF Library JAR File with Model.jpr as the dependent project. This takes care of project class dependencies
    All the adf library dependencies are added to the manifest file of the Test Project jar referring to a location lib/ in the jar file directory.
    I tried creating the ApplicationModule using both Configuration class (Configuration.createRootApplicationModule) as well as using the JDBC Connection String but both fail when I run the test cases independently from jmeter.
    Anybody came across such an error? Please help.
    Thanks,
    Sapna

    Hi Timo,
    Im using JDev version 11.1.1.6.0.
    I checked the class path on the jdev console. All the library references are mentioned in the manifest.mf classpath of the test project like below:
    Manifest-Version: 1.0
    Class-Path: lib/identitystore.jar
    lib/adfm.jar
    lib/groovy-all-1.6.3.jar
    lib/adftransactionsdt.jar
    lib/adf-dt-at-rt.jar
    lib/adfdt_common.jar
    lib/adflibrary.jar
    lib/xmlparserv2.jar
    lib/db-ca.jar
    lib/jdev-cm.jar
    lib/ojmisc.jar
    lib/commons-el.jar
    lib/jsp-el-api.jar
    etc...
    So I expect the library references should be resolved looking at the manifest file.
    Another set of entries that I see in the jdev classpath are related to the Model project which is under test.
    -classpath
    D:\CurrentProject_1\16_7_2013_3pm\11_7_2013\.adf;
    D:\CurrentProject_1\16_7_2013_3pm\11_7_2013\Model\classes;
    How do I put these entries into my class path? Will it be sufficient if I add the Model.jar into my test project classpath?
    Thanks,
    Sapna

  • Portal Studio Test Suite

    I have been trying for the past several days to locate the Portal Studio Test Suite download to allow me to test my portlets outside of the Oracle Portal.
    This is crucial to our development as we need the ability to develop these portlets without constant interaction with our portal server due to bandwidth and access limitations.
    The link on the OTN simply returns a Document Not Found error.
    Please help.
    Lewis Guvenoz
    McDonalds

    You find a link to the Test Suite, for example, on the page covering the Developer Services.

  • JMS Spec. Test Suite

    Hi,
    I am wondering if Fiorano's JMS Test Suite is certified for JMS spec conformance ? I got some responses from other places that the tool is buggy and also mentioned that sun has a JMS Test Suite for provider conformance. Is it publicly available ? if so where can i get them ?
    Thanks for any help
    -raj

    The only test I know of from Sun is the J2EE compatibility test which certifies J2EE JMS providers.
    http://java.sun.com/j2ee/

  • Psd test suite

    Hi,
    I have developed a stand alone application that loads psd images.
    I want test my application and I needed a test suite of psd images.
    Is there a psd images test suite?
    Thanks
    Rino

    Hi again,
    Can someone out there please answer??

  • MTM Test Suite creation based on test suite in the same tree

    Hello all,
    I'm using MTM to manage validaion
    I have Root test suite and several sub-test suite for different revisions
    Hierarchy is following:
    ReleaseTestSuite
    Version 1
    Version 2
    Version N
    After first validation cycle (Version 1) I have several passed\failed\active test cases and I would like to add in Version 2 test cycle ONLY failed and active test cases from Version 1
    Is it possible using MTM? Or it needs external tool?
    Thanks,
    Victoria

    Hi Victoria,
    Thank you for posting in MSDN forum.
    As far as I know that when we add test case from a test suite to another test suite, we can add test cases through query, we can use query to base on workitem's properties to retrieve workitems, however, the status of passed\failed\active is
    the test point's status, which is not the workitem. So we could not base on that status to query workitems.
    I suggest that you could add test cases base on test cases' IDs, we could add many test cases with this way. 
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for