Regarding ECATT Test Scripts

Hi All,
I would like to know abt how we assign <b>Transaction to ECATT test scripts</b>,once i can get transaction to run this i can improve the program with more conditions using selection-screen etc.
Here i will execute the test script using <b>SECATT</b> Transaction.
But now i want to put the this test script into one transaction.....
Means i should be able to run the TEST SCRIPT from a Tranasaction.
or i will run one Transaction and i have to provide option like enter test script name from there so that i can execute.
Can body have the solution for the above.
Thanks in advance.
Thanks & Regards,
Rayeez.

Hi All,
Can anybody give the solution to above issue.
I want to run the Test Scripts that are being run from <b>SECATT</b> from Seperate[My Own] Transaction.
Please provide the solution for above issue.
Thanks in advance.
Thanks & Regards,
Rayeez.

Similar Messages

  • ECATT test script preparation

    Hi SRM Gurus,
    I would like to create an ecATT Test Script for creation of shopping cart. Can anyone, give me some inputs on this like, how to go about, steps involved.
    Thanks  & Regards,
    Ramkumar

    Hi,
      Pls refer the foll links:
    http://www.erpgenie.com/sap/ecatt/index.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/1b/e81c3b84e65e7be10000000a11402f/frameset.htm
    http://www.sapdevelopment.co.uk/testing/ecatt_qas.pdf#search=%22ecatt%20in%20SRM%22
    HTH.
    BR,
    Disha.
    Pls reward points for helpful answers.

  • RPT_ECATT_EXECUTE_TEST to execute eCATT Test Scripts in background

    Hi everyone,
      Found this program RPT_ECATT_EXECUTE_TEST  to execute eCATT Test Scripts in the background. However, when i try to run a TCD test script in the background, im getting a "Control Framework: Fatal error - GUI cannot be reached" error in the job log.
    Is there a workaround for this?
    Thanks in advance.

    Hello,
    If the recording is done using SAPGUI , here is the solution .
    Say there are 3 radio buttons.
    First time record with only one radio button clicked , complete the entire recording and save the script.
    Split the recording using Methode wise, once this done you will have one SAPGUI for each operation performed.
    Reopen the script in the change mode and also open the transaction screen where you want to record the remaining radio buttons.
    Do a SAPGUI attach twice once for each radio button after the SAPGUI of the first radio button .
    Once all the recoding is complete.
    Declare 3 different input parameters (basically 3 flags), one for each radio button.
    Note: SAPGUI recording is done only for checking the radio button and not unchecking.
    IF ( input_parameter_radio_button_1 = 'x' ).
    SAPGUI ( first radio button).
    endif.
    IF ( input_parameter_radio_button_2 = 'x' ).
    SAPGUI ( second radio button).
    endif.
    Similarly for the third one.
    Hope you understood the logic.
    Thanks & Best regards,
    Ajay

  • Does Single Sign on feature affect the eCATT test script

    Hi
    I am having problem with eCATT test scripts when running on the PC with single sign on feature .
    I am able to run the eCATT test script on PC with out single on feature .when I am trying to run the same eCATT script on the PC with single sign on feature it gives error message
    When the test script is executed it open up new session and tries to log on system and then it comes out of the Session  and gives the error message.
    Error When starting replay session Possible causes
    1) Scripting is deactivated in Replay system .
    2)User has not logged on with in given time or user has no Dailog rights .
    3) Too Many Sessions are open.
    Can you please Suggest me how to overcome this problem .
    The PC with single sign on feature is using SAP GUI 7.1 Version and the PC with out single sign on feature is using SAP GUI 7.2 Version . Will this affect the test script.
    Thanking you .
    Regards
    Kiran

    Hi
    The issue is resolved . Once the single sing on program is disabled on the machine the eCATT test scripts are working fine now .
    Thank you .
    Regards
    Kiran

  • Transaction to find ecatt test script

    transaction to find ecatt test script and the table which stores ecatt test script
    transaction to find function group and the table which stores function group
    transaction to find general text and the table which stores general text
    where i should be able to change the devlopment class

    Hi Avinash,
    For ecatts check development class/package SECATT_DDIC and transaction SECATT.
    For general text transaction is SO10 and tables are STXH and STXL.
    For Object Naviagtor SE80 you can change development class.
    For function groups check ENLFDIR table.
    All transaction codes are stored in TSTC and TSTCT tables
    Thanks
    Lakshman

  • Error During ECATT test script creation

    Hi,
    I am creating test script using SECATT t.cde. I select traget system and click on Pattern Button and provide input as follow.
    Group : UI Control
    Command : TCD (Record)
    Transaction : MM02
    When I click continue button, I am getting error "Transaction MM02 could not be found in Target System".
    I had check my RFC Configuration, its working properly.
    Please help me to solve this issue.
    Regards,
    Nisit

    Not sure what exactly you're asking, but here is a "how-to" article on eCATT creation:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/50bec015-14f1-2910-6080-9874b3499052

  • Importing internal table data from FM to eCATT test script

    Hi all,
    I am working on Workflow project where by i need to post invoices related to purchase orders sent as scanned imaages. Incase all the data in the incoming invoice(scanned) is correct then i am using BAPI_INCOMING_INVOICE_CREATE to post the invoice.
    But when the data is wrong, i need to give the user MIRO transaction pre-populated with the invoice details so that he manually corrects them(after verification) and posts the invoice.
    I understand MIRO is an ENJOY transaction hence BDC doesn't work properly(i have tried with all kinds of options on recording and the problem comes incase of multiple POs) hence i choose to use eCATT.
    The recording worksfine but my real problem is the PO data (multiple PO details for same invoice) is in table form. In all my previous objects related to eCATT we used to upload the file, hence no problem of importing tables.
    But now as i'll call this test script from a function module which has all the POs in the form of internal table, i need to import this into my test script.
    Please any body tell me how to proceed in this case or please suggest me a better a way to record the MIRO.
    Thank you,
    Lakshmi Narayana.S

    Hello Raj,
    First of all thank you for your inputs.
    Yes, I know about Parking an invoice. even i am using it in some scenarios.
    If everything on the invoice matches with the values in SAP then i am posting it using BAPI invoice_create also.
    But for some scenarios like if the PO on the invoice doesnot match with actual PO then i need to create a work item in the Accounts Payable user's inbox and he will change invoice data manually (after getting confirmation and correction) and post it using MIRO.
    Here i need to pre-populate the MIRO with the invoice data so that he can correct and post it.
    Hence i was trying to write a BDC and as MIRO is an Enjoy transaction i thought writing a BDC is not a good idea (i tried writing BDC but had problems) hence i am using eCATT.
    Hope i am clear about my problem. Any inputs to solve this are welcome.
    Thanks,
    Lakshmi Narayana.S

  • ECATT Test Script Generation with ME21N MIGO

    Hi,
    I am generating the test script in DEV 100 it is running successfully when i am running it into the target system DEV 200 it is giving error.
    I am facing this for MIGO when canceling the document, displaying any document or changing any document in ME21n, ME22n and soon.
    Suggest the solution for that.
    Regards

    > I am generating the test script in DEV 100 it is running successfully when i am running it into the target system DEV 200 it is giving error.
    Interesting.
    Unfortunately nobody has a magic ball to check which error you get; so if you want some advise, please post what you face.
    Markus

  • ECATT Test Script

    Hello All,
    I am writing a Test Script for MM01 transaction.
    I don't know Where to write the ABAP and ENDABAP Block for test script.
    Should I have to write it in the Command Editor or anywhere else.
    Can anybody help in the procedure of doing a testing for VA01 transaction.
    Thank you in advance.
    Looking forward to your response.
    Warm Regards,
    SampathKumar G.

    Hi,
    Put the whole ABAP code in ABAP & END ABAP statements,
    for VA01, based on transaction using by you
    like for inquiry,quatatio,saleorder,credit notes,billing,shipping
    put these transaction one after onein TCD command and test it.
    If you are facing any difficulty please let meknow I''l forward the link.
    Thanks,
    Rahman

  • Info about eCATT Testing Tool

    Hi All,
    I have read various blogs/threads regarding eCATT Testing tool. I can see how to create eCATT scripts but my questions is how do we open eCATT tool.
    I ve read that we have to enter "SECATT" as tcode, but where?
    I ve SAP Netweaver Application Server 7x and Developer Studio installed on my M/C, please let me know if there is anything else to be installed to get started with eCATT, if yes then it would be great if you could provide me with relevant URLs as well.
    Regards
    Kaushal Panjwani

    Hi
    Check CATT help.
    http://****************/Tutorials/eCATT/eCATTMain.htm
    SAP users use CATT frequently to upload master data or to make changes to master data records. SAP Consultants and Abapers tend to use it for creating test data. The transactions run without user interaction. You can check system messages and test database changes. All tests are logged. The CATT records your keystrokes while performing the actual transaction. You then identify the fields that you wish to change in that view. Then export this data to a spreadsheet to populate with the data required. This is uploaded and executed saving you keying in the data manually.
    To perform CATT, it has to be enabled in your production environment (your systems administrator should be able to do this - SCC4). You will also need access to your development system to create the CATT script.
    The process of uploading data with a CATT:
    Activate CATT in your client
    In transaction code SCC4 - click the change button
    Double click on the client number
    In the Restriction section, tick Allows CATT processes to be started.
    Upload data using CATT
    1. Create Import variant for the fields you need
    Transaction SCAT
    Goto Parameters
    Create Import Variant
    Goto Variant -> Edit
    Goto Variant -> Fast entry or F9
    Duplicate 01
    2. To change the MRP Group for a list of Material
    Assuming that I want to change the MRP Group for a list of Material.
    My text files should look something like this:
    [Variant ID] [Variant Text] &ZDISGR &ZMATNR
    --> Parameter texts MRP group Material
    --> Default Values M1 A001
    Changes to the default values displayed above not effective
    #01 M1 A001
    #02 '' A002
    #03 M1 A003
    Note : '' denotes a blank in the field. e.g. Material A002 MRP group will be replaced by a blank.
    3. Configure the recorded entry fields to read from the imported text file data
    In the CATT : Maintain functions test case Screen
    Double click on the Object Name
    Double click on the screen number with your desired fields
    Park the cursor on the fields
    Click Edit -> Details
    Fill in the Parameters Name and Field Contents
    Finish Save it.
    Assign your text file data.
    In the CATT : Execute test case Screen
    Click External from file and choose your text file
    CATT will now read from your text file and update whatever data you have specified.
    u can go through this link
    https://www.sdn.sap.com/irj/sdn/advancedsearch?query=catt&cat=sdn_all
    Reward points if useful
    Regards
    Anji

  • ECATT  problem in creating test script

    Hello Everybody,
    when i am creating test script in  ECATT
    i am getting  this type of error  " no script text exit " .
    i didn't understand this  error .
    if anybody hv knowledge  abt this then plz suggest me
    also give me  some documentation related ECATT with print-screen
    ASP

    Hi sandeep,
           You can refer the following link. Here, you can get more knowledge about eCATT.
    http://help.sap.com/saphelp_nw04/helpdata/en/10/f3383fe58d5900e10000000a114084/frameset.htm
    Do reward point if it is useful...
    Regards,
    Gopi

  • How to execute a MTS (Master Test Script) in SAP ECATT Test Configuration for multiple variants.

    I have a MTS (Master Test Script) which references 4 Test Scripts. As of now, I am able to run this MTS directly by opening it as a Test Script and running it for default test data.
    Now, I want to run this MTS in SAP ECATT Test Configuration for multiple variants/test data. I am not able to see any parameter if I enter MTS in the Test Configuration.
    Below thread is similar to my requirement but I am not able to understand the solution properly.
    eCATT - how to run multiple test scripts with input variables in different test scripts?
    Any help in this case would be highly appreciated.
    Thanks & Regards,
    Vaibhav Gupta

    I have a MTS (Master Test Script) which references 4 Test Scripts. As of now, I am able to run this MTS directly by opening it as a Test Script and running it for default test data.
    Now, I want to run this MTS in SAP ECATT Test Configuration for multiple variants/test data. I am not able to see any parameter if I enter MTS in the Test Configuration.
    Below thread is similar to my requirement but I am not able to understand the solution properly.
    eCATT - how to run multiple test scripts with input variables in different test scripts?
    Any help in this case would be highly appreciated.
    Thanks & Regards,
    Vaibhav Gupta

  • In eCATT, How to mention the values as  input parameter during test script

    Hi,
    1. I am just learning eCATT tool. I created a Test Script by recording my transaction. But if i want to execute the recorded transaction with different data then how to store the values.
    2. How to execute my Test Script created in one client to another client of same server. is it just by mentioning the target system or do we have to do anything in anothere client.
    Lakshmi

    Hi
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a0e0ebec-c9da-2910-689e-b1a22a621c7f
    Manoj Shakya.

  • Using mercury test scripts in eCATT

    Can anyone tell me if its possible to use the test case built in Mercury QTP be used as eCATT test case to run the test. If thats possible wats the way to use them. All along i hav been using Mercury to Test Sap application now i need to build the test scripts in eCATT for the same. Can i make use of the test scripts built in mercury
    is it possible to use the test scripts built in the older version say 6.2 of mercury used in 4.6C or 4.7 os SAP eCATT
    can i atleat get the scripts into CATT and then migrate it to eCATT.

    Hello,
    Please post your question in the WAS forum.
    SAP NetWeaver Application Server
    thx,
    E.T.

  • ECATT calling multiple Test script to single test script

    HI experts,
    How to integrate i mean calling multiple test script  to single test script and store in single test script in ECATT
    Moderator message: please search for available information/documentation.
    Edited by: Thomas Zloch on Apr 8, 2011 9:50 AM

    HI experts,
    How to integrate i mean calling multiple test script  to single test script and store in single test script in ECATT
    Moderator message: please search for available information/documentation.
    Edited by: Thomas Zloch on Apr 8, 2011 9:50 AM

Maybe you are looking for

  • Add javascript to Out of the box Modal Dialogue Box in Sharepoint 2010.

    Hi, We have Sharepoint and Project Server 2010 SP-2 enviroment. We are using Project Server Timesheet for our managing Time logging. Project Server 2010 has "Add existing task" Modal Dialogue box in which I want to add "Javascript" code in order to s

  • Exclamation Mark instead of my photo's

    I know someone asked this below but I need to start from scratch! I don't know what I have done to make this happen, it happened when I first bought my iMac just over a year ago and Apple sorted it over the phone but unfortunately I can't remember wh

  • How do i remove a credit card so that the balance will come from an accout

    how do i remove a credit card from my account so that the balance will be used from a itunes card i put on

  • Regarding modifying database from internal table

    Hi ABAP Experts, I am facing an issue regarding modifying DB table from itab. All the records of itab are not getting reflected in DB table using Modify statement. Syntax is as follows - Locking DB table using enque FM MODIFY abc FROM TABLE i_abc. Un

  • Gaming

    should i download amd catalyst for gaming optimization or use intel hd graphics. how should i know that the machine is using the graphics card or it is running on built in ?