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

Similar Messages

  • 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
      }

  • 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

  • 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

  • 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/

  • 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.

  • Please clarify license terms for the PDF test suites

    The Adobe Acrobat Engineering team site (http://acroeng.adobe.com/wp/) is a great resource, containing all sorts of test files that are very helpful when developing PDF tools. Unfortunately, that site does not make the license terms of the test suites clear. Would it be possible to clarify the terms underwhich those files have been made available, so that it is clear whether we can re-use them for testing purposes? (e.g. CC-BY or whatever).

    We don't have a product - I am one staff member from a number of international 'memory institutions' (national libraries, archives, etc.) that all work together to understand and document digital formats for long-term preservation purposes. As we pool knowledge across organizations, limiting documents to 'internal use' is problematic.
    Of course, we can share metadata about your documents, and refer to them by URL, but that gets tricky when we want to talk about details. Can we blog about a specific fragment of one of those documents? Can we include a screen shot? Where is the line? Simple licensing helps make this clear.
    Also, frankly, we are playing a very long game and have to plan for the possibility that that website, and even Adobe itself, might not exist one day. This means we are not keen to become dependent upon test suites that cannot be kept safe by being cloned across our organizations.
    EDIT: Hm, sorry if that came across as ungrateful. Thanks for offering to provide more examples, and of course, it's great to have these documents available (internal use is better than no use!). I just wanted to make it clear there are other use cases that these conditions can't cover.

  • Minimum system requirements for installing Oracle Application Testing Suite

    Hi,
    Can anyone tell me what are the minimum system requirements for intalling Oracle Application Testing Suite?
    Thanks in Advance

    From the release notes (12.1.0.2).
    System Requirements
    Oracle Application Testing Suite has the following system requirements:
    4
    3.1 Oracle Functional Testing/OpenScript
    Oracle Functional Testing’s OpenScript scripting platform has the following system
    requirements:
    ■ Operating System (32-bit and 64-bit versions): Windows XP, Windows Vista,
    Windows 2003, Windows 7, Windows 2008
    ■ Memory: Minimum 1 GB
    ■ System: x86, 32-bit or 64-bit processor, 2.6 GHz or faster
    ■ Disk Space: 4 GB minimum
    ■ Browser: Internet Explorer 7.x, 8.x., 9.x and Firefox 3.5/3.6, 6.x
    3.2 Oracle Load Testing
    Oracle Load Testing has the following system requirements:
    ■ Operating System (32-bit and 64-bit versions): Windows XP, Windows Vista,
    Windows 2003, Windows 7, Windows 2008, Windows 2008 R2. Oracle Enterprise
    Linux 5.1, 5.2 64, 4u8.
    ■ Memory: Minimum 2 GB.
    ■ System: x86, 32-bit or 64-bit processor, 2.6 GHz or faster
    ■ Disk Space: 10 GB minimum free (at least 3 GB free on the system drive)
    ■ Browser: Internet Explorer 7.x, 8.x, 9.x, Firefox 3.5/3.6, 6.x
    ■ Database: Oracle EE 10g or 11g, XE 10g
    ■ Application Server: Oracle WebLogic 11g (10.3.5.0). Oracle Application Testing
    Suite requires the standard WebLogic Server installation (which includes jrocket
    jdk.). It does not support generic versions of WebLogic Server installation (such as
    those that use wls1035_generic.jar).
    ■ Oracle Load Testing Agent also supported on Linux 32-bit & 64-bit, in addition to
    Windows 32-bit and 64-bit operating systems listed above
    Note: These are minimum requirements only and actual
    requirements for the Oracle Load Testing Server will vary depending
    on the size and configuration of your load test. If you are running
    larger load tests, of greater than 1000 Virtual Users, you should
    consider deploying Oracle Load Testing on a faster server class
    machine with additional RAM recommended.
    Note: Oracle recommends running the Oracle Load Testing Server
    and Agents on separate systems for production load testing. The
    amount of memory required on the Oracle Load Testing Agent
    systems may increase based on the number of Virtual Users that will
    be assigned to run on each Agent. For more information, visit the
    QA/Testing Technology Center on Oracle Technology Network or
    contact your Oracle representative.
    5
    3.3 Oracle Test Manager
    Oracle Test Manager has the following system requirements:
    ■ Operating System (32-bit and 64-bit versions): Windows XP, Windows Vista,
    Windows 2003, Windows 7, Windows 2008, Windows 2008 R2. Oracle Enterprise
    Linux 5.1, 5.2, 4u8.
    ■ Memory: Minimum 2 GB.
    ■ System: x86, 32-bit or 64-bit processor, 2.6 GHz or faster
    ■ Disk Space: 10 GB minimum free (at least 3 GB free on the system drive)
    ■ Browser: Internet Explorer 7.x, 8.x, 9.x, Firefox 3.5/3.6, 6.x
    ■ Database: Oracle EE 10g or 11g, XE 10g
    ■ Application Server: Oracle WebLogic 11g (10.3.5.0). Oracle Application Testing
    Suite requires the standard WebLogic Server installation (which includes jrocket
    jdk.). It does not support generic versions of WebLogic Server installation (such as
    those that use wls1035_generic.jar).
    3.4 Additional Notes
    The following are additional notes about system requirements:
    ■ The ATS installer can automatically install and configure an Oracle 10g Express
    Edition (XE) database for use with Oracle Load Testing and Oracle Test Manager.
    Although this is useful for demos, for production usage switching to Oracle's 11g
    Enterprise Edition database is highly recommended. Oracle 11g Standard Edition
    and Oracle 10g EE or SE are also supported.
    ■ System memory requirements do not take into account other processes that may
    be running and using memory on your system, reducing free uncommitted
    memory available.
    ■ When installed on the same machine, Oracle Load Testing and Oracle Test
    Manager will run on the same server and use shared system resources. Oracle
    Functional Test/OpenScript is a separate application that have its own memory
    and CPU requirements.
    ■ The ATS products will run in 32-bit compatibility mode when installed on 64-bit
    operating systems. It is possible for Oracle Application Testing Suite to be installed
    on an existing WebLogic server. However, if the pre-installed WebLogic server is
    JRockit plus WebLogic (64-bit) environment, some functions in Oracle Application
    Testing Suite will not work properly. Oracle Application Testing Suite can be
    installed on a 32-bit WebLogic, but not a 64-bit.
    ■ The legacy Oracle Functional Testing, VB-based scripting platform and associated
    components (such as Job Scheduler) are no longer included with the ATS installer
    Note: These are minimum requirements only and actual
    requirements for Oracle Test Manager will vary depending on the
    quantity of test assets stored and number of concurrent users
    accessing the application. If you have a large quantity of test cases,
    requirements or issues stored and/or are deploying Oracle Test
    Manager for a team greater than 10 users, you should consider
    deploying Oracle Test Manager on a faster server class machine with
    additional RAM recommended.
    6
    starting with version 9.2. Customers that still require this product should

Maybe you are looking for

  • How to avoid version information in http response

    Hi, We have a SAP java web application in webdynpro framework developed using SAP NetWeaver. If I right click on broswer and see View Source of the page, it is displaying information related to Development components, java version, SAP version etc..

  • Can't find a way to install pandoc - cabal or AUR (SOLVED)

    I am running Arch x86-64 and can't get pandoc up and running.  I've tried the AUR packages as well as adding Haskell repo's as shown in the wiki, and also cabal with the available ghc. At this point I'm back to the arch standard GHC and cabal-install

  • Do I need to update DST Patch in both locations.

    Hi, I have Solaris 10 installed on SPARc machine which is having Java 1.5 version buy defauly and doesnot reqiuire patch update as I have understand. But my application runs on Java 1.4.05 at present and java home is a custom path different from defa

  • Why won't Mountain Lion install on my MacBook Pro?

    Ok, so I've just bought Mountain Lion from the app store for my 2010 13 inch MacBook Pro, it's been downloaded, and now I'm trying to install it. It takes me to the first page, I accept the software license agreement and all that, choose that I want

  • Measuring impedance with AT-MIO-16E??

    Hi to everyone, I am starting my experience with Labview at the technical university and I have to "write" a program in Labview 6.1 that will use the NI AT-MIO-16E-10 board and will generate the signal to Analog Output, the signal will go through the