SM37 Test-Sequence: Howto?

Hi friends,
warming up an old theme:
Most BAPI functions can not be testet in SM37 because they need a subsequent call of BAPI_TRANSACTION_COMMIT.
I remember having tried to create a test sequence including test BAPI and COMMIT BAPI but I did not succeed.
Right now, I can't find help on that subject.
Please answer to this thread if you have successfully used Function Builder test environment to run a sequence of function calls (in one LUW).
If this is possible, I'm happy to reward you!
Regards,
Clemens

Hi,
YOu can create Test Sequences from SE37.
In the Function Module menu if you got Test, menu option there is an option to create Test Sequence.
But Test Sequences are useful only if the First FM stored some data in the Global data declared in the TOP INCLUDE and the Second FM picks up that data for processing.
I am not sure if you can copy the output of the First FM and make it as an input for the Second FM.
Regards,
Sesh

Similar Messages

  • How to call test Sequences developed by using CVI Test Execuitve toolkit in Test Stand?

    There is a feature in TestSatnd which can convert CVI sequence to test Stand Sequences. But test stand is not recognising these sequences saying " not a valid CVI test sequence". Is there any version Issues, while converting these sequences to TestStand?

    Hi Scott
    In continuation of previous question..
    As per the suggestion, when I am trying opening one sequence(.SQU) file,developed in CVI Test Executive V 1.0.1., in CVI Test Execcuitve V 2.0.1, Executive is throwing error.
    The Pop Error is " Section [Sequence] missing from sequence file c:\xxx.squ"..
    and when I am trying opening these sequence file in sequence editor, the tool it self is crashing.
    Please suggest!!
    Is there any specific tokens which we need to add in .SQU files of V 1.0.1, so that V 2.0.1 can understand them? Just to check the possibility of manual updation of .SQU files.
    Regards
    Amit

  • Create test sequence from lab view - add it to the .seq file

    Hello All,
                   I have a query. consider an test sequence that has already stored in "Test.seq" format. let us say we have 5 test steps.
    now is it possible to add a new test step to this existing test sequence using Lab VIEW. I mean if we enter a new test step this has to reflect in the existing test sequence "Test.seq".  i.e in the "Test.seq" we must have 6 test steps.
      If this is possible let me know how this can be done. 

    Michels,
    Guenter mande a very good point.  Make sure to take a look at the forum thread he linked to see the licensing implications of creating your own Sequences.
    There is a very good forum thread that discusses how to create steps programmatically.  You can find the forum here:
    http://forums.ni.com/ni/board/message?board.id=330&message.id=7785&requireLogin=False
    Regards,
    Santiago D

  • Help:set up simple test sequence, operator selects particular test then teststand links to part of sequence file and performs test

    Hi,
    I am extremely new to TestStand, please see question below and offer advice.
    I want to set up a simple test sequence.
    I want a message to popup on screen that asks the operator which unit of 6(max 10) Units to test(i.e. there are say 6-10 box's to select from).
    Then the sequence goes to the particular part of the sequence and performs the test on which ever unit was selected.
    What is the best way to do this?
    Could i use message popups to do this?and if so what do i need to do link it to the correct part of the sequence file?
    Do message popups only allow 6 options to select from?
    Thanks,
    Solved!
    Go to Solution.

    Hi,
       You can do using message popup method. You can ask the user which unit want to execute by inserting message in message expression in message popup step settings.Something like below
    "Enter unit number to execute 
     1.  Unit1
     2.  Unit 2
     10. Unit 10"
    then check "Enable response text box" from options tab in step settings.When user enters unit number you can get the user entered value by inserting the below statement in post expression of message popup step settings
        Locals.String = Step.Result.Response 
        Note : String is a local variable to be defined.
    Convert that string in to number and send that output to switch expression there by you can use a sequence call step to call sequence whichever to be executed. (I hope your each unit will be seperate sequence file)
    I hope these resolves your problem. If you don't understand let me know so that I can develop a small example and send it to.
    Cheers,
    krishna 

  • How to Create Test Sequence Document in HTML using command line

    How to Create Test Sequence Document  in HTML using command line
    I have lot of sequences and I want to create Test Sequence Documentation in HTML format using Command Line automatically, is there a way to automate this task using .bat file or using   C#  .Net

    If you aren't able to figure out how to call a C++ DLL in .net then there may be another option.  Unfortunately I don't know how to do this off the top of my head and I don't have an example.
    The other option would be to change docgen.seq a little bit to the dialog doesn't display and you just hardcode the options.  Then you can use a command line to call testexec.exe: http://zone.ni.com/reference/en-XX/help/370052K-01/tsfundamentals/infotopics/startup_opt/
    Hope this helps,
    jigg
    CTA, CLA
    teststandhelp.com
    ~Will work for kudos and/or BBQ~

  • Test sequences not working in standard prototype adaptor with Execute Steps in process

    Test sequences not working in standard prototype adaptor with "Execute Steps in process" but the sequences works in "Execute steps in an External instance of CVI"(Debug mode). Pl help with solution
    Apriciate your help
    Regards,
    Sharanu

    Sharanu,
    Thanks for contacting National Instruments. It would help us out a lot if you could specify exactly what is not working. Will the sequence just not run? Is it giving you an error message? Or what exactly does not work about it? The initial thing that I could think of that would make it not work in External Instance but not using the RunTime Engine is that you might be missing a support library when trying to run it in this configuration. If you click on the "Configure Auto-Loading of Support Libraries Needed for Linking .objs and .libs" button, you can make sure that all the support libraries you might be using are added in this list (you can add them using the "Add Other Libraries..." button). If this does not fix your problem, then let us know a litt
    le more about what is going on and we can help you from there. Thanks.
    Adam B.
    Applications Engineer
    National Instruments

  • Original files are missing after re-installation (Test-sequence context.ctl)

    Hello,
    after upgrading from LV2010 to LV2013 my VIa are missing these files for eample
    Labview Test-Sequence Context.ctl
    TestStand GetPropertyValue (String)
    I also reinstalled Teststand.
    How can i get the files back? I fdont know if they were a part of Labview or Teststand-installation.
    Thanks for help
    TM
    Solved!
    Go to Solution.

    Hey TM,
    It soundls like the missing VIs are part of TestStand.
    "TestStand GetPropertyValue (String)" is something TestStand provides, "Labview Test-Sequence Context.ctl" is also a TestStand component if I remember correctly.
    It is important that LabVIEW is installed first. After, you can run the installer of TestStand. It is important that support for LabVIEW  is selected in the installer.
    Regards, Stephan

  • Deployment teststand error (labview test - sequence context)

    Hello,
    I need help by deploying my workspace to the deployment(target)computer. That is what I have done:
    - i create a workspace, in this workspace are different sequence files and the vi´s which i have created.
    - then i use the deployment tool (teststand) and deploy the workspace to a directory in the network.
    - after that i copy the modified SequentialModel.seq to the target maschine.
    - now if i want start the sequence file an error occured. Teststand can`t start my vi´s because it can`t find files like LabVIEW Test - Sequence Context, TestStand - Set Property Value (Boolean Array). Choosing the path of the file in the search directory doesn`t help.
    Maybe i have made an error with the deployment tool?! How is the right way to deploy in a network without using an installer. Iám using teststand 3.0.
    thankyou
    Schwede

    Hi Schwede
    If you want to deploy your Sequence File and the Processmodell you have to copy first your original Processmodell from the NI folder to the user folder.
    Than open the deploy-tool and load your workspacefile. Mark the point "deploy files in Teststand user directories" and define the image path. Don't mark the "create installer" field.
    You will get and image folder with several subfolder.
    In the target subfolder you can find your sequencefile. In the Teststand subfolder you can find your customized Processmodell or Operator Interfaces. Attention, please use relative paths when you create your workspacefile.
    hope this helps
    Manuel Wielander
    National Instruments

  • Reg: Test Sequences in Test Plan Management

    Hi Guru's
       I do created the Test plan and Created Test Packages and also assigned Testers to that package
            I do also created a Sequences for the testers
                           But it allows the tester to change the status  whose in Sequence 2  before the tester whose in sequence 1 is not yet ended the test.
             It give just an information
    Previous test case not yet finished
    Message no. AGSTWB000
    I wanna make it as an error- It should not allow the tester in sequence 2 to change the status until tester of sequence is completed / ended the test.
    Help me to guide this issue
    Thanks in advance
    Regards
    Anandh

    Hi,
    is there any solution?
    Is it possible within a test sequence that Tester No.2 can NOT edit his test case before Tester No.1 has finished the previous test case?
    Any idea?
    Thanks and best regards,
    Marco

  • TestStand v3.0 for multiple test sequence runs

    I am trying to setup the TestStandv3.0 so that it can execute multiple
    test sequences. Currently it executes one sequence and then rather
    than reporting the test results in an HTML format, it terminates and
    the entire tool quits execution. How do I fix this? I did not get
    this problem with TestStand v1.0.1 of of the box.

    Hi,
    It maybe that in the Station Options under the Execution Tab, for the
    On Run-Time Error control.
    Make sure the 'Immediately Goto Cleanup on Sequence Failure' is not
    checked.
    Regards
    Ray Farmer

  • How do I make a process model sequence (not entry point) available to the test sequence?

    I have sequences that update process model data in the process model sequence that I would like to make public so that I can call this sequence from the test sequence.
    I am using TS2.
    I know that I could insert a sequence call and when specifying the module simply select the process model sequence file. Is there a more direct way of specifying the process model sequence file? Can I hide sequences in the process model so that they can't be called by the test sequence?Message Edited by Francey on 05-19-2005 06:38 AM

    When creating a custom step type, you can check "Designate an adapter", and use the Sequence Call adapter. If you would like to make the user unable to change this property, you can disable the "Can Specify Module" property on the "Disable Properties" page.
    Warning: If you ever want to change the parameters or the sequence call you are making for all steps, you must load ALL of the sequences that use this step, check the "apply changes in this dialog to all loaded steps of this type" box when you make the changes. This means that you should be very careful to make sure you have your step type designed properly before you begin using instances of it. The reason this is the case, is that the module is a property for each instance of the step, rather than the step type. We are simply giving a default value. By disabling the specify module dialog, we are preventing the user from being able to change from the default.
    Allen P
    NI

  • Test Management Reporting drill-down on Test packages / test sequences?

    Hi all,
    I'm looking for a way to drill-down my test management reporting down on testpackages or even single test sequences.
    Currently, I have only the test plan as lowest level available.
    And it would be really great to have some more details to report.
    Happy for any ideas,
    Jan

    Hi ,
    You can try below Simple Steps ;
    (generate using Wizard)
    1. On Solution Explorer -> Right-click on Reports -> Select Add New Report
    2.Click on the Next Button -> Give a Data Source name and Click on the Edit Button
    3.Select Server Name -> Select "Use SQL Server Authentication" Radio Button
    4.Give User name and Password -> Select Database Name and Click on the "OK" button.
    5.Press the Next Button -> type your Sql Query -> NExt
    6.Select Tabular Option and Click on the Next Button
    7.Select [LOC_NAME],[Emp_NAME] for the Group list and the TotalEmployee is for Details -> Next
    8.Select Stepped option -> Enbale Drilldown -> NEXT-> Finish(you can use this option if only you require Drilldown option in your report else you an ignore this or simply click next.)
    9. Delete EmployeeName Column  -> Paste Emplyee Name Next to LocName As shown in Image.
    10 . Delete table1_Details_Group in Grouping Pane
    11. Type =Sum(Fields!TOTAL_CUSTOMERS.Value) for Total Customer
    12. Right Click on Emp_Name Row -> Insert Row -> Outside Group Above -> TYpe Employee
    Thanks
    Please Mark This As Answer or vote for Helpful Post if this helps you to solve your question/problem.

  • Unable to create a Test Sequence

    I am trying to use the Test Sequence functionality that was delivered in SP15.  I see th option in my menu path, but it is greyed out.  I activated the service AGSTWB_CE per note 1137832, and still do not have the functionality. 
    Has anyone been able to use this functionality and could provide some guidance?
    Thank you,

    Do you have the necessary rights? Have you activated the workflow functionality in the test plan?
    You might also check this thread: [Re: Workflow Functionality in sequencing functionality -- Test Management;
    or this contribution: [http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/f06db6a7-3b36-2c10-13a9-ac232f2c39f8]
    Hope this helps
    Martin

  • Test sequence for function module

    i want to perform a test sequence in which, what is the out put of the first funtion module i want to pass them to the second function module .
    i want to know that whether i can do that or not if yes how?.
    thanks in advance.

    Hi u can do that by doing like this.
    Call 'function1'
    exporting
    var1 = var1
    improting
    var2 = var2
    if var2 is not initial.
    Call 'function2'
    exporting
    var3 = var2
    importing
    var4 = var4
    endif.
    Mark points if helpful.
    Regs
    Manas Ranjan Panda
    Message was edited by: MANAS PANDA

  • Re: Calling two Sub VIs using Test sequence

    Hii All,
    I created main vi and one sub vi...i wanna to call sub vi from main vi using test sequence and controller is Bollean.
    Means when the test sequence detects true condition it will run main vi and when test sequence detects False condition, it will run sub vi.. But sub vi is nit running...can some one tell me the solution...
    With Regards
    Puneet Kapoor
    CLA 2014
    CCVID 2014
    Solved!
    Go to Solution.
    Attachments:
    main.vi ‏18 KB
    sub vi.vi ‏6 KB

    thans for the suggestion...
    i got the solution for it n the VIs is in the attachment.
    Message Edited by puneet.kapoor on 12-12-2007 10:10 PM
    CLA 2014
    CCVID 2014

Maybe you are looking for

  • How do I share files via cloud with my teammates?

    I believe that the Creative Cloud allows team members to share resources. I thought this meant we'd have a shared space in the cloud where we could see each others folders and files. Any advice on finding this feature is appreciated! Spinbutton

  • How to Display XML in a UIWebView?

    Hi everybody. I like how Safari displays XML files and I would like to emulate that functionality in an iPhone UIWebView. However, I just can't get it to look the same when passing a URL to the UIWebView. For example, take a simple XML file like http

  • Mountain Lion displayed previously recorded CD as Blank

    Hi I have recently come across an issue (BUG) in mountain lion. Pervasively recorded CD's from old OS now show as blank? If you dual book into windows or put the CD into SL 10.6 information displays, but for some reason ML 10.8 displays the disk as B

  • IChat doesn't work since 10.4.7 installed

    Installed 10.4.7 and now iChat doesn't work at all. It worked fine prior to the upgrade, all the required ports were open and now I just get the -8 error as per everybody else. Suggests to me that Apple have changed something fundamental somewhere. H

  • Urgent.....Screen Painter.........ABAP

    Hi, I designed a screen to maintain custom transparent Table. Before inserting the record I need to check whether the same record exist in the table or not with the screen fileds. in the screen I get the fields from the same table in which I have to