How to do Regression Testing in XI

Hello:
We are doing some patch upgrade for XI from SP13 to SP16 and we are planning to do some regression testing in Dev, then in QA and then in Prod. Are there any steps to take or is there any blog or PDF, links on how to do such regression testing? We have quite a lot of active interfaces.
Thanks.

Yes ,you are right.
If you upgrade new SP, first you need to check is the SP is upgraded correctly. For this you can check SP versions in ABAP stack and J2EE stack.
Next , you need to check the new features of the new SP. This you need to go manually to the atleast some adapters and you can check the features.
SM59 etc are part of Post Intsallation. So this is not required at first site. But it is better to do Readiness Check. These are consider as Regression testing for XI when you are upgrading/Moving the systems into different environment etc.
Atlast you can test end to end scneario to check the availability of Monitoring component.
These things our team has done .
Regards,
Moorthy

Similar Messages

  • Question abt Delta, Legacy system and Regression Testing..

    Dear SAP Guru's,
    I am New to SAP FICO and had a few q's..
    1) I wanted to know what is Delta and how is it used in SAP FICO?
    2) I even wanted to know a names of some Financial Legacy Systems?
    3) How to do regression testing? Does it require knowledge of ABAP?
    Please let me know the exact details of above questions.
    Thanks.
    SJ

    Hi,
    1) Delta usually refers to incremental change in functionalities/contents etc., Enhancements/Changes on account of new versions of SAP compared to older versions lead to delta.
    2) Legacy systems usually refer to in house applications and typically stand alone. there are many and it might be difficult to name.
    3) Regression testing is carried normally to check if any functionality working before is not working as desired now, usually consequence of a program change etc., It aslo includes re-running previously run tests and checking whether previously fixed faults have reemerged. Tools like Mercury's WinRunner are used for this purpose.
    Rgds.

  • ECM - How to open Review for Regression Testing on a regular basis

    Hi,
    We have implemented ECM for a large corporation that wants to run weekly regression testing on the application (including Portal functionality).  A problem occurs with the review period as it is set to the month of August (in table T71ADM08) however to be able to test the application we need to be able to open the review in the testing environment.
    Has anyone had similar experience?  We would like to avoid the need to transport changes through on a weekly basis opening and then closing the review.  The best solution at the moment seems to be creating a custom program that will enable the testers to open and close a review directly in the testing environment. 
    Any suggestions?
    Many thanks,
    Kelly.

    Hi
    For dynamic files you can;
    1. either do the DDL on the external table to point to the file with the changing name
    2Copy the file to a fixed name before using the external table/maps
    3. Use the preprocessor to cat/pipe these files for the external table. See the post here http://blogs.oracle.com/warehousebuilder/2009/06/file_staging_using_external_table_preprocessor.html it shows using gunzip but could simply be doing 'cat' on a bunch of files to standard output
    Cheers
    David

  • BW 3.1 to BI 7 Upgrade Non Regression Tests

    Dear All,
    I am planning a BW 3.1 upgrade to BI 7.
    I need to focus on Non-regression tests. In others words, I would like to know what kind of non-regression tests I will have to do to confirm the UAT.
    I am not talking here about post-upgrade activities (technical stuff). I am more focused on the current modelisation that has been upgraded (still in 3.x thought).
    So far, I identified the following:
    __Full Load tests__
    By loading a specific month data scope - before and after upgrade - I can confirm the data load processes through the cubes and ODS.
    Delta Load tests
    I do not know how can I do this (how can I ensure that my R/3 will not change ...)
    Queries
    I can select some of them to ensure they are still working ...?
    What can we have more in the non regression tests?
    Thank you for your help
    chris

    Hi guys
    Any thoughts?
    Thanks,
    Chris

  • Regression Testing in Dev

    If you are supposed to do regression testing in the Dev box, how will this compare with the Prod Box?
    If not then how can you check it works as it should?
    Thanks

    Hi,
    Usually Unit testing is done in DEV system, ie. testing is done to see if the object that has been created or changed is working properly.
    Regression testing is usually done in your Quality box as the volume and quality of data available is very good and close to Prod.
    To answer your question, when you run the PC in your Dev box, it should start the extractions, etc and the other processes assuming the PC itself does not have any errors.As for the source system data, it should've been maintained by the source system side, but it would be better to check with them first and if the data is not there or not maintained properly, you can let them know before you begin extracting.
    Hope that helps.
    Cheers,
    Kedar

  • Is Ecatt a Regression Testing Tool?

    Hi,I am New to Ecatt.
    Generally a Testing tool is Used For RePitative or Regression Testing.
    In Sap it is not possible ans\d i have to enter the Customeror vendor etc each time i run the script.
    Then How come this is called a testing Tool?
    Pl Clarify,
    Thanks

    The Web Application Server 6.40 is part of NetWeaver 2004 and it contains CATT and the successor tool eCATT.
    Note that it is no longer possible to create new automated CATT test cases in Web AS 6.40 - SAP is gradually phasing out CATT in favor of eCATT.
    In eCATT, you can continue to call existing CATT test cases. There is also a migration function that allows you to convert existing CATTs into eCATT tests. If you are a SAP Professional Journal subscriber, you can read about this feature in the September/October 2003 edition.
    For more information on eCATT, search "eCATT" on SDN - you'll find last year's TechEd material. Also check out http://service.sap.com/eCATT and the documentation at
    http://help.sap.com/saphelp_nw04/helpdata/en/20/e81c3b84e65e7be10000000a11402f/frameset.htm
    Technical questions and discussions on eCATT and other test tools are starting to catch on in the SAPGUI forum.

  • Doubt on Non Regression testing ...

    Hi Experts...
    How to do the Non Regrssion testing for actions like Hiring,org.reassignment,termination....
    Please help me out to do non regression testing for the actions.
    Thanking you.
    Regards,
    Vishnu.

    Hi Experts...
    Please let me know the process of  non regression testing after implementing the patches.
    Kindly help me out to solve it.
    Thank u very much.
    Regards,
    Vishnu.

  • How to achieve (and test) the crossplatformity of an applet?

    I've written an applet which I put in jar. It is successfully being launched on my system both locally and from geocities web site. (WinXP JDK 1.4 Forte4.0)
    A friend of mine could not load the applet from the web site. He has XP as well, but could be he does not have Java plugin yet.
    Suppose my applet is correctly written, how do I know? How do I know that it is his problem, not my bug?
    How do I generally test my applet/jar to be crossplatform? (Win, UNIX, Mac, etc.)
    Is there a way to do it using my own set up only (my own computer/OS)?
    What does one do to be sure that he has written a correct applet that will run on as many platform as possible?
    Or what minmal precautions should be taken when writing such applet?
    Here is the link to the page my applet is located on. Comments are welcome.
    http://www.geocities.com/egor_kobylkin/applet_test.htm
    I would appreciate the links to the resources I should check!

    The JVM from Microsoft, which most users of Internet Explorer are likely to use, still is on the level of JDK 1.1. So check that you don't e.g. use Integer.parseInt() and other stuff added with J2SDK 1.2 or later.
    You probably installed Sun's JRE the way that your IE uses it instead of the MS JVM. I don't know how to disable this, but I think it's possible.
    You can test an applet on your computer if you have different browsers. Look at the home pages of the manufacturers to see whether they use their own JVM or Sun's JVM or whatever JVM they find on the PC. E.g. Opera uses Sun's JVM, so it won't help in testing. But I checked your site with Netscape 4.7 and the applet didn't work. So I guess it uses an older JVM. You can install multiple versions of Netscape on your PC, e.g. 4.7 and 6.2, and then use 4.7 to test your applets for compatibility. (You cannot install more than one version of Internet Explorer.)
    You can also install more than one JRE, and then change the classpath to the old JVM (i.e. 1.1) when checking whether your applet works with it, too.
    Monika.

  • How to Create and Test a Zone of Type F1-APP-URL

    Hi,
    I would like to how to create and test a Zone of Type F1-APP-URL?
    What all is required to setup an ADF application based URL in F1-APP-URL, what to configure and what are the basics or definite steps required to have a Zone of Type F1-APP-URL up and running in the application? Any Sample ADF components to be created?
    Please kindly let me know. Any test or dummy URL existing already which is based on ADF?

    Refer to Doc. Id 1515146.1 on the support site. Although for the moment it refers to a MWM example and may not be much of a help but it'd give a basic idea as to how it should be done.

  • Spreadsheet: how can I store test results from different tests in the same central spreadsheet?

    I am looking to gather test data using LabVIEW. I then want to store all the data in the same spreadsheet, a kind of central data base. I know how to store single test data in a spreadsheet but I can I get the software to write new data in the same file without over writing the old data?

    My first recommendation is that if you need a database--use a database not a spreadsheet. A DBMS isn't that hard to use and could pay big dividends in the future.In any case, to answer your question directly, it sounds like you are writing tab-delimited data to a text file that you will then open with a spreadsheet program. On the file write vi is a boolean input that specifies whether the new data should be appended or overwrite the existing data (the default is to overwrite). Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • How to associate a test message with a change document

    I am using solution manager 7.01.
    accessing my change documents through the workcenter I need to create a new test message - so I use the Create transaction button on the button bar, Service Process, Test Message
    Then I am in the create test message screen.  However from here I cannot see how to associate my test message with either the change document that I was processing or to the maintenance cycle.
    Ideally I want to link the test message to the change document however at least to the maintenance cycle.
    How do I do this?
    Am I creating the test message in an incorrect way?
    regards
    Marina

    Anyone?  Does no one use Test Messages?

  • How to add multiple test conditions in 'test' attribute expression of xsl:if tag

    Hi all,
    How to add multiple test conditions in 'test' attribute expression of <xsl:if> tag ?
    I have 2 parameters and I want To skip the massage if this 2 conditions happened I tried to write it :
            <xsl:when test="($TransferToCompany = 0 and $ObjectInclide=1 )">
            <b1im_skip xmlns="" info=" Obect Will Not Transfer To company">
            </b1im_skip>
          </xsl:when>
    But I get an error while I am trying to transfer The object (Account) true B1if
    I am working with SBO 9 PL 13
    thank you
    shachar

    Hi saado
    Check this link:
    http://stackoverflow.com/questions/318875/can-you-put-two-conditions-in-an-xslt-test-attribute
    Kind regards,
    Radek

  • How to create  a test plan with specific transactions (or program)

    Hello,
    I'm a new user in Sol Man !
    How to create  a test plan with specific transactions (or program).
    In my Business Blueprint (SOLAR01) I've created in 'transaction tab' the name of my specific transactions and linked it.
    In my test plan (STWB_2) those specific doesn't appear to be selected !
    Thanks in advance.
    Georges HUYNEN

    Hi 
    In solar01 you have defined but you have to assign the test case in solar02 for this test case in the test cases tab.
    When you do so expand the business sceanario node in test plan generation of STWB_2 transaction and now that will appear.
    Also visit my weblog
    /people/community.user/blog/2006/12/07/organize-and-perform-testing-using-solution-manager
    please reward points.

  • TMS - step-by-step example on how to setup and test TMS

    I have installed ECC6 (AS ABAP) on NW2004s on Oracle, Windows platform. This is a 1-system landscape.
    I would like to work hands-on with Transport Management System(TMS). I have read the theory part.
    I need a document that shows how to setup a test TMS (transport route, package e.t.c.) , create a test transport, export and import the test transport in a 1-system landscape?
    I'm looking for a simple test case that will help me understand TMS.
    Thanks

    Hi,
    For single system landscape..
    Go 000, DDIC ... STMS--> here it will ask for domain controller -- give self domain --->   Domain controller has been assigned .
    Now again  goto STMS> System overview>SAP SYSTEM >Create ->Virtual system- give name V<SID>
    till this point your domain controller is created and virtual system is created .Next our aim is to setup STMS
    again goto STMS>transport routes> change > configuration>statndard configuration ---> select second option (development and productino System ) because here your dev system will your own system and virtual system would be production  system .
    ---> pop up will come -> give DEV - SID and Productino SID- it willl  automatically create the route .
    Save this and exit.
    This way We can set single system landscape.
    Thanks and Regards,
    Arun Rathour

  • Automated Regression Testing

    Apologies for putting a more advanced question in a general forum but there is no Topic for QA/Testing (that I know of).
    Okay, I've been tasked with finding a solution for fully automated unit, component, system, and regression testing. I realize that sounds like a tall order and can't truly be done. However, I'd like to get as close as possible to being able to test every aspect of our system and thought I'd post to the community for ideas. We have a typical multi-tiered web app. We have a web interface, business logic on the server-side, Web Services, DAO, etc. Naturally, some combination of testing needs to be performed. So I suppose that first I need to make a list of all the (general) types of testing that can be done. So far I have:
    - syntax validation
    - link checking
    - unit testing
    - record and playback (robot user for web UI)
    - custom scripting (for anything I can't buy a tool for)
    - performance monitoring & stress testing
    - security testing
    - etc.
    So I guess my first question is: What other types of testing am I missing here? I honestly think I'll end up with 2-3 sets of tests that hopefully give me good testing coverage. The end goal is to have a nightly build that includes a series of tests which generate reports. So in the morning someone can open the reports and see if anything's really busted. So basically, after the build finishes, the tests should be kicked off. I'd like to use Ant for this but I suppose a cron job could be written or whatever. I'm not worried about that right now.
    Anyway, I don't have very specific requirements yet but I'm thinking of breaking my work up into unit, component, and system level testing. My initial thoughts are that I'd need:
    1. Unit Testing - Ant would simply kick off all the JUnit tests we have available. This would do basic class level testing and validation.
    2. Component Testing - Custom Java code/scripts that would tests some specific functional area. This is open ended in my mind as I'm not that familir with the codebase yet. But an example would be "register a user" or "make a reservation".
    3. System Testing - Needs to simuilate a user hitting the web interface and would invoke all tiers. So I'm guessing I need to buy some software product to fill out forms automatically and whatever else.
    Can you all let me know if there's anything major I'm missing? What methodologies or tools do you recommend? Any links on good tech articles regarding this? Anything comments or feedback welcome.
    Thanks in advance!

    I'd recommend adding automated acceptance testing to the list of things to consider. Example:
    http://fitnesse.org/
    ~

Maybe you are looking for

  • Po creation from many pr

    Hi all In our project we are creating mulitalbe pr  through network activity for same material, i had checked One collective purchase requisition per order , still system is creating many pr we need to create only one po for all the pr please explain

  • Clarification needed in calling synchronous bpel process from plsql

    Hello all, I am trying to a bpel from the plsql function as given in the folowing link: http://orasoa.blogspot.com/2006/10/calling-bpel-process-from-raw-plsql.html I have a doubt that, what is: p_DefaultDetail ? and what is XMLTRANSFORM method here i

  • Autonumber id numbering reset

    How do I reset my keyfield ID which is an autonumber field? I have been running a module to check out my sql logic and now I need to change the ID number back to zero before I do the actual processing of my data.

  • KDE 3.4 pre packages in TUR tpowa available

    hi greetings to all kde users out there. a short question to you all, do you want kde3.4 pre packages for testing? i would upload them to my TUR if the demand is there. i need next week for some more testing/building and next weekend i could make the

  • Photos not in iPhoto Library

    I know that I can tell iPhoto not to import photos into the Library, but leave them where they are. I thought that I changed this feature, but there are about 100 photos or so that are not in the library and iPhoto will open the drive on my file serv