Docs on integration testing

please send me docs on integration testing with atleast one complete scenerio

Hi Karunakar,
Integration testing - It is the phase of software testing in which individual software modules are combined and tested as a group. It follows unit testing and precedes system testing.
Integration testing takes as its input modules that have been checked out by unit testing, groups them in larger aggregates, applies tests defined in an Integration test plan to those aggregates, and delivers as its output the integrated system ready for system testing.
Unit testing - One part or the whole part of transfer rules , update rules, etc..
Integration testing - The whole data flow cycle to be tested
This link will give u detailed description
http://en.wikipedia.org/wiki/Software_testing
Stress testing in BI..
/people/mike.curl/blog/2006/12/05/how-to-stress-test-bw-the-easy-way
REFER THIS REG CATT
http://help.sap.com/saphelp_erp2005/helpdata/en/d7/e21221408e11d1896b0000e8322d00/frameset.htm
Check this doc on Unit Testing
unit testing
Look at the threads below :
Testing Methods in BW
Unit Testing in BW
How to do testing in BW
Hi...BW testing
Re: Hi...BW testing
Hi...BW testing
Pls refer following links...
http://help.sap.com/saphelp_nw04/helpdata/en/d7/e210c8408e11d1896b0000e8322d00/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/3c/aba235413911d1893d0000e8323c4f/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/d7/e2123b408e11d1896b0000e8322d00/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/d7/e2123b408e11d1896b0000e8322d00/frameset.htm
Hope it helps you!
****Assign Points If Helpful****
Regards,
Ravikanth

Similar Messages

  • Unit Testing / Integration Testing

    Hi all
    Can somebody provide links to SAP testing....
    Can anybody define & write down the step by step details on carrying out unit testing, integration testing and user acceptance testing...How it is done..which systems..tools..test scripts / test cases etc

    hi,
    For all kinds of testing the first thing is to enumerate the scenarions i.e preparing a list of scenarions that need to be tsted. this wud include the test data and also the desired results. templates are provided by the consultants to the end users. thse templates have a description of the scenarios, the data used, the transacion codes,  the docs generated and if the desired results were obtained. thse need to be certified by the concerned.
    integration and unit tsting can be done on the same or different clients depanding on system landscape. user accptance testing is generally after the interfration tests have been satisfactorily conducted. different knds of users are asked to do the tests once their id roles and profiles are created. this phase shud be handled as if live production envirionment.
    saurabh

  • Unit testing or integration testing?

    Here it says that this example is more of an explanation of framework than best practice because of the conflation of integration/unit testing concepts: http://docs.flexunit.org/index.php?title=Using_Asynchronous_Startup
    My question is, how do you define a line here between unit testing and integration testing? What kind of UI components asynchronous tests are then considered to be unit tests and not yet integration tests? Many books recommend having 100% code coverage with unit tests. How would this example look like, to be considered only a unit test and not integration test?

    The question about which levels of testing to do are really dependent upon you. Let me explain a bit more.
    If you are building an application, and only an application, then functional testing probably covers most of your needs. In an application environment, you have a relatively narrow pathway of options and interactions that a user might follow. So long as you test those options well, your app will probably work as well.
    Where I see the real value of unit testing is testing for the unknowns. If you have a class that will be used in multiple applications in multiple ways, or perhaps it is intended to be a reusable class where others in your organization will use it in the future, then you want lower level testing. You want to have the best coverage you can because you want to know that, regardless of the way someone chooses to use the code, it will likely function or at least fail gracefully.
    The same is true for integration. If I am creating a Flex component, then I can unit test part of it, but not all. So, I want to use integration tests to ensure that it works in as many circumstance as possible. Further, Flex components have a life cycle, so testing them when they are not on the display list isn't really a valid test..
    So, to summarize, I see unit and integration w/Flex about testing possibilities and trying to achieve realistic code coverage for known and possible use cases. I see functional testing as testing those components in very specific use cases.
    Which do you need? Depends. Are you developing reusable components across (n) projects, likely the first 2 and maybe the last. Are you an application developer testing that an application works in documented business cases? Just functional will likely work.
    Hope that helps,
    Mike

  • Unit testing and integration testing

    hello 2 all,
                    what is the diff bet unit and integration testing? in sap what is unit teesting consists of and integration testing consists of what?
    is this the work  of test engineers r whose work is this?
    take care
    love ur parents

    Hi Sameer,
    Unit Testing
    A unit test is a procedure used to validate that a particular module of source code is working properly from each modification to the next. The procedure is to write test cases for all functions and methods so that whenever a change causes a regression, it can be quickly identified and fixed. Ideally, each test case is
    separate from the others; constructs such as mock objects can assist in separating unit tests. This type of testing is mostly done by the developers and not by end-users.
    Integration testing
    Integration testing can proceed in a number of different ways, which can be broadly characterized as top down or bottom up. In top down integration testing the high level control routines are tested first, possibly with the middle level control structures present only as stubs. Subprogram stubs were presented in Section 2 as incomplete subprograms which are only present to allow the higher level control routines to be tested. Thus a menu driven program may have the major menu options initially only present as stubs, which merely announce that they have been successfully called, in order to allow the high level menu driver to be tested.
    Top down testing can proceed in a depth-first or a breadth-first manner. For depth-first integration each module is tested in increasing detail, replacing more and more levels of detail with actual code rather than stubs. Alternatively breadth-first would proceed by refining all the modules at the same level of control
    throughout the application. In practice a combination of the two techniques would be used. At the initial stages all the modules might be only partly functional, possibly being implemented only to deal with non-erroneous data. These would be tested in breadth-first manner, but over a period of time each would be
    replaced with successive refinements which were closer to the full functionality. This allows depth-first testing of a module to be performed simultaneously with breadth-first testing of all the modules.The other major category of integration testing is bottom up integration testing where an individual module is
    tested from a test harness. Once a set of individual modules have been tested they are then combined into a collection of modules, known as builds, which are then tested by a second test harness. This process can continue until the build consists of the entire application.
    In practice a combination of top-down and bottom-up testing would be used. In a large software project being developed by a number of sub-teams, or a smaller project where different modules were being built by individuals. The sub-teams or individuals would conduct bottom-up testing of the modules which they were
    constructing before releasing them to an integration team which would assemble them together for top-down testing.
    I think this will help.
    Thanks ,
    Saptarshi

  • Unit testing and system integration testing for crystal report

    Hi gurus,
           I am creating crystal report by oracle procedure, will you please tell me how to do unit testing and system integration testing? appreciate very much.

    The focus of this forum is report design. The actual testing of reports would be subject to your own internal policies and procedures.
    Jason

  • Unit Testing and Integrating testing In HR

    Dear Sap Gurus,
    Would you be kind enough to  give me an example of unit testing and integrating testing??  what do you test, eg..TC and what else.. what happened.??. And also an example of Integrating testing  ..and an example ....I know what unit and integrating test is ..and with a good example, i will have a great idea about it ...thanks a lot.

    Hi Pooja
    Unit Testing:
    A process for verifying that software, a system, or a system component performs its intended functions.
    Unit transactions are tested against their own specifications and design documents.
    Integration Testing
    An orderly progression of testing in which software elements, hardware elements or both are combined and tested until the entire system has been integrated.
    Integration tests deal mainly with the testing of cross-application process chains in addition to transactions and business processes. The process models and the test cases derived from these form the basis of these tests.
    Regards
    Vijay

  • Difference between unit testing and integration testing

    What is the difference between unit testing and integration testing in SAP? Is unit testing takes place in Dev client and integration testing takes place in QA system?
    Please clarify
    thanks

    Hello Krishen,
    unit testing means veryfiingsmall / the smallet pieces of software, while integration testing checks the overall functionality of applications. Within the AS ABAP the tool ECATT + manual tests is used for integration tests and the ABAP Unit language integration for unit testing.
    When, Who, Where tests are carried out is ultimately a personal decision. As unit tests are operate even under heavy development they are often the first choice for developers, but the unit tests can also serve for regression tests over a long period. Integration tests tend too be created and executed in later stages as they require often a certain majurity of the software under test.
    Beside the mentioned links you may check out ABAP Unit infos also in the Wiki.
    https://wiki.sdn.sap.com/wiki/display/HOME/ABAP+Unit
    Best Regards
      Klaus

  • My Macbook aliminium unibody from late 2008 will not boot. I reach the grey screen with the apple icon and the spinning grey gear. I used disk utility to boot it but it said integrity test failed. I don't know what to do can anyone please help?

    My Macbook aliminium unibody from late 2008 will not boot. I reach the grey screen with the apple icon and the spinning grey gear. I used disk utility to boot it but it said integrity test failed. I don't know what to do can anyone please help?

    Sounds like you may have a harddrive issue.  You are probably going to need to get that changed out and then install the OS X again to get it going.

  • SOLMAN-Integration Test

    Dear gurus,
    We defined business processes in Blueprint (SOLAR01)
    against that we created a test plan and test packages and done the unit testing.
    Now we have to do integration test.which cut across all modules.
    whether separate business process to be created in SOLAR01 to create Test plan and test packages or can we use the exisiting business process itself.If it so, how to define a test plan by combining all module business process..
    For example:
    Take the Scenario Order To Cash Cycle.
    which cut across MM,SD,PP,QM,CO,FI transactions
    In the blueprint no where we maintain in this sequence. Because the blueprint is meant for individual module specific.
    so what is the recommended method for integration test.
    Should i create Each Integration Scenario as Separate Business Process in SOLAR01 or should i select thr transacion alone from different business process of existing Blueprint.
    Pls guide me.

    Thanks Prabhakar,
    I am aware of this, but this gives me details for one test plan.  Even when I use STWB_2, it gives me summary of all the test plans, and for status overview I have to go in each and every test plan.
    I am looking for some way out to generate the status overview of multiple test plans together in same screen, for reporting purpose.
    Any suggestions?
    Thanks,
    Smita

  • [svn:osmf:] 13357: 1) Modified a integration tests to correspond with the change to PluginInfo becoming a class .

    Revision: 13357
    Revision: 13357
    Author:   [email protected]
    Date:     2010-01-07 17:05:22 -0800 (Thu, 07 Jan 2010)
    Log Message:
    1) Modified a integration tests to correspond with the change to PluginInfo becoming a class.
    2) Modified the DFXPParser class in the CaptioningPlugin to use the new TimeUtil class in the framework.
    Modified Paths:
        osmf/trunk/plugins/CaptioningPlugin/org/osmf/captioning/parsers/DFXPParser.as
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/src/org/osmf/test/captioning/TestCapti oningPluginInfo.as
        osmf/trunk/plugins/MASTPluginIntegrationTest/src/org/osmf/test/mast/TestMASTPluginInfo.as
        osmf/trunk/plugins/MASTPluginIntegrationTest/src/org/osmf/test/mast/managers/TestMASTCond itionManager.as

  • XI Template for Integration Testing

    Hi All,
    Can you please provide me Integration Testing templates for Testing XI scenarios?
    These have to be provided to the Functional team for testing.
    regards,
    Piyush

    Can you please provide me Integration Testing templates for Testing XI scenarios?
    Ideally we cant....these have to be designed to suit your project/ org needs...may be on google you can find some templates...but you will have to fine tune them as you need.
    Better would be if you contact someone senior from your company...he/she may have one.
    Regards,
    Abhishek.

  • Scenario Testing vs. Integration Testing

    Hi,
    I am really confused with all the Testing lingo. There are so many different types of testing. They all sound like one another. Can somebody please clarify for me the difference btwn scenario testing and integration testing. A definition of each with a brief explanation would be nice.
    Thanks
    <b><REMOVED BY MODERATOR></b>
    Message was edited by:
            Alvaro Tejada Galindo

    Hi Ali,
    Testing is actually the process of exercising or evaluating a system or a system component by manual or automated means to verify that it satisfies specified requirements. It is the process of executing a program with the intent of locating errors.
    There are certain levels of testing as below:
    1) Unit Testing or Component Testing or White Box Testing or Scenario Testing
    2) Integration Testing or Interface Testing
    3) System Testing
    So, Scenario or Unit testing is taken care by the developer by executing the particular piece. Example is Developer wrote one program to display the list of vendors details. So, the developer tests whether the program is displaying the data correctly and in the correct format meeting the requirements.
    Integration testing is a logical extension of unit testing. In its simplest form, two units that have already been tested are combined into a component and the interface between them is tested. A component, in this sense, refers to an integrated aggregate of more than one unit. In a realistic scenario, many units are combined into components, which are in turn aggregated into even larger parts of the program. The idea is to test combinations of pieces and eventually expand the process to test your modules with those of other groups. Eventually all the modules making up a process are tested together.
    Integration testing (sometimes called Integration and Testing, abbreviated I&T) is the phase of software testing in which individual software modules are combined and tested together as a group.The purpose of integration testing is to verify functional, performance and reliability requirements placed on major design items.
    Example: A third party system sends vendor data file into our unix box. Our application program read the file and uploads the data and posts to different tables there by creating some document numbers.
    Hope this helps.
    <b><REMOVED BY MODERATOR></b>
    Thanks,
    Srinivasa
    Message was edited by:
            Alvaro Tejada Galindo

  • Integration Test and UAT - planning and document templates

    Hey all
    we are planning Integration Test and UAT currently
    I am perfectly aware of what you need in an e.g. out-dated classical APO-project with integration to ECC, BI etc
    But how do you do that in S&OP?
    We do not have a 3-system landscape with Developemt-Test-Production or more, we just have a test tennant and production
    Is there somewhere a recommended and described procedure?
    Example: If we plan 3 test cycles for data migration, we need to get rid of master dat in the existing model, but than we cannot go on working on correcting at the same time. So we need to make a copy of the planning area and load. Sounds simple. But than we need to switch interface with every test cycle
    there might be more things to consider which I am not aware of, especially as we are in a cloud
    Who can help with documentation / check lists / experience ???
    Same applies for a cutover plan ...
    Thanks
    Irmi

    Hi jitender,
    Yes, you can use Lync Rollout and Adoption Success Kit (RASK) .
    The Lync Rollout and Adoption Success Kit (RASK) provides an easy-to-follow, end-to-end framework for rolling out Lync 2013 within an organization. Inclusive of checklists, best practices, and key resources, Lync 2013 RASK offers guidance and resources to
    help achieve maximum results with your Lync rollout.
    For more details about Lync Rollout and Adoption Success Kit (RASK):
    http://blogs.technet.com/b/nexthop/archive/2013/04/19/introducing-the-lync-2013-rollout-and-adoption-success-kit-rask.aspx
    Best regards,
    Eric

  • Re:integration testing inbound and outbound details

    Hi Gurus,
                I am been asked to provide the Inbound and outbound details of BI for the sake of Integration testing.Can anyone please advise me what type of details we need to provide as being  BI consultant .In our case source is CRM.Please share your valuable  knowledge or documents with me..that would be much appriciable.
    Regards
    Kranthi

    answered

  • Any one prepar integration test cases in SAP XI

    Hi,
    any one help me ,how to prepare integration Test cases in SAP XI
    bye
    suresh

    Hi All,
    This is my Scenario,here java system(sapphire) and sap system ,in this one example is
    Whenever inspection lot is created, the inspection lot data should go to the receiver that is sapphire through XI. This User exit is tested to see whether IDOC Function module is populated or not and to check whether Idoc is populated.
    In this scenario,we r using File to IDOC
    for this scenario we are writting a integration teat cases.
    bye
    suresh

Maybe you are looking for