SAP HR  Test cases

Dear Experts,
In SAP HR how to prepare the test cases as per the business scenario.
Pls let me know the complete solution.
Edited by: sss kumar.s on Jun 8, 2011 11:31 AM

Well you need to have template for the test cases which is applicaable to your organization/ project. Now you have to explain all the steps in which the scenarios can be simulated inside the system which meets to your business requirement. Also you can write the expected results out of the testing for the same.
There is no such example as the query from you is a general query on how to create test cases and it entirely depend on the business practyice in your organization and frequently vary across the organization.

Similar Messages

  • Changing template for Test Case Description

    Hi All,
    Greetings...
    In one of my projects, I want to customize the template provided by the SAP in test case description.
    We can add test case description while creating Manual Test Case (Tx: STWB_TC), Test Script and Test Configuration (Tx: SECATT)
    I want ot update the default template with the custom template.
    We had tried to update the same in SOLAR_PROJECT_ADMIN --> select Project --> Project Standard --> Project Templates --> Documantation Types, selected TD1, Test Case Description of Complete Directory of Document Types and using Document Template --> Change and Import we tried to update the template. In the document type, it has been changed but it is not reflecting in the other transactions.
    Please help me in this regard to update the test case description.
    Thanks in Advance
    Saman

    The template is stored in the table DOKTL with documentation type TX, object TEMPLATE_CATE, language EN
    Update the last version...
    thats it

  • Updating the template for Test Case Description

    Hi All,
    Greetings...
    In one of my projects, I want to customize the template provided by the SAP in test case description.
    We can add test case description while creating Manual Test Case (Tx: STWB_TC), Test Script and Test Configuration (Tx: SECATT)
    I want ot update the default template with the custom template.
    We had tried to update the same in SOLAR_PROJECT_ADMIN --> select Project --> Project Standard --> Project Templates --> Documantation Types, selected TD1, Test Case Description of Complete Directory of Document Types and using Document Template --> Change and Import we tried to update the template. In the document type, it has been changed but it is not reflecting in the other transactions.
    Please help me in this regard to update the test case description.
    Thanks in Advance
    Saman

    Hi,
    More information about the issue....
    We are creating the test scripts both manual and automated.
    Manual
    Using the Tx. STWB_TC, we are creating the manual test cases. While doing so we will provide the test case desctiption
    Automated ECATT
    using the Tx. SECATT, we are creating the Test Configuration. We are providing description through the documentation option.
    The SAP format for both documents is
                   &DESCRIPTION&
                   &PREPARATION&
                   &ENTRANCE&
                   &REALIZE&
                   &CHECK&
                   &FURTHER_HINTS&
    But we want the format to be
                   <DESIGNSTEPS>
                   <INPUTDATA>
                   <EXPECTEDRESULT>
                   <TARGETSYSTEM>
    So we want to update the format / template to reflect the changes.
    Please guide us to do so.
    Thanks and Regards
    Saman

  • 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

  • Where to upload test case results in SAP Solution Manager?

    Hi Experts,
    I am new to test management module in SAP Solution Manager. I need to know where to upload test case results in sap solution manager.
    Please provide screenshots on how to upload test results.
    Regards,
    Sanjana

    Hi Sanjan,
    let me provide you some more information.
    First of all you create a SAP Solution Manager Project in Transaction SOLAR_PROJECT_ADMIN. I think this should be no problem. After creating the Project, make sure that the tap "Test Cases" is switched on in this project. The tap "Test Cases" is the tap below "Project Standards".
    Go to transaction "solar02" and choose your created project. Find the tap "Test Cases" and upload a sample file. Please note that the configuration structure of this project can be configured in solar01 (Business Blueprint). There are many settings you can choose in a project regarding ti your requirements. Try to find them out! :-)
    In transaction Test Plan Management (STWB_2) you can choose all relevant test cases you uploaded in your project and generate Test Packages which are mapped to your choosen Testers.
    In Transaction stwb_work you will see the testers workbench.
    Best regrads
    J.Eichner

  • Upload of Test Cases in SAP Solution Manager.

    Hello,
    I am trying to create a project and its component in SAP Solution Manager with 12 Test Plans. The Test Plans have different number of test cases. I do not have the Test cases now, but I shall have them in future. I currently have the following data.
    Test Plan ID
    Module
    Business Process
    Business Area
    Sub Business Area
    Test Case Description
    Test Case Details
    Transaction Codes
    Priority of Test Cases
    Can I create a structure of a project in the development system in which I have 12 Test Plans and n number of Test Cases under every Test Plan? The structure would have place holder for each test case in which I can upload the Test Cases later. Is that possible?
    Regards,
    Namrata.

    Hi Namrata,
    Yes, you can create project structure before using solar01 tcode. later once your test cases (either manual or automatic) are ready then you can upload them using solar02 on test cases tab,
    refer Link Test Case to Transactions/Reports - Configuration - SAP Library
    Assignments - SAP Solution Manager - SAP Library
    Thanks
    Jansi

  • How to set up approval process for test case in SAP solution manager?

    Hi Experts,
    We need to setup a 2 level approval process for test case documents in SAP Solution Manager.
    e.g. If test case document is uploaded for transaction "MM01" then first it will go to Reviewer1. Once Reviewer1 approves it , should go to Reviewer2.
    Adn finally once reviewer2 approves it , it will be complete.
    What are the required configurations and steps for approval process setup? It will be helpful if screenshots and detailed steps are provided.
    Thanks.
    regards,
    Sanjana

    Hi,
    the above requirement we are going develop add on.below code is there. in this code how we can set for line level amount instead of document total amount
    Private Function GetCondition(ByVal sCondition As String) As ApprovalTemplateConditionTypeEnum
            Try
                Select Case sCondition
                    Case "Deviation from Credit Limit"
                        Return (ApprovalTemplateConditionTypeEnum.atctDeviationFromCreditLine)
                    Case "Deviation from Commitment"
                        Return (ApprovalTemplateConditionTypeEnum.atctDeviationFromObligo)
                    Case "Gross Profit %"
                        Return (ApprovalTemplateConditionTypeEnum.atctGrossProfitPercent)
                    Case "Discount %"
                        Return (ApprovalTemplateConditionTypeEnum.atctDiscountPercent)
                    Case "Deviation from Budget"
                        Return (ApprovalTemplateConditionTypeEnum.atctDeviationFromBudget)
                    Case "Total Document"
                        Return (ApprovalTemplateConditionTypeEnum.atctTotalDocument)
                End Select
            Catch ex As Exception
                MsgBox(ex.Message())
            End Try
        End Function
    Please guide me.
    Regds,
    Samapth Kumar.

  • Test Cases required for BW Statistics to test in QA annd DEV.

    HI All,
    I am currently working on a support Project.  My client has completed installing of Bw statistics in DEV and transported it to QA way back in 2006.Currrently before moving the BI Statistics data to PRD we have to test it in DEV and QA.
    How to prepare sample test case for testing it in DEV and QA? Please Sugggest.

    Hi,
    this forum is for the SAP BusinessObjects BI Solution architecture. I would suggest you post your question to the BW forum.
    ingo

  • Setting Logical component for Test Case.

    Hello,
                I've created test case in SOLAR02 and I want to link my test case to Quality Assurance in my logical component (SAP ECC).How can i set this link? Now the test cases  are link to Developement system in SAP ECC. Please tell me how can i fix it.

    Hi,
       If you want to perform the testing in QA client, set your system role as "Quality system" in STWB_2 transaction.
    By default, the system role has to come as "Quality system".
    If it is not check your transport route of the logical component in t.code SMSY.
    Regards
    Senthil

  • Test case upload in solar02 transaction using function module

    I have requirement to upload test case and test case name in transaction solar02,
    i want functional module name which will ask for project name, business scenarious, business processes
    test case type,  test case , test case name

    Hello Vinod, see the following code (I assume you have a item data on columns A and B as from row 4, and header data on row 2)
        Set rfcctl = CreateObject("sap.functions")
        Set conn = rfcctl.Connection
        conn.Client = "<client>"
        conn.hostname = "<server>"
        conn.user = user "<username>"
        conn.Language = "<lang>"
        conn.password = "<password>"
        conn.SystemNumber = "<system number>"
        If conn.Logon(0, True) Then
           Set rfc = rfcctl.Add("PROCESS_MESS_UPLOAD")
           Set data = rfc.Tables("MSHD").Rows.Add
           item("WERK") = Range("A2").Value
           item("MSCLA") = Range("B2").Value
           item("SEDAT") = Range("C2").Value
           'add all necessary table columns
            i = 4
            While Range("A" & i).Value <> ""
                Set item = rfc.Tables("MSEL").Rows.Add
                item("ATNAM") = Range("A" & i).Value
                item("ATWRT") = Range("B" & i).Value
                'add all necessary table columns
                i = i + 1
            Wend
            If rfc.Call Then
              'CHECK FOR SUCCESS OR ERRORS
            Else
                MsgBox "Call error", vbOKOnly
                Exit Sub
            end if
        Else
            MsgBox "Logon error", vbOKOnly
            Exit Sub
        End If
        Set rfcctl = Nothing
        Set conn = Nothing
    Note: I haven't used this FM before, so I'm guessing which table fields may be useful to you
    Cheers
    Michael

  • How to change the status of test cases in Test Plan from Design to Ready using Excel VBA

    HI,
    How to change the status of test cases in Test Plan from Design to Ready using Excel VBA

    Thanks Florin,
    Your piece of code has worked alot, and it was very helpful in changing the Status of the Workitem to "READY" for all the Users fo the workitem.
    Points have been rewarded for your help.
    Process: We have acheived this using the "Work Item Exits", Usng "AFTER_EXECUTION" Method.
    Note: The Exit will be executed if "exit_cancelled"  statement is present/used in the work item method. if not it is not taking to the exit code. I'm unable to find the reason for it. Florin can u please explain this point.
    Please check the link for adding the code in Work Item Exits.
    http://wiki.sdn.sap.com/wiki/display/ABAP/ProgramExitsIn+Workflow
    Please find the Code:
    method IF_SWF_IFS_WORKITEM_EXIT~EVENT_RAISED.
    Get the context of the workitem
      me->wi_context = im_workitem_context.
    After execution of the workitem call the method AFTER_EXECUTION
      if im_event_name eq swrco_event_after_execution.
        me->after_execution( ).
      endif.
    endmethod.
    METHOD AFTER_EXECUTION.
    This method acts as the Event Handler for SWRCO_EVENT_AFTER_EXECUTION
      DATA: LCL_L_WID TYPE SWW_WIID,
            L_STATUS TYPE SWR_WISTAT-STATUS,
            L_NEW_STATUS  TYPE SWR_WISTAT,
            L_SWR_MESSAG  TYPE STANDARD TABLE OF SWR_MESSAG,
            L_SWR_MSTRUC  TYPE STANDARD TABLE OF SWR_MSTRUC.
    Get work item
      CALL METHOD WI_CONTEXT->GET_WORKITEM_ID
        RECEIVING
          RE_WORKITEM = LCL_L_WID.
      L_STATUS = 'READY'.
      CALL FUNCTION 'SAP_WAPI_SET_WORKITEM_STATUS'
        EXPORTING
          WORKITEM_ID    = LCL_L_WID
          STATUS         = L_STATUS
          USER           = SY-UNAME
          LANGUAGE       = SY-LANGU
          DO_COMMIT      = 'X'
        IMPORTING
          NEW_STATUS     = L_NEW_STATUS
         RETURN_CODE    = SY-SUBRC
        TABLES
          MESSAGE_LINES  = L_SWR_MESSAG
          MESSAGE_STRUCT = L_SWR_MSTRUC.
      IF SY-SUBRC EQ 0.
      ENDIF.
    ENDMETHOD.
    Thank You Once Again,
    Ajay Kumar Chippa

  • High Availability Test Cases for ECC6.0, PI 7.0, BI 7.0???

    Dear All
    I am in a pretty difficult situation here. I have to write test cases for the components in the High Availability environment. We are running AIX 5L with HACMP/XD clusters ACTIVE/PASSIVE setting. The following components are in the landscape, ECC6.0, PI 7.0 BI 7.0 cFolders 4.0 Portal 7.0 SLD 2004s and Solman 4.0. I have to write test cases for the above components especially ECC, PI BI and cFolders in the HA environment as to
       1.<b>WHAT WILL BE THE EFFECT ON OTHER COMPONENTS IF ECC</b> <b>FAILOVER  and so on for PI and BI</b>,
       2. How do I check the consistency of the system after a failover, since the time for a failover will be anywhere between 3 - 4 mins.
    Can anyone pls give me a 5 or 6  checks like
    Checking RFC connections
    ABAP dumps
    Consistency check (txn: SICK)   and so on
    In the test cases I have to make sure that after a failover the system is up and ready to perform the activities that it was able to before the Failover......
    Will appreciate any suggestions and will definitely reward points for any helpful answers....Thanks in advance.

    Hi Shailesh,
    If you want you can activate SCM_SNC_GEN_1 depending upon business needs or configuration.
    As per my understanding there is no need to activate any business function but if you need additional feature of SNC to be used then refer below help link for more details:
    http://help.sap.com/saphelp_SNC700_ehp01/helpdata/en/a2/6d67d9b60149cb887acf72ae0b90ac/frameset.htm
    In ECC you are going for EPh5 which means no need to activate any additional business function(Normally SNC needs EPh4 only for some the latest feature to be use like in workorder collaboration ManufacturingWorkOrderInformation and ManufacturingWorkOrderProductionProgressNotification XML are used if ECC is with EPh4)
    Regards,
    Nikhil

  • Regarding Test case

    Hi
    I am doing my file to file scenario. after completing what  are the test cases
    we check in sender file adapter and receiver file adapter?
    regards
    venkat.

    Hi,
    U can check ur Message in SXI_MONITOR and to check the complete message and sender and receiver adapter details check them in RWB
    In runtime work bench
    1) select component monitoring and click on display.u can find adapter engine click on it.u can find communication channel click on it and give ur sender or receiver communication channelk details.there u can check the errors,mnessage flow and payload .
    2) Message monitoring were u can check the message
    3) end-to-end monitoring were u can check complete end to end message flow.
    CHECK This three blogs u can find all about XI from basics to adavace concepts
    /people/sravya.talanki2/blog/2006/12/25/aspirant-to-learn-sap-xiyou-won-the-jackpot-if-you-read-this-part-i
    /people/sravya.talanki2/blog/2006/12/26/aspirant-to-learn-sap-xiyou-won-the-jackpot-if-you-read-this-part-ii
    /people/sravya.talanki2/blog/2006/12/27/aspirant-to-learn-sap-xiyou-won-the-jackpot-if-you-read-this-part-iii
    Regards,
    Phani
    Reward points If Helpful

  • Report available for test cases (manual test script files uploaded)?

    We upload our test script files to the "Test Case" tab, assign it a status.  We are hoping to have a report that would report all test case files and their STATUSES.
    In solar_eval, there is a standard SAP report for test case provided.  However, the field "Status" for the test case file is not included in this report.
    Is there any report available that would give us this status?  If not, in which table does this data come from?  Is there anyway to build a simple SQVI query to extract the list of test cases and their statuses?
    Any help is highly appreciated!

    Hi Jo,
    It's not entirely clear on whether you are look for 'Status' values of the Test Case document itself OR for 'Status' values of the Test(s) conducted on such Test Case documents.
    I believe the following two SOLAR_EVAL reports should resolve either ways:
    (a) SOLAR_EVAL -> Project -> Configuration -> Assignments -> Documentation (Programme called is SAPLSPROJECT_SOLAR_DOC_EVAL_IM) , Tick only 'Test Cases' and switch off other tabs
    (b) SOLAR_EVAL -> Project -> Test -> Test Plan Status Analysis
    Best regards,
    Srini

  • RECORD TEST CASE

    Hi guys,
             I am trying to record a transaction for  test case, it was showing me error             RELEASE HIGHER THAN 6.20 ARE NOT PERMITTED.
    pls explain me if there any setting need to be done to resolve issue?
    thank you
    with regards
    chaitanya

    hi
    chk the link below might give u some idea..
    Step by Step: http://www.qsands.com/QSandS_CATT_Step_By_Step.pdf
    Testing Function Modules Using CATT Scripts: https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/10f58cac-27cf-2910-ad93-e132621f9bab
    http://www.froglogic.com/download/book32/book/tgsgdc-record.html
    http://help.sap.com/saphelp_nw04/helpdata/en/ae/410b37233f7c6fe10000009b38f936/frameset.htm
    http://sap.ittoolbox.com/groups/technical-functional/sap-log-sd/scat-in-ecc5-release-640-1573163
    Reward If USeful
    Thanx & Regards..
    Naren..

Maybe you are looking for

  • I want name on address bar goes to home page, not search engine

    Just today I hooked up a new modem/router that I purchased at a WIndstream store. I have been browsing the internet for years with Firefox. I have changed the keyword.url setting in my Firefox configuration (see https://support.mozilla.com/en-US/ques

  • Minetest translation does not work on my machine.

    Hey there. After trying my luck in the official Minetest forums a week ago and got nothing more than the initial “try this-and-that” thing as response in the German discussion section and no reply at all in the regular discussion section I decided to

  • How to validate two items on a form that arent necessarily required

    I have a NON REQUIRED text field in which a user will enter in a value. I have a Display as Text field that will populate the result based on what is entered in the text field. I am wanting to validate the information that is entered in the text box.

  • 3 Finger Swipe Feature doesnt work with Windows 7?

    Good Evening I've read a thread about this feature for Mac. But does this also work for 7 Trackpad Users? I've got a 2 years old Toshiba Notebook and use newest Synaptics Driver. It support 3 finger tap and swipe fuctions - both working great. 3 Fing

  • Error, Backup Controlfile

    Hello, When I tried to make a trace of controlfile, it works very well sql> alter database backup controlfile to trace But, when I tried to make a copy of the controlfile, it fails sql> alter database backup controlfile to 'E:\oracle\db\adm\bdump\con