Castor framework improved test coverage for SAPDB/MaxDB

Hi,
Just to announce that Castor (Open Source data binding framework for Java) was improved test coverage for SAPDB/MaxDB, with this maybe MaxDB can gain more community users.
enjoy
Clóvis

Hi,
Just to announce that Castor (Open Source data binding framework for Java) was improved test coverage for SAPDB/MaxDB, with this maybe MaxDB can gain more community users.
enjoy
Clóvis

Similar Messages

  • Test coverage in LabView Unit Test Framework

    Hi,
    can somebody from NI confirm the following two statements about the Unit Test Framework:
    1. The framework does not support "recursive coverage metrics", where the coverage considers sub-VIs that are executed in the VI under test.
    2. 100% coverage means something weaker that common "branch coverage". For example, an "if" VI is a branch in the program but it is not considered as a branch by LabView's test coverage metrics.
    Thanks,
    Peter

    Hello Johannes,
    I'm interested in branch coverage of a VI under test.
    Imagine a VI A that calls another VI B. If A is tested and LV's unit test framework reports 100% test coverage for A, it is possible that the test cases didn't visit all frames (branches) in B.
    Now my question is: is it possible that LV thinks of A as "flattened" so that all code in B is considered as code of A?
    Peter

  • How to schedule offline backup for SAPDB or maxdb

    Hello,
    I have stand alone SAPDB server ( without SAp system) , I wanted to know how to schedule the OFFline backup for SAPDB.
    Can yo tell me the command to schedule the offline backup .
    Command should do like:
    1) bring the DB to admin mode.
    2) start offline backup .
    3) bring the db up after backup done
    Regards,

    Did you read the available documentation?
    > 1) bring the DB to admin mode.
    dbmcli -u control,<password> -d <database> db_admin
    > 2) start offline backup .
    dbmcli -u control,<password> -d <database> backup_start <medium>
    > 3) bring the db up after backup done
    dbmcli -u control,<password> -d <database> db_online
    Basically you can do the same when the database is online, all backups are consistent, there's no difference in "offline" or "online" backup as with other databases (e. g. Oracle).
    Markus

  • Windows App Certification Kit - Test Fails for Validate Desktop App at "Write appropriate Add/Remove Program values"

    Hi,
    I am trying to validate a .Net Framework 4 WinForms application for use in the Microsoft Partner Network portal.
    I am using Windows App Certification Kit 3.4 for Windows 8.1 , and the Validate Desktop App option.
    To build the package I am using InstallShield 2012 SPR Limited Edition (for Visual Studio), and the validation fails
    only with the following error (please also see the attached image):
    Clean reversible install test: Failed to Write appropriate Add/Remove Program values
    Error Found: The registry population test detected the following error: app didn't create the required registry entries.
    A non-optional value 'DisplayName' is missing or invalid (same for 'Publisher', 'ProductVersion')
    Please note that I have filled in all the publisher/product details in the InstallShield project, on the General Information page.
    Also I have tried to use the Microsoft Visual Studio Installer Project for VS2013, and the validation failed with the exact same error.
    (https://visualstudiogallery.msdn.microsoft.com/9abe329c-9bba-44a1-be59-0fbf6151054d)
    Any help would be very appreciated.
    Thank you.

    You may need to add the necessary info to the app’s Windows Installer package so it can configure Add/Remove Programs in Control Panel correctly. Setting these properties automatically writes the corresponding values into the registry. From the picture,
    you are missing some necessary information about your desktop app.
    Also You need the correct admin permissions to write to the registry.
    Please refer to this thread:
    http://stackoverflow.com/questions/21182856/windows-app-certification-kit-test-result-app-didnt-create-the-require-regist
    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.

  • Test coverage of switch when using an enum

    I'm writing a unit test for the following: -
    switch (status) {
        case ACTIVE:
            return "A";
        case POSTED:
            return "P";
        default:
            throw new IllegalArgumentException("unknown status: " + status);
    }Where status variable is an enum type like: -
    public enum BatchStatus {
        ACTIVE, POSTED
    }I'm of the opinion that having the default branch above makes the code safer and more robust (it means that if the enum grows, problems can be immediately identified).
    So the question is... is it impossible to achieve 100% test coverage, but still retain the default branch above? Since the BatchStatus is an enum (and hence final, and cannot be instantiated), I can't create a third mock value that is neither ACTIVE nor POSTED, so I can't test the default branch.
    ???

    rather than use the switch block - which isn't very OO, and is a maintenance pain - why not have the enum itself return these values?
    public enum BatchStatus {
    ACTIVE("A"),
    POSTED("P");
    private BatchStatus(String status) {
        this.status = status;
    private String status;
    public String getStatus() {
        return this.status;
    }that way, the maintenance programmers have no option but to keep the lot up to date. this over-simplified example probably doesn't address your real problem, but it might point you in a direction you hadn't considered before

  • Is there any Tools for Code coverage for SQL Azure Database projects

    I need to capture data base code coverage for all the manual and automated test. this is for Azure DB, is there any tools available for the same? Please advise

    Hi,
    In order to code coverage for SQL Azure, use Microsoft Test Manager.
    This Link helps you in understanding and step by step procedures for manual testing.
    http://msdn.microsoft.com/en-us/library/vstudio/hh698492(v=vs.110).aspx
    Along with the above link also refer to
    http://msdn.microsoft.com/en-us/library/jj156172.aspx
    http://msdn.microsoft.com/en-us/library/jj156144.aspx
    Girish Prajwal

  • [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 configurartion for QTP script

    Hi all,
    we used a QTP script part of a framework.
    The Driver sheet, executionsheet were all present in Local desktop.
    This script is stored in solution manager ECATT as external script.
    My doubt is
    1. While defining a test configuration for QTP script what variant do we need to maintain as all the required input as available in local desktop which will be got from the code.
    2. Is there a way to maintain the required input sheets centrally in solution manager and QTP script being able to download required the input sheet from solution manager.
    Kindly advice ...I searched in the net but didn't get any information.
    Thanks,
    Subhashini.

    Hi all,
    we used a QTP script part of a framework.
    The Driver sheet, executionsheet were all present in Local desktop.
    This script is stored in solution manager ECATT as external script.
    My doubt is
    1. While defining a test configuration for QTP script what variant do we need to maintain as all the required input as available in local desktop which will be got from the code.
    2. Is there a way to maintain the required input sheets centrally in solution manager and QTP script being able to download required the input sheet from solution manager.
    Kindly advice ...I searched in the net but didn't get any information.
    Thanks,
    Subhashini.

  • [svn:fx-4.x] 15174: Add checkin test SparkLayoutDirectionTest for mirroring feature signoff.

    Revision: 15174
    Revision: 15174
    Author:   [email protected]
    Date:     2010-03-31 11:48:49 -0700 (Wed, 31 Mar 2010)
    Log Message:
    Add checkin test SparkLayoutDirectionTest for mirroring feature signoff.
    QE notes:
    Doc notes: None
    Bugs:
    Reviewed By: Alex
    Tests run: checkintests
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/tests/basicTests/BasicTests-config.xml
        flex/sdk/branches/4.x/frameworks/tests/basicTests/BasicTests.mxml
    Added Paths:
        flex/sdk/branches/4.x/frameworks/tests/basicTests/spark/scripts/LayoutDirectionTestScript .mxml
        flex/sdk/branches/4.x/frameworks/tests/basicTests/spark/views/LayoutDirectionTests.mxml

  • Setting up local testing server for coldfusion 9

    I could use some help with this thread in coldfusion forum...
    setting up local testing server for coldfusion 9 w dreamweaver on mac
    http://forums.adobe.com/thread/773350
    thanks

    I'm marking this as assumed answered, as you seem to have solved the problem in the other thread.

  • My ipod nano 6th gen fell out of my pockey and the screen cracked badly, is there any coverage for this under warranty? I just bought it a month ago. If not what are the options for getting it fixed

    My ipod nano 6th gen fell out of my pocket and the screen cracked badly, is there any coverage for this under warranty? I just bought it a month ago. If not what are the options for getting it fixed? It is pretty frustrating, it fell from about 3 feet out of my pocket and now looks like it was beaten by a hammer.

    Debbie:
    deborahfromwindsor wrote:
    he advises restarting by inserting the OSX disc and pressing down the C button to reboot from there then selecting disk utility, hard disk and repair.... Does he mean me to hold down the C key on the alpha keyboard or the ctrl key?
    Should I just ask for my money back??? If it is a simple repair do I just literally push the disc in, push the power button and hold down the C button?
    That's where I would begin, too, with
    Repair Disk
    Insert Installer disk and Restart, holding down the "C" key until grey Apple appears.
    Go to Installer menu (Panther and earlier) or Utilities menu (Tiger) and launch Disk Utility.
    Select your HDD (manufacturer ID) in the left panel.
    Select First Aid in the Main panel.
    (Check S.M.A.R.TStatus of HDD at the bottom of right panel, and report if it saysanything but Verified)
    Click Repair Disk on the bottom right.
    If DU reports disk does not need repairs quit DU and restart.
    If DU reports errors Repair again and again until DU reports disk is repaired.
    If DU reports errors it cannot repair you will need touse autility like TechTool Pro,Drive Geniusor DiskWarrior
    First we need to determine if the issue you are experiencing with the computer is software or hardware based. Once we have gotten things sorted out there should be time enough to make you decision about keeping or returning it.
    cornelius

  • How to delete the coverages for an ACTIVE service contract ?

    Hi ,
         I have created coverages for few service lines for a service contract in R12. The contract is in ACTIVE status. If it was in ENTERED state, I could use OKS_COVERAGES_PUB.DELETE_COVERAGE to delete the coverages. But this contract is in  ACTIVE status.
         Basically I want the lines lse_id=2,3 removed for a particular line (lse_id=1) which were created by using OKS_CONTRACTS_PUB.CREATE_SERVICE_LINE. This contract has a standard coverage and hence there should not be lines with lse_id=2,3 for that particular service line .
         Also, I am not able to delete a coverage for an EXPIRED contract.
         Please let me know if you need more information on this.

    Hi 2619098
    Did you find a solution for this? I am having the same problem. Please advice.
    Regards

  • Getting error while writing JUnit test case for RestFul Services

    Hi All,
    I have written Restful services in Netbean 6.8.
    It's running well...no issues.
    {color:#0000ff}While writing JUnit test cases for them, I am getting following error:
    {color}{color:#993300}Testcase: testGetAuthenticated(com.ct.services.LoginServicesTest): Caused an ERROR
    Implementing class{color}
    java.lang.IncompatibleClassChangeError: Implementing class
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:616)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$000(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:303)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316)
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:616)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$000(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:303)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316)
    at org.eclipse.persistence.jpa.PersistenceProvider.createEntityManagerFactory(PersistenceProvider.java:160)
    at org.eclipse.persistence.jpa.PersistenceProvider.createEntityManagerFactory(PersistenceProvider.java:65)
    at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:52)
    at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:34)
    at com.ct.services.LoginServices.getAuthenticated(LoginServices.java:205)
    at com.ct.services.LoginServicesTest.testGetAuthenticated(LoginServicesTest.java:84)
    Test com.ct.services.LoginServicesTest FAILED
    F:\NetbeanProjectsWorkspace\DemoProject\nbproject\build-impl.xml:972: Some tests failed; see details above.
    BUILD FAILED (total time: 11 seconds)
    {color:#0000ff}Strange thing is that when I am commenting below lines and its related calls:
    {color}
    {color:#ff0000}EntityManagerFactory mEmf = Persistence.createEntityManagerFactory("AnyName");
    EntityManager mEm = mEmf.createEntityManager();
    {color}
    {color:#0000ff}from my code, JUnit test cases are working fine.
    {color}Anybody having any idea about this ?
    Thanks
    Avi
    Edited by: Avi007 on Aug 28, 2010 5:17 AM

    Hi All,
    [http://stackoverflow.com/questions/2778295/test-driven-development-problem]
    Please refer the above link for the solution
    Thanks
    Avi
    Edited by: Avi007 on Aug 30, 2010 12:33 AM

  • Test Scripts for financials modules

    Hi,
    I am looking for detailed test scripts covering all test scenarios for system testing in financials modules. I am interested in Purchasing, Payables, Cash Management, Projects and Fixed Assets. I also need for Receivables and Order Management.
    Do some body have this please let me know. If there is any website or download place where I can get this. Please let me know.
    I am looking for a test script to show the purpose and results clearly including the gl accounts involved and the results in debiting and crediting the accounts in various transactions while doing the test. For ex. when you validate a PO matched invoice in Payables which accounts get affected and how etc.
    Thanks in advance
    Regards,

    Pl do a search for "financials test scripts" in the forum search - this has been discussed and responded to many times before :-)
    HTH
    Srini

  • I recently updated two of my phones to Note 3's and now I have the worst coverage for phone service I have ever had.

    I have been a customer for your coverage for quite a while.   Since the upgrade to the Notes for my Wife and I we have continuous dropped calls in our home.   We never experienced this before with any of our previous phones.   I got rid of all my house phones because I had such dependable service but not any more.   What gives with this model phone?   We are about ready to leave Verizon.  We need a dependable phones.   All I get when I call Verizon is that they want to go through all this ** which I did and then they want to replace the phone.    I might think that would be a problem except that both my wife and my phone are doing the same thing.    Looking at coverage it says I am in the best zone so what can I do?

    Unfortunately from my experience not much can be done from our end a clearly big red doesn't support the device.  This was a direct quote from a service rep.  I was told I am in an area of marginal coverage although I have been a customer for more than 10 years in the same area.  I didn't have an issue until the 4.4.2 update.  I have replaced sim cards received replacement devices and sent the phone I'm to Samsung for service.  None of the above have solved the issue.  So we either deal with the issue or upgrade the phone.  Big red has been no help at all and it does make you want to change providers.  As I was to Verizon just sells the phones and cannot help end user experience very frustrating.  I have been dealing with dropped call, missed calls, poor signal, and missed text messages for months.

Maybe you are looking for

  • Safari won't open some secure pages

    It's not just Safari, though - Firefox, Chrome, Opera. It's not just my iMac either - MacBook Pro *AND* iPad. Some secure sites simply won't open.  It looks like they load (the timer thing goes through the URL) but blink - no page. Just a blank brows

  • Tax code automatically to Freight costs document created thru VI01

    Dear friends, Could I determine tax code automatically into freight costs document when I create document in VI01 ? How could I do that ? This tax code goes to PO when PO created to pay this freight costs ? best regards, Ale

  • Will CS6 still be supported on Windows XP platforms?

    Will CS6 still be supported on Windows XP platforms now that Microsoft no longer support this operating system?

  • PCo 2.3 Authorization Error while connecting to MII 14.0

    Hi All, We are trying to connect MII 14.0(installed on HP-UX[Unix] system) with PCo 2.3 (installed on Windows 2003 R2 SP2 system). Both MII & PCo servers are on same network. When we are trying to configure the PCo details in MII Data Servers using t

  • ConvertTo-HTML Problem

    Hi, I'm writing my first script and everything is working ok.. except when i try to convert it to html. i have tried a few different ways but cant seem to get it right. the closest i have got is: Function BSValidate-PPServer {     Param (         [St