Test run test package /eCATT

run "test" is OK in test run test package(STWB_WORK)
run "test case" or "automatic test" is not OK.
error :Variants that Match Selection ECATTDEFAULT Cannot Be Found
why?
help me!
thank you!

We need more input ....regarding what and which test case you are executing.
Still try to help .it looks like you are executin with a variant which is not there for the Test script.
goto SECATT and here enter the name of the Test Configuration goto display mode
check configuration here...
System data container i.e. the RFC whether its working fine ..
Test script name and target system name
Now goto Variant tab...here check the variant....you can create a new one..also
Hope its helps
Regards
Prakhar

Similar Messages

  • ECATT Test Package-urgent

    While running test configuration through Test Package, I cant find the option for choosing variants at execution time for which test configuration will be executed.what can be done in this case........
    thanx for ur concern......

    hi,
    pls go through
    I have Separated that two fields by TAB.
    While i am executing transaction it is taking material from my text file but not taking gross weight and therefore no changes made.
    So i dont understand where is the problem?
    I want to check it is taking gross weight from file or not but i dont know how to
    check..
    So please can u help me?
    i am sending u my code....
    abap.
    DATA : TOT TYPE I VALUE 0,
    FILE TYPE STRING.
    DATA : BEGIN OF I_MARA OCCURS 0,
    V_MATNR LIKE RMMG1-MATNR, " Material Number
    v_brgew like mara-brgew, " Gross Weight
    end of i_mara.
    CALL FUNCTION 'F4_FILENAME'
    EXPORTING
    PROGRAM_NAME = SYST-CPROG
    DYNPRO_NUMBER = SYST-DYNNR
    FIELD_NAME = 'FILE'
    IMPORTING
    FILE_NAME = FILE_V-PATH.
    FILE = FILE_V-PATH.
    CALL FUNCTION 'GUI_UPLOAD'
    EXPORTING
    FILENAME = FILE
    HAS_FIELD_SEPARATOR = 'X'
    TABLES
    DATA_TAB = I_MARA.
    DESCRIBE TABLE I_MARA LINES TOT.
    COUNT = TOT.
    CLEAR I_MARA.
    ENDABAP.
    DO (COUNT).
    ABAP.
    DATA : V_READINDX TYPE I,
    FILE TYPE STRING,
    INDX TYPE I VALUE 0.
    DATA : BEGIN OF I_MARA OCCURS 0,
    V_MATNR LIKE RMMG1-MATNR, " Material Number
    v_brgew like mara-brgew, " Gross Weight
    end of i_mara.
    DATA : WA LIKE I_MARA.
    FILE = FILE_V-PATH.
    CALL FUNCTION 'GUI_UPLOAD'
    EXPORTING
    FILENAME = FILE
    HAS_FIELD_SEPARATOR = 'X'
    TABLES
    DATA_TAB = I_MARA.
    V_READINDX = INT_LOC.
    READ TABLE I_MARA INDEX V_READINDX INTO WA.
    V_MATNR = WA-V_MATNR. " Material Number
    V_BRGEW = WA-V_BRGEW.
    ENDABAP.
    TCD ( MM02 , MM02_1 ).
    INT_LOC = INT_LOC + 1.
    ENDDO.
    2..... can see from your code, you have defined the FILE field inside ABAP....ENDABAP,, but after ENDABAP ... this FILE contents are not available.
    Define FILE as a V parameter,,, I think you will get the file path.
    pls reward if it helpful
    thanks
    vana

  • Load/Performance Testing using ECATT

    Please provide the process to perform Load/Performance Testing using ECATT ASAP. 
    What are the T-Codes are required to fulfill Load/Performance Testing using ECATT.
    Thanks in ADVANCE.

    Hello Colleague,
    Here are the steps that you need to do, for performance testing using ST30.
    Use transaction ST30 to invoke Global Performance Analysis ( Widely used for performance tests of certain transactions ).
    On the eCATT test tab, Key in the folloing data
    Log ID ( needs to be created ONLY for the first run ),
    Performance test ( logically the entries for Perrformance test field are of the format:
    Logid_name/PERF_transaction_name/systemname/client/date ),
    Name of the testconfiguration ( You need to create a test configuration for the eCATT to be used in ST30, use the same name for the created Test
    configuration as that of the test script ),
    No of times the test configuration needs to be run as the preprocessor to create the required backend data, No of times the test configutation needs to
    run as processor ( both these fields are filled with 5 and 5 or 5 and 10 respectively for performance measurements, but in your case you can give a 1 and 1
    or 0 and 1 in these fields for your requirements )
    With all the check boxes in the Programming guidelines and Distributed Statistics Data unchecked ( unless req ). In the data comparison ( use No - option
    for With values ).
    Click on the eCATT test only button to start the performance run using ST30.
    Now the procedure stated above makes the eCATT test configuration execute as many times as the sum of pre and pro given by the user AT ONE STRETCH ONLY. But if there is a requirement of having the eCATT execute after an interval, we follow a different approach.
    We have a VB script that will create a ECA session, call se37, select the required test package and then execute all the required test cases ( eCATTs ) in the
    test package and also ensure the KILL ECA session at the end of the execution.
    We then create a batch file to execute the VB script and call the batch file for our executions
    In you case, please schedule the execution of the batch file for every 30 mins ( or any such time duration ) using the simple scheduler functionality provided by
    Windows.
    The only problem with this is that whenever we have some system messages / Software updates / any new screens the scheduling is bound to fail as the called VB script does not handle the new situation. Please also ensure that the user whose Password has been given in the scheduler has to be the user who has logged into the system during the execution period.
    So, to summarize : ST30 will only allow you to run the eCATT as many times as required, but only at ONE STRETCH, you need to use the second mechanism to make the eCATT run effectively after a predetermined time without any user interaction.
    FYI : A new feature to handle the scheduling of executions is being developed, will post the details when it is available and the usage steps soon. We also have a new command called PERF ENDPERF in eCATT also ( a new development ), kindly go through the documentations for the new developments in eCATTs for the same
    Thanks and best regards,
    Sachin

  • Unit testing packages in sql developer

    It appears that the specify parameters window is blank for packaged functions which means the test call fails when run. Is this a grant or synonym issue ( or something similar ) or is there an issue with testing packages via the unit test interface of sql developer. Thanks in advance.

    Seems that you cannot right click on the packaged schema object from the schema connection i.e. you have to create the test from the unit test tab and then choose the object type i.e select packages and then the packaged function or procedure. This method results in the Specify Parameters window having the correct signature displayed. Procedures or methods can be created via the unit test tab or the active connection tab.

  • Can I Test the Test Package Created in SolMan Directly from ECC?

    Hi,
    the test plan and test packages are created in Solution Manager. The Test Packages are comprised of transactions (on ECC).
    (The business scenarios and processes are defined in Solar01, ECC is defined as logical component and assigned to every tx, the test case description is uploaded in Solar02,...)
    The needed Trusted RFC (to enable the tester to start the tx from within SolMan) is running late, but I can see that STWB_WORK tx is also available in ECC.
    Of course - when I open it in ECC (logged on as a test user - defined in test package in SolMan) the test package is empty in ECC.
    What kind of connection is there within STWB_WORK in ECC and SolMan?
    Can one somehow "transfer" the packages from SM to ECC, so the tester can start to test the transactions from ECC directly?
    Is it possible to see the results and status overview in SolMan during and after testing?
    Thank you in advance,
    cheers,
    Nenad

    Hi
    You getting confused between old ECC test workbench and Solution Manager Test workbench.
    Test workbench is present there from r/3 version onwards.
    When you are performing testing via solman then you have to use the test packages assign to you in STWB_WORK which has the relevant transaction and doc for you to test
    here you upload the test result and update status .Later any PM can generate report for overall testing including entire landscape and not one system.
    But remember it has got no connection to ur r/3 workbench
    The diff between 2 is...solman test workbench is for entire landscape including BI R/3 ECC any other system ...but in r/3 etc the workbench is alone and obsolete now is used for standalone testing.
    Hope it carifies ur doubt completely
    Regards
    Prakhar

  • Security Testing using eCATT

    Hello,
    I would like to know if any one has found a good solution for Security testing using eCATT.
    Thanks you
    Gilles

    Hi Gilles,
    Security testing in tems of roles and authorizations of users is very much possible in eCATT as conveyed by Jon.
    If you have large quantity of scripts which need to be tested depending on roles & authorization and if you are testing it with SCAT transaction using catalog, plan & package then you can prepare package depending on user IDs. This will help in a way that you will be giving once the User ID & password at execution time for given package and all the roles, authorizations linked to that ID will be tested for that bunch of scripts.
    Hope this helps.
    Regards

  • SCAT - Tester in the Test Package

    Hi! All Experts,
    I have created a Test Package and assigned Tester to each Test Case. e.g.Data Entry Clerk to Test Script A, Approver to Test Script B.
    However, when I run the Test Case in the Test Package, the system always logon as user "ALE-BATCH" and run the Test Scripts A and B.
    Is it possible to logon as the Tester and run the Test Script ? E.g. logon as Data Entry Clerk and run Test Script A, then logon as Approver and run Test Script B ?
    Thanks in advance for all the advise.

    It is because I have picked a RFC Destination with default user id ALE-BATCH and password.
    To solve this, I have to build another RFC Destination which will prompt for logon ID and password.

  • Error during execution in background: No Test Package Selected

    We have created a test package and tried to run both in foreground (Goto -> Automatic Test -> Execute) and background (Goto -> Automatic Test -> Execute in background). We are pretty confident that the test case included in the package works well.
    Foreground run is successful. However, when we try to run using background mode, we get the error "No Test Package Selected." What could be the possible issue for this?

    Unsigned applets are not allowed to access the file system...
    http://java.sun.com/developer/technicalArticles/Security/Signed/

  • Test Package in Test Management tab of Change Document

    Hi Expert,
    When we test on CHARM, we realized that the test package in test management tab can only be
    attach before the developer change the status to "Pass normal change to
    test". Is this standard or can we do any configuration to allow the
    test package be attach during "Test for Preliminary Input" status?
    Thanks
    Best Regards
    Remy

    Hi,
    I manage to solve this issue as below,
    Go to SPRO
    >SAP Solution Manager Implementation Guide
    >SAP Solution Manager
    >Capabilities (Optional)
    >Change Control Management
    >Standard Configuration
    >Change Request Management Framework
    >Adjust UI objects by User Status
    Thanks
    Best Regards
    Remy

  • The test package does not point to the correct logical system

    Hello,
    I have defined SMSY logical componant, I have copied project1 to project2.
    I have changed within the system landscape of project2, the logical componant.
    I have also defined a project plan, and the test packages.
    Hence, the test packages still do not point to the logical component that is defined in the landscape...
    I must have missed something !
    Can you help ?
    Thanks a lot

    hi
    try following
    1 check in smsy the logical component is correctly defined with clients dev qa and prd
    2 same logical component is assigned to solar_project_admin
    3 Project IMG is generated in the respective system
    4 in solar01 check the logical component is shown correctly
    5 Re- Generate the test plan once
    hope above steps will resolve issue
    regards
    prakhar

  • Regenerating test packages in Solution Manager 4.0 after blueprint changes.

    Hello,
    This is the scenario.
    A test plan and test package (1 process = 1 test package) have been created.
    The blueprint has changed and a new step has been added to the process (the process that has already been assigned into a test package.
    How do you get that new task/step into the test package??
    Current situation:
    I've managed to regenerate the test plan with the new task listed under the process. However when I go into change test package the new process is NOT there. Why is that? Can I had a new step to a package or not?
    Regards
    Dan

    You must go down to the transaction leveland click and then regenerate it will then be eligible in the package for regeneration.

  • Transport of Test Plan / Test Packages

    Dear all,
    We intend to transport a test plan with all test packages from the development Solution Manager to the productive Solution Manager because in the productive Solution Manager no configuration is allowed.
    We are using the Solution Manager functionality to execute manual testing in the following way:
    On SOLAR02 the project 'FOUNDATION' is stored. The project 'FOUNDATION' has been migrated from a outstanding sandbox Solution Manager system to all three Solution Manager Systems: DEV, TEST and PROD. Test scripts have been uploaded on the 'test cases' tab of the respective business process branch.
    In the development Solution Manager SMD a test plan has been generated using the uploaded test scripts mentioned above.
    On the quality assurance Solution Manager the same project 'FOUNDATION' is stored and the same test scripts are uploaded on the same branches.
    When the test plan is transported (using the recommended STWB_2 transport functionality) from the development SM to the quality assurance SM there are two issues.
    1. The transported test plan cannot be edited / regenerated anymore. An error message "The specified structure does not exist" is displayed. Message number is SOLAR056.
    2. The transported packages can be assigned to users but no notes can be added to the test cases. The error message is: "Unable to find template". Message number is SOFFICEINTEGRATION231.
    It seems that the transported test plan cannot retrieve the underlying project structure, even it is identical to the project structure of the development SM.
    This problem is urgent to us, as the test phase is starting next week.
    Thank you very much for your support.
    Best Regards,
    Marc Reinhardt

    Hello Marc,
    We have experienced similar problems. A transport of the test plan and copies of the test plans have resulted in us loosing status values and test notes. 
    I was informed it had to do with the fact the information is stored in the GUI. How I don't know, I am not a technical person.
    I was wondering if you may have encountered the similar problems I have had above and found ways around it.
    You can reach me at [email protected] as well.

  • Test packages cant be created in locked system

    I am using project management part of solution manager, & because the info structures are sap objects, I have to transport any change to a test package. I cannot create them in the production system as it is locked to changes. Other sap objects lets you tick the current settings box in sobj & then sap treats it like master data (which in reality this is !!)
    Has any found a way around this, I think it is crazy to have to transport test packages

    Rajesh,
    Answer is very simple. I did get same kind of problem. It is very simple answer depending on your R3 version.
    Use password all capital letters. Don't include any small letter at all. unlock your user id and change password to capital letter. BW doesn't like small and capital letter mix. this bug is fixed in ECC 6.0
    <removed_by_moderator>
    *Do not ask for points
    Read the "Rules of Engagement"
    Regards
    RK
    Edited by: Juan Reyes on May 21, 2009 9:30 AM

  • FAQs with respect to extended Computer Aided Test Tool (eCATT) - Part 1

    Dear  Community Members,
                                                                                    Please find the answers to the threads that can be frequently asked in the forum.
    1. What is eCATT?
        extended Computer Aided Test Tool (eCATT) to create and execute functional tests for software. The primary aim is the automatic testing of SAP business processes. Each test generates a detailed log that documents the test process and results.
    eCATT enables automatic testing in SAP GUI for Windows and SAP GUI for Java. In order to offer a complete test solution that covers other GUIs, eCATT has interfaces to third party tools.
    See Also 1. eCATT - An Introduction (PART I)
    /people/sapna.modi/blog/2006/04/10/ecatt--an-introduction-part-i
    2. What are the features of eCATT?
    You can:
    ·        Test transactions, reports, and scenarios
    ·        Call BAPIs and function modules
    ·        Test remote systems
    ·        Check authorizations (user profiles)
    ·        Test updates (database, applications, GUI)
    ·        Test the effect of changes to customizing settings
    ·        Check system messages
    3. How to record a transaction using TCD driver or command ?
    See link: eCATT Scripts Creation u2013 TCD Mode (PART II)
                   /people/sapna.modi/blog/2006/04/10/ecatt-scripts-creation-150-tcd-mode-part-ii
    4. How to record a transaction using SAPGUI driver or command ?
    See link: eCATT Scripts Creation - SAPGUI Mode (PART III)
                   /people/sapna.modi/blog/2006/04/10/ecatt-scripts-creation--sapgui-mode-part-iii
    5. What is Parameterization, Test Data, Test Configuration,System Data and how to create them in eCATT?
    See link: eCATT Chaining, Parameterization, Creation Of Test Data,Test Configuration, System Data (PART IV)
                 /people/sapna.modi/blog/2006/04/18/ecatt-chaining-parameterization-creation-of-test-datatest-configuration-system-data-part-iv
    6. What is Test Workbench and How is it Managed?
    See Link: eCATT Scripts Management Via Test Workbench (PART V)
                   /people/sapna.modi/blog/2006/04/13/ecatt-scripts-management-via-test-workbench-part-v
    7. What is eCATT Log?
    See Link: eCATT Logs (PART VI)
                   /people/sapna.modi/blog/2006/04/18/ecatt-logs-part-vi
    Continued.
    Thanks and Kind Regards
    Mohan Kumar K
    eCATT Forum Moderator

    PMU reset does not get rid of it sorry to say and logic board replacement does nothing to cure it. They all have this problem I believe, and it could very well be the battery that is the culprit, and a recall might be on the way for the batteries or a firmware update. Who knows at this point, this is an inherent reality of first gen Apple portables (products also), they are never bug free, if you buy a MBP now, you should know what you are getting into and try to deal with it as best as you can, if you don't have the "stugots" to deal with these issues and document them, wait for the 3rd and 4th gen, those are usually bug free, but end of life also.
    Take it easy and don't worry, they will fix it soon, they just need documentation of the problem, half the battle has been won.
    --Felix

  • Error in Test Package

    Hi,
    I created a Test Plan and created some 10 Test Packages under it.
    In a particular Test Package, I have 25 Test Cases. All the Test Cases are in UNTESTED State.
    When i check the STATUS ANALYSIS for that Test Package, STATUS INDICATOR, STATUS TEXT & STATUS VALUE is not getting displayed for 10 TestCases in that . All these 3 fields are blank. For rest of the 15 Testcases, all these fields are shown up with values.
    What could be reason for this?
    Thx,
    Waseem.

    HI Prakhar,
    Are the test cases modified in solar02 or newer version is uploaded for this test cases.
    No. Test Cases are not modified.
    When i regenerate that particular Test Package again, same error.
    But, i tried copying the TEST PLAN and Generate Test Packages. It works fine. But i can't regenerate the whole TEST PLAN, since some of the Test Packages are in Testing phase; regenerating will remove all the status.
    What can be the solution for this?
    Thx,
    Waseem.

Maybe you are looking for