SAP TAO testing on SAP CRM 7.0

Hi Experts,
Has any one done automation testing by using SAP TAO on CRM 7.0?, Is SAP TAO supports Portal/WEBUI?
Thanks in Advance
Regards,
Bharat

Hi Kumar,
SAP TAO does not support portal or html based UIs but it can be customized to support it. I have customized TAO to support portal for several clients during the past 2 years.
Capgemini have created a SAP TAO portal extension that includes pre-built Portal business components, Portal CBASE libraries and a UIscanner to create new custom components out of any portal screen.
Let me know if you would like to know more about it.
Regards,
Abdiel

Similar Messages

  • Looking for SAP TAO   testing process

    hi all.
    looking for sap tao testing details
    like software etc
    links
    integration
    Regards
    Parameshwar

    hi
    I think you will  have to float a invitation to consulting companies to do this assignment for you.
    Regards
    sameer

  • SAP TAO (Test Accelerator & Optimizer)

    Hello Guys,
    Has anyone here worked with SAP TAO?
    What is the deal about working with it integrated with Solution Manager?
    Does anyone has any explanation material?
    Tks,
    Lucas

    Hello Lucas,
    Well, I didn't work with SAP Test Acceleration and Optimization. However, I can provide you some material on this.
    Getting Started with SAP Test Acceleration and Optimization
    http://www.hp.nl/thrive/files/sap_tao_customer_facing_deck.pdf
    IT excellence with SAP Enterprise platform Solutions
    http://www.saplounge.be/Files/media/pdf/Peers-SAP-platform-solutions-overview-2007.10.10.pdf
    E2E Integration Testing and SAP TAO
    http://www.sapsa.se/download.cfm?assetId=31246
    Hope it helps.
    Cheers,
    Satish.

  • SAP Testing using SAP TAO

    Hi All,
    I am new to SAP TAO..I want to what is SAP TAO ? How it work ? How it is helpful ? Special Training required to use SAP TAO?
    Thanks.

    Hello,
    You can grab a lot of information from SCN, please help yourself
    SAP TAO (Test Accelerator & Optimizer) | SCN
    SAP TAO - Solution Manager - SCN Wiki
    Help on Understanding SAP TAO functionalities
    Regards

  • SAP TAO Customizing the Runtime Library

    All,
    I am trying to build SAP TAO Customizing the Runtime Library for and following the instructions:
    1. Edit “CBASE_Custom_Wrappers.vbs
    2. added code as follows:
         Sub CUSTOM_CaptureScreen( windowTitle )
         Dim activeWindow
               Set activeWindow = TAO.GetSapGuiSession().ActiveWindow
                        If activeWindow.Text = windowTitle Then
                                 TAO.CaptureScreen()
                        End If
          End Sub
    3. Verifying the Syntax of Custom Code by executing CBASE_Bootstarp.vbs was able to see CBASE_Custom_Wrapper.vbs
    4. Call the Execute statement :
    PARAMETERS
         Library: CBASE_Custom_Wrappers.vbs
         Statement "CUSTOM_CaptureScreen “Screen Name”
    But I am getting error as * ERROR DETECTED * Error: 1032 Description: Invalid character Source: Microsoft VBScript compilation error * LAST CONTROL URI * label -> titl type -> GuiTitlebar id -> /app/con[0]/ses[0]/wnd[0]/titl
    I was expecting the custom wrapper to work according to SAP TAO 3.0 SP2 and above Runtime Library and default component...page 184
    Any help would be welcome
    Thanks!
    PS: Check the screen shots

    Hello
    CUSTOM_CaptureScreen %quote%Screen Name%quote% worked in SAP ECC. But when I try the same with CRM Portal it fails.
    Fig 1: Screen to be captured
    Fig 2: Object Spy: [TAF] Identifcation
    Fig 3: ALM Component setting for Execute Statement
    Fig 4: ALM Error 424.
    I have tried both "" and %quotes%
    Seems that object is not recognizable or this wrapper sub works only for ECC and not CRM
    ' CBASE_Custom_Wrappers is the library where to put custom functions          
    ' This library is delivered empty within SAP TAO                            
    ' - Custom functions written here should not override existing TAO Functions
    ' - Please make sure to use a prefix to avoid name conflicts especially when
    ' declaring global variables                                               
    '# AssemblyTitle("SAP TAO Application")
    '# AssemblyDescription("SAP Test Acceleration and Optimization")
    '# AssemblyCompany("SAP")
    '# AssemblyProduct("SAP_TAO")
    '# AssemblyCopyright("Copyright (c) 2008-2013 SAP AG. All rights reserved.")
    '# AssemblyTrademark("Trademark 2008-2013 SAP AG")
    '# AssemblyVersion("3.0.4.3")
    '# AssemblyFileVersion("3.0.4.3")
    '# AssemblyInformationalVersion("3.0.4.3")
    ' Begin - Custom Code
    ' Put your custom code here - No custom code is delivered by SAP
    Sub CUSTOM_CaptureScreen (windowTitle)
        Dim activeWindow
        Set activeWindow = TAO.GetSapGuiSession().ActiveWindow
      If activeWindow.Text = windowTitle Then
      TAO.CaptureScreen()
            End If
    End Sub
    ' End - Custom Code
    If Not IsEmpty(Environment) Or CBASE_BOOTSTRAP Then
      'This line prevents from loading the library twice.
      ExecutionContext().DeclareLibrary "CBASE_Custom_Wrappers.vbs"
    End If 
    Thanks for your help in advance
    Regards
    Saurabh

  • SAP TAO

    Hi Team,
    In my project, the team has decided to use HP QC as testing tool with integration with SAP Sol Man. Also they would like to use SAP TAO. It would be very much helpful, if i get some clarifications on the below questions.
    Q1: What is SAP TAO? without SAP TAO the testing can not be done using HP QC?
    Q2: In order to have SAP TAO, is it mandatory to have QTP as well? If yes, why QTP is required to have SAP TAO?
    Q3: In one of the document, i have read that, once the business requirements are transferred from Sol Man to HP QC, test cases can be easily created by smaller building blocks called components. What is the meaning of components? Is the components are standard components available by default or user created components?
    Q4: How to do we identify the relevant components to build the test case?
    Q5: What is parameterization? How it will be useful during testing?
    Q6: What is the meaning of automatic test case creation? How SAP TAO helps to create the test cases automatically?
    Thank you. Your input will be very much appreciated.
    Regards
    Kumar

    Hi,
    Below are the answers,
    Q1: What is SAP TAO? without SAP TAO the testing can not be done using HP QC?
    SAP TAO is a tool provided by SAP which will help you to generate automatic test components. Yes, you can still do the testing using HPQC without SAP TAO but it will be manual. You cannot perform automated with only HPQC. You need to make use of QTP and need to do lot of VB scripting.
    Q2: In order to have SAP TAO, is it mandatory to have QTP as well? If yes, why QTP is required to have SAP TAO?
    Yes. QTP is needed for SAP TAO. Even HPQC is also mandatory for SAP TAO. SAP TAO will work on basis of QTP.
    Q3: In one of the document, i have read that, once the business requirements are transferred from Sol Man to HP QC, test cases can be easily created by smaller building blocks called components. What is the meaning of components? Is the components are standard components available by default or user created components?
    You can create the components using the Business structure or models which are synced from SAP Solution manager.
    Q4: How to do we identify the relevant components to build the test case?
    Please go through the RKTs/OKPs in the service marketplace for SAP Test management with HPQC , you will understand how it works in HPQC. The link is http://service.sap.com/rkt-solman
    Q5: What is parameterization? How it will be useful during testing?
    Not sure....
    Q6: What is the meaning of automatic test case creation? How SAP TAO helps to create the test cases automatically?
    SAP TAO is having different features which will help you to automate the tests related to SAP GUI. I think Ram has explained very nicely in the link which he posted. Or same you can download all the knowledge materials and demo and have a look.

  • SAP TAO pro and cons

    Hi all,
    I was wondering if anyone can help me with the pros and cons of considering getting SAP TAO.
    Thank you.

    Hi,
    There are sevaral post about the documents of SAP TAO. Why dont you consider that?
    SAP TAO (Test Accelerator & Optimizer)
    SAP TAO
    sap tao
    Rajeev

  • Testing SAP HCM application using SAP TAO

    I have the following questions regarding SAP HCM testing.
    1)  Do we use any third-party i.e, HP's Quality Center, QTP tools to test SAP HCM applicationa?
    2) Do any one  tested SAP HCM using SAP TAO tool? 
    I am new to SAP HCM testing, appreciate if someone can send some documents related to testing using SAP TAO and other third-party tools.

    Basuvarma:
    I understand that we use Quality Center to maintain the test cases. I want to know if you can provid me any documents related to SAP HCM testing using QC or Rations tools....
    Appreciate your response.

  • SAP BI Report Publication on CRM Web UI Reports

    Hi Experts,
    Im required to post a BI report on Web UI.
    I did the customization for the same in the path.
    SproCRMUI FrameworkUI Framework DefinationDisplay SAP NetWeaver BI Report in CRM..
    Then I created a Logical Link id with the BI Report assigned to the Navigation Bar Profile and made the link visible in the define business role
    It works fine in development, but when i transport the request to quality for testing I recieve an RFC error that the client cannot be reached, This is because the RFC i assigned to the report is also getting transported to Quality and causing the error. Usually RFC's are not transported but they are assigned client specific in the system that it is transported.
    So can anyone help me to find out a soultion to the problem so that RFC is not transported in the transport request.
    Plz help...

    Hi  Aravind,
    please be aware in CRM 7.0 there are two different options for analysis:
    1. CRM Interactive Reporting (see Building Block C41)
    2. CRM Analytics (Using a complete BI-System)
    In your case you followed BB41, so you can use Interactive Reports.
    The error you get in WEB UI is for the BI reports (option 2). This option needs a whole BI-System.
    The links to these reports were delivered by default. So if you want to use these reports you need a BI consultant for setting a up new BI-System and the neccessary configuration for the ETL-Process.
    If you dont want to use B reports, you can simply make them invisible in your web-ui configuration.
    Kind regards
    Hannes
    Edited by: Hannes Wegehenkel on Jul 26, 2010 10:47 AM

  • Consolidation Error in SAP TAO 2

    Hi all,
    I'm using SAP TAO 2.0.4.1 and getting errors while doing consolidation. I'm getting a consolidated component of a unit test but when running it QC shows it status as failed with the below error,
    Run Error:Type mismatch: 'SetExitConsolidatedComponentOnFailure'Line (6): "SetExitConsolidatedComponentOnFailure(False)".
    Can anyone tell me why this error comes and how to rectify it.
    Thanks
    gm

    Hi,
    Please check if this could help:
    The user receives the error, "Type mismatch," when executing a test
    from the Test Lab tab of TestDirector.
    Diagnosis:
              This happens if there is a corruption in the data
              for the Execution Flow of TestDirector.
    Solution
             Clear out the Execution Flow data to remove the corruption
             1. Open the Site Administrator and go to the Projects tab.
             2. Expand the project and highlight the CYCLE table.
             3. Run a SQL Statement similar to the one below; where
                <TestSetName> is the name of the Test Set with the problem.
        UPDATE CYCLE set CY_DESCRIPTION= NULL where CY_CYCLE='<TestSetName>'
             4. Clear out your TestDirector cache on the Client machine(s).
    Thanks
    Regards,
    Vikram

  • SAP Cloud for Customer & SAP ECC/CRM OnPremise integration using WebServices!

    Hello All,
    I would like to ask if anyone has really created a working integration scenario between a Cloud Solution & an ECC/CRM OnPremise solution?
    We are trying to build some prototypes for this, however, due to connectivity errors/issues, unable to proceed.
    I'm looking for information on:
    > What certificates precisely are needed on both Cloud & OnPrem systems?
    > What configuration if any is required on Cloud & OnPrem solution, except for communication system/arrangements on Cloud solution?
    > Any use case if available from anyone which can demo integration between Cloud solution & ECC/CRM OnPremise solution.
    I'd really appreciate responses on this.
    Many Thanks
    Ankur

    Thanks Sathya for the response.
    https://scn.sap.com/community/cloud/blog/2013/10/10/new-e-learning-for-i
    ntegration-of-sap-cloud-for-customer-with-sap-erp-and-sa
    p-crm-now-available  : Not working! => Please check & confirm.
    Just to give you our background...we are SAP Cloud Partners & VARs, hence we are building few prototypes for Customer Demos & POC.
    Per my understanding, its just one of the OnPrem system, either an ECC OnPrem or CRM OnPrem that you can integrate with one C4C tenant at a time, i.e. to one single tenant. In our case, we are trying to integrate ECC OnPrem with C4C system.
    We are in the process of deploying SAP PI as the middleware platform for integration between C4C & ECC/CRM OnPrem., which is going to take few more weeks.
    SAP HCI will be the other approach, but we are currently not familiar with that, hence we have a trial to start in coming week for SAP HCI, so this is going to take some time as well.
    Hence, WebService is the only currently available option for us to build these prototypes, POC for Customer Demos, to show working integration scenarios between ECC OnPrem & C4C system.
    We have been facing some technical issues after setting up necessary communication systems/arrangements on C4C system & trying to do a WS call from SDK also we get error when we do a ping test from within C4C system to check connection.
    Has SAP developed any WS integration between C4C & either of the ECC or CRM OnPrem system? Or is it just PI & HCI which SAP has for integration?
    I'd truly appreciate if you can guide us on creating few integration scenarios (Working ones of course ) using Webservice between C4C & ECC OnPrem system.
    Many Thanks
    Ankur

  • SAP TAO,What is the purpose of Development,Quality,Production environment?

    Hi All,
    What is the significance of Development,Quality,Production environment under license tab of configuration in SAP TAO.
    Which environment has to be selected for better operatability of SAP TAO functions.
    Thanks and Regards,
    Ujwal Kandimalla

    Hi,
    As TAO deals with the testing aspect, a 3 system landscape is recommended:
    DEV : For unit testing
    QA:    For system testing and integrated testing
    PRD:   Has to be available for production usage
    You could also have a Pre-Prod for load and UAT.
    Regards,
    Srikishan

  • SAp TAO issue whil euploading a PFA in to HP QC

    Hi
    I have installed and configured SAP TAO,QTp and QC (tAO add-ins inatlled in ERP and Solman systems).
    Check funtionality in SAP TAO shows all green. But when I create a test scenario using PFA and try to upload it in to QC i am getting below error.
    2011-04-08 22:07:56:322 : ALWAYS  : SAPTAO.exe : Thread01 (MainTAOThread) : SAP.TAO.Configuration.DlSettings : The check for the SAP Solution Manager system reported that the system is ACTIVE.
    2011-04-08 22:11:48:745 : ALWAYS  : SAPTAO.exe : Thread01 (MainTAOThread) : SAP.TAO.Connection.pnlConnectionSettingsSAP : Connection to System ECD is possible.
    2011-04-08 22:11:51:259 : ALWAYS  : SAPTAO.exe : Thread01 (MainTAOThread) : SAP.TAO.Pfa.PnlPfa : Uploading Process Flow Analysis named VA01_PFA_110408_221029.
    2011-04-08 22:11:51:279 : ALWAYS  : SAPTAO.exe : Thread01 (MainTAOThread) : SAP.TAO.Pfa.PnlPfa : Retrieving the Process Flow Analysis named VA01_PFA_110408_221029 from the repository.
    2011-04-08 22:11:52:627 : ALWAYS  : SAPTAO.exe : Thread01 (MainTAOThread) : SAP.TAO.Pfa.PnlPfa : Uploading the Process Flow Analysis named VA01_PFA_110408_221029 to the Quality Center.
    2011-04-08 22:12:01:216 : ERROR   : SAPTAO.exe : Thread21 : SAP.TAO.Pfa.PfaQCTestBuilder : The component InitializeContext was not retrieved in the Quality Center.
    2011-04-08 22:12:01:715 : ERROR   : SAPTAO.exe : Thread21 : SAP.TAO.Pfa.PfaQCTestBuilder : The component LaunchAndLogin was not retrieved in the Quality Center.
    2011-04-08 22:12:02:601 : ERROR   : SAPTAO.exe : Thread21 : SAP.TAO.Pfa.PfaQCTestBuilder : The component StartTransaction was not retrieved in the Quality Center.
    2011-04-08 22:12:03:132 : ERROR   : SAPTAO.exe : Thread21 : SAP.TAO.Pfa.PfaQCTestBuilder : The component CheckTransactionCode was not retrieved in the Quality Center.
    Can some one help me.
    Thanks
    Naresh P.

    Hi
    There are couple of errors and warnings
    Error 1:
    Unsupported Solution Manager ST package version: 400.22. It should be at least 400.23.
    Self-check "Solution Manager Package" failed.
    Error 2:
    SAPDoc application area has not been found. Start Quick Test Professional, connect to your Quality Center project, go to New/Application Area, Save and enter the SAPDoc name. This name is case-sensitive.
    Self-check "Quality Center Application Area" failed.
    Warnings:
    The following messages have been received: Quality Center component Components\COMPONENTS_DEFAULT\Components\SAP R3\Actions\CaptureScreen is missing.
    Quality Center component Components\COMPONENTS_DEFAULT\Components\SAP R3\Actions\CheckTransactionCode is missing.
    Quality Center component Components\COMPONENTS_DEFAULT\Components\SAP R3\Actions\CloseWindow is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Actions\DataTable is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Actions\DataTable is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Actions\DataTable is missing.
    Quality Center component Components\COMPONENTS_DEFAULT\Components\SAP R3\Actions\EndTransaction is missing.
    Quality Center component Components\COMPONENTS_DEFAULT\Components\SAP R3\Actions\InitializeContext is missing.
    Quality Center component Components\COMPONENTS_DEFAULT\Components\SAP R3\Actions\LaunchAndLogin is missing.
    Quality Center component Components\COMPONENTS_DEFAULT\Components\SAP R3\Actions\LogOff is missing.
    Quality Center component Components\COMPONENTS_DEFAULT\Components\SAP R3\Actions\PressKey is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Actions\Report is missing.
    Quality Center component Components\COMPONENTS_DEFAULT\Components\SAP R3\Actions\StartTransaction is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Actions\Verifications is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Actions\Verifications is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Actions\Verifications is missing.
    Quality Center component Components\COMPONENTS_DEFAULT\Components\SAP R3\Actions\Wait is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiButton is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiCheckBox is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiCheckBox is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiComboBox is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiComboBox is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiComboBox is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiComboBox is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiGridView is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiGridView is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiGridView is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiGridView is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiGridView is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiGridView is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiGridView is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiGridView is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiGridView is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiGridView is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiGridView is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiGridView is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiGridView is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiGridView is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiGridView is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiGridView is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiGridView is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiGridView is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiGridView is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiGridView is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiGridView is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiGridView is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiGridView is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiGridView is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiGridView is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiMainWindow is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiMenu is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiPasswordField is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiRadioButton is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiRadioButton is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiStatusbar is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiStatusbar is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiStatusbar is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiTab is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiTableControl is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiTableControl is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiTableControl is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiTableControl is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiTabStrip is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiTextedit is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiTextedit is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiToolbarControl is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiToolbarControl is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiToolbarControl is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiTree is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiTree is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiTree is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiTree is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiTree is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiTree is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiTree is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiTree is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiTree is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiTree is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiTree is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiTree is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiTree is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiTree is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiTree is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiTree is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls\GuiTree is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls is missing.
    Quality Center folder Components\COMPONENTS_DEFAULT\Components\SAP R3\Controls is missing.
    I don't thing Error 1 would be real issue. Problem I am facing should be related to either error 2 or the warning i noted above.  Regarding Error 1 - I have created the SAPDoc in the application area of qtp but still i am getting the error. can you send me steps so that I can double check the config I did.
    Regarding warning - i have created the folder structure in TAO itself. Can you please let me know how I can create it in QC can you tell me the process.
    Thanks
    Naresh P.

  • Help on Understanding SAP TAO functionalities

    Hi,
    I am a automation tester who is new to SAP TAO. Our team will shortly be working on a test automation project using TAO. I do not have access to SAP TAO yet. I have gone through the various files (PDFs, PPTs, Flash movies) available on the site to get to know what TAO is all about.  I have following doubts w.r.t  TAO functionalities:
    1. Change Analyser & Inspection do the same job to find changes in the SAP system isnt it? How different are these two other than Change Analyser repairing the broken components?
    2. What is the need for consolidation? We can directly upload transactions to QC isnt it (without consolidating)
    3. Where does QTP come into picture here? Everything is between SAP TAO & QC isnt it? For the project purpose we have to integrate QTP with QC, isnt it? Or is it mandatory to have QTP.
    4. Also I didnt understand the integration between UI Scanner & QTP.
    These questions might  seem too naive. But please help with my doubts & as how QTP is integrated with SAP TAO as none of us know much.
    Thanks in advance.
    Cheers,
    Soumya

    Hello,
    Soumya u2013 After I read all your questions I understood is you need to know what is SAP TAO.
    In a simple first assume you donu2019t have TAO. So what you will do is using QTP with SAP add-ins you will record a simple transaction login, some actions, logoff then you modify your script like adding parameterization, etc..then you  will save the script into QC &  from test lab when you click on Run, first QTP launches then it will execute and store the results in QC.  If it complex scenario like New Hire, OTC cycle ..it will just take plenty of time to just recording a transaction & writing a VB code.
    So now using SAP TAO when you install it, it will come with some default components of SAP like. Login, logoff, get text, set text etc..around some 326 as far as I know and some recording options like PFA, Inspection, UI Scanner etcu2026 some other features also have self check, change analyzer & Repository, Consolidation , so already components were built in SAP TAO using QTP now if we use SAP  TAO it helps us without recording using QTP from scratch like basic components.
    So now you know some components were built in SAP TAO now how do you execute it ? For this you need a QTP to launch the script and execute it ? Is this clear now?:)
    Coming to PFA & Inspection u2013 these are two recording options in SAP TAO instead of using QTP with SAP add-ins & writing plenty of code in VB. You will just insert a transaction and record or inspect using SAP TAO then you will upload script into QC then after consolidation you will execute it from lab and when you click on run, QTP launches the script and execute. i.e. means. While you are recording a transaction using SAP TAO backend there is some script is generating in your words.
    Coming to UI Scanner : it scans the screens i.e. means when you insert a transaction code when you click on execute , QTP will launch and generate a script here you will not touch with any QTP script once you scanned automatically scanned component will be uploaded into QC and when execute this , QTP will launch and execute the script.
    Coming to Consolidation:  Forget about all these Object Repository etc...In a simple Consolidation is nothing but you is just consolidating all your components in single component and making a final component and will increase the performance of the script.  Ex: using PFA or UI Scanner you will record a transaction (i..e. Test scenario) then you will upload into QC. Then you will modify some changes to the scenario liking adding Logoff, Capture screen, Get Text etc...Then you will consolidate the script using SAP TAO then you will drag that into test plan then test lab and execute. Once you will execute QTP launches the script and execute the script.  Removing components means for example using PFA you recorded a script there are unnecessary things like check transaction, messages etc...You don't need some times so u will remove those things in QC level and nothing  to do with  QTP here. QTP just comes into the picture when you will execute it from Lab only.
    If you don't use consolidation option every time QTP initialize the script and execute every step so if you have 20 components added in your script so 20 times QTP initialize the script so that performance will be slow if you consolidate all , it will initialize  once then execute rest of all scenario fast.
    Just want to tell you never go for Inspection option for recording you should be very familiar with all screens and numbers then only you can make good script and its waste of so much time to identify all screen numbers and compare each. So better to go for UI Scanner or PFA. You should know when to use PFA and when to you use UI Scanner. PFA is good for if transaction has 20 to 30 screens like New Hire action. UI Scanner you can go for min screens. Ex: all P2P, OTC etc....& will not recommend using Inspection.
    Any automation test script execution you need a QTP, think practically how can you execute a script with only QC & TAO is a just option where we can utilize existing components and can be used for easy  instead of recording using QTP with SAP add-ins & writing plenty of VB code.
    So now you will know your above question answers if you understood correctly
    SAP TAO is a front end tool it integrates with QC, QTP & BPT.
    Good luck.
    Ram
    Edited by: Ram Challa on Dec 8, 2010 12:35 PM

  • Guideline Performance Initial Download from SAP for Utility into SAP CRM

    Hello,
    Please find below a link (valid for 10 weeks) to the document Guideline Performance Initial Download from SAP for Utilities into SAP CRM. The document is also published in the SAP Service Market Place at http://service.sap.com/utilities. Then choose Technical Information Center - Migration.
    The purpose of the document is to give guidelines as well as to share experience for an efficient and high performance execution of an initial download from an SAP for Utilities system to an SAP CRM system, such as:
    - Configuration of the initial download
    - Ensure optimum performance for the initial download of the relevant business objects
    - Avoid unnecessary business data being downloaded
    - Monitoring of the initial download and taking corrective actions in case of problems
    - Handle errors occurring during the initial download of business objects
    - Minimize performance bottlenecks
    The document explains the setup and configuration of the SAP for Utilities and SAP CRM systems only if necessary for the understanding of the solution of a described performance problem. This document does not cover the performance optimization of the delta down- and upload and the synchronization download.
    The document has the following structure:
    Chapter 1 describes the basics of an initial download
    Chapter 2 describes how to plan and execute tests to achieve an acceptable performance
    Chapter 3 describes the most important technical activities to prepare the involved systems
    Chapter 4 describes the most important functional activities to prepare the involved system
    Chapter 5 describes how to perform an initial download
    Chapter 6 describes measures to improve the performance of an initial download
    Chapter 7 provides a list of important repository tables
    Chapter 8 contains a list of important SAP Notes related to initial download
    I'd highly appreciate your valuable feedback on this document.
    Kind regards,
    Fritz
    Edited by: William Eastman on Feb 17, 2011 2:34 PM

    Hi Fritz,
    sorry for the late late reply but I didn't notice your answer.
    Here are my answers:
    (1) I monitored the behaviour on the CRM system, CRM 7.0, SP5
    (2) The change should be implemented in the CRM system
    (3) Deactivate buffering for scenarios marketing, sale and service via SM30 and table T770MATTR.
    By doing this the initial load of 3.2 million business agreements took around 2 hours, with activated scenario buffering I was at least ten times slower.
    After the initial load you have to activate the buffering again.
    Interesting to know would be why the scenario buffering only affects the initial load of business agreements and no other object. As far as I know the scenario buffering is relevant for the organizational management.
    Regards
    Alexander

Maybe you are looking for

  • PC Suite crashing on open

    Hi there, I am using Windows Vista. I think i have the latest version of PC Suite - i can't check because every time i try and open it, it crashes! It was working fine until last night, when i downloaded the lastest phone update software and flashed

  • Google search not working

    From about 5 days ago I noticed, that Google search (default in Safari) does not work or takes ages to display any results (up to 1 min). I tried to restart/empty cache but without any improvements. For now I installed Glimps to be able to do any sea

  • Problem in IDXP transaction

    Folks, In IDXSNDPOR all the entries having Status as null and that is not allowing me to run IDXPW transaction for packaging of IDOCs Thanks Manish

  • CS 5.5 After Effects and Premier Pro not listed in install

    I recently purchased an overstock item of the CS 5.5 Master Collection student edition and attempted to install all of the applications. I successfully installed everything with the exception of After Effects and Premier Pro. AE and PPr are clearly p

  • Director won't launch

    I just got a new Dell dual core laptop with good old XP (SP3), 4 GB ram. I installed my old Director 7, and updated it to 7.0.2. Yes, it's very old, but I rarely use it. Can't justify a newer version. The problem is I can't use it. Before the program