Test Plan generation in SOLAR_TESTPLAN

HI
Is the test plan generation in SOLAR_TESTPLAN by default a transportable object?. If i save it as a local object i wont be able to transport it to other clients, but i want to create the test plans independant of the client systems. Please let me know if there is an option
Thanks

Hi
You create a test plan for a project  if you want to reuse the project structure created in the Business Blueprint for a process-oriented test. means You organize tests after you have created a project structure in Create Business Blueprint,Configured, and want to test these configurations by process.
then only you can select all the test cases and transactions which you have assigned to the project structure, for the test plan.
When you create a test plan for a project, the default test plan structure is based on the structure of the Business Blueprint that you have previously created for your project.(hope i clear you that how it get sync).
and yes you required to save the Test plan as tranportable package obeject directory, this is needed only for the optimizing transports.
please check this [Transport testplan|http://help.sap.com/saphelp_smehp1/helpdata/en/69/38d2872daa11d5b37d0050dade3beb/frameset.htm]
Thanks,
Jansi

Similar Messages

  • How to create  a test plan with specific transactions (or program)

    Hello,
    I'm a new user in Sol Man !
    How to create  a test plan with specific transactions (or program).
    In my Business Blueprint (SOLAR01) I've created in 'transaction tab' the name of my specific transactions and linked it.
    In my test plan (STWB_2) those specific doesn't appear to be selected !
    Thanks in advance.
    Georges HUYNEN

    Hi 
    In solar01 you have defined but you have to assign the test case in solar02 for this test case in the test cases tab.
    When you do so expand the business sceanario node in test plan generation of STWB_2 transaction and now that will appear.
    Also visit my weblog
    /people/community.user/blog/2006/12/07/organize-and-perform-testing-using-solution-manager
    please reward points.

  • Converting Mediator test plans to TestStand sequences, what tools and calls are available to do it programatically?

    With over 200 test plans to convert, as well as new ones the customer may generate, it will be neccesary to write a converter, unless someone else already has? I'd prefer to work either in c/cvi or vb - what calls/tools are available to generate steps and sequences?

    Hi Bob,
    the best starting point for generation of sequences programatically is the API help.
    There's an example program in the sequence builder tool directory in the teststand\examples directory which uses this to get the sequences built.
    National Instruments has a TestStand course on customisation that has an exercise on sequence generation which is done as a sequence, using API calls to the TS engine, so it could be worth at least contacting your local sales engineer to purchase a copy if you don't have the time to attend the course itself.
    Also, the following links may prove useful...
    TestStand Customisation Techniques
    Create Sequence Files(TS 1.0 but the principle still applies)
    Adding New Steps and Sequences
    Although you can easily (relatively) generate your sequences, there is a licenseing issue involved. (This is mentioned in the second link above) TestStand has 3 different licenses. One is for distribution, so you can target a machine with an operator interface and the TestStand engine and your sequences you've built, but if you want to target a machine that involves generating sequences on the fly (say based on your mediator test plans) so it happens automatically, that can fall into the development license. Talk to your sales engineer about the implications of this for your particular integration. (The
    third license is a debug license)
    Hope that helps
    S.
    // it takes almost no time to rate an answer

  • Looking for Hyperion Test Plan/Strategy document

    Hi
    We have
    HYP PLAN (Prod Cost)
    Fin Reporting (Studio) *
    Interactive Reporting
    Web Analysis
    Apache Tomcat
    Work Sapce (Reporting Portal), ODI
    The planning application forms/reports etc development is complete. Any specific document one would share to do the UAT and/or make Test Plan would be highly appreciated.

    <<A fellow (non-genius) at the Apple store told me that if I take pictures with my DSLR (Canon) and select RAW only, it still makes a jpeg preview embedded in the RAW for the camera's screen view, i.e. an embedded jpeg-preview is part of the RAW standard. True or false?>>
    I'm not qualified to give much advice on the rest of your post, but the above statement is True. RAW files contain an embedded JPG. The embedded JPG is used by Aperture before a preview JPG is created (or if you have disabled preview generation).

  • How to execute Script in Test Plan with two different System Data Container

    Dear members,
    I have a requirement.
    I need to execute one Test Config in a Test Plan with one System Data Container and another Test Config in a Test plan with another SDC.
    How to achieve this ?
    Kind regards,
    Pradeep
    Edited by: Pradeep Singh Rawat on Mar 23, 2011 7:10 AM

    >
    Pradeep Singh Rawat wrote:
    > I need to execute one Test Config in a Test Plan with one System Data Container and another Test Config in a Test plan with another SDC. How to achieve this ?
    Currently it is not possible, to maintain more than one SDC on a test plan.
    A workaround is, to maintain one SDC on a test plan and specify no target system direct in a test plan. If you maintain then your  two systems in one SDC, you can specifiy each target system in the test configuration, where it is needed.
    Here the example:
    test plan:
    systemdata container: SDC_ALL
    target system: <empty>
    test config 1:
    systemdata container:
    target system: CRM
    test config 2:
    systemdata container:
    target system: ERP
    systemdata container: SDC_ALL
    target system: CRM -> rfc 1
    target system: ERP -> rfc 2
    Kind regards,
    Christoph

  • How to send a mail about the test plan status

    Hi
    I have finished the development of ecatt automation test cases.
    And I have integrated the ecatt  automation test cases into the test plan of TWB.
    I have scheduled a job in background to run the test plan.
    After the job has finished, I need to send a email to related users to tell them the status of each test cases in the test plan.
    Is there any way to implement it?
    Thanks a lot in advance!

    Hello,
    You can send mail with the status of the test catalog-
    specify a mail system to which Test Workbench test objects send messages to the people responsible
    Please refer the below link for more information:
    http://help.sap.com/saphelp_smehp1/helpdata/en/6a/88370a002911d2bd02080009b4534c/frameset.htm
    Regards,

  • 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

  • How to use Abap Editor(SE38) Test Plan Management Option

    Hi,
    I am trying to use the Test Plan Management option in Abap Editor.
    I could not find any articles/forum postings about it.
    Please guide me on the same.

    hi,,
    go through the below link for help.
    http://help.sap.com/saphelp_erp2005vp/helpdata/EN/06/27185efc5211d1bcfd080009b4534c/frameset.htm
    regards,
    bhavana

  • Upgrade from XI 3.0 to PI 7.1 Test plan

    Hi All,
      We are in the process of upgrading our XI server from XI 3.0 to PI 7.1.  Our landscape is connection different Non-sap system(web, FTP, JDBC) and with different sap system. 
    we need to have concrete test plan before upgrading from XI 3.0 to PI 7.1 wherein non of our existing interfaces should not get affected.
    Please provide your solution how can we have our test plan in development perspective. what are the area and functionality we need to test.
    For eg.
    1. do we need to test each and every communication channel?
    2. do we need to go each and every mapping object and check whether any custom code involved?
    3 I understand from the blog that when we go for upgrade we need Java proxies need to be redeployed and custom adapter module need to be redeployed. If so do I need go one by one communication channel and check is there any customer adapter module is there or not?
    Along with this let me know is there any standard test plan strategy is available.
    Thanks,
    Dhill

    Hi,
    While upgrading to PI71. you should have consider few things as per below link
    SAP NetWeaver Process Integration 7.1 Upgrade Considerations
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40a0868a-9d40-2b10-8cb4-8e0c53b56655
    SAP NetWeaver PI 7.1 and SLD - Webinar Presentation
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/300e3ca7-31cd-2a10-a6ba-87c7447d5fd7
    Decision-Making Factors when Moving to SAP NetWeaver Process Integration 7.1 - Upgrade or New Installation with Phase Out
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40328fc8-4844-2b10-b7a2-8930c16df2ba
    Thanks
    swarup

  • Is it possible to import the failure cases from another test plan in MTM ?

    Hi,
    Is it possible to import the failure cases from another test plan? For example, I have created a new test plan with ID 1002. Now I want to import the failure cases from test plan with ID 1001.  Is there anyway to do this?
    Thanks,
    Leslu

    Hi Leslu,
    As far as I know, there isn’t that feature in MTM, but we could achieve that by add test cases to the test suite.
    As we know, the test case is associated to the test suite, remove the test case from the test suite won’t delete the test case, it just remove the relationship.
    So, we could base on the test cases’ id to add the test cases to a test suite of another test plan.
    The condition is:
    Work Item Type In Group Test Case Category
    ID In id1,id2 (e.g. 1,2,)
    Regards
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How can I copy test plan WITH ITS RESULTS (PASS/FAIL) to other project in MTM??

    How can I copy test plan WITH ITS RESULTS (PASS/FAIL) to other project in MTM??

    Hi odedn,
    Thank you for posting in MSDN forum.
    Based on your issue, you mean that you want to copy the test plan with test results from the current team project
    to other team project, am I right?
    If yes, as far as I know that when we copy test plan with test results to other team proejcts. It is default that
    there just will not copy the test plan with test results (pass/fail) to other team project in MTM.
    You can refer the following MSDN document’s
    what gets cloned, it explained that which objects are copied from the source test plan to the destination test plan.
    Reference:
    http://msdn.microsoft.com/en-us/library/hh543843.aspx
    If you still want to this feature, I suggest you can
    submit this feature request:
    http://visualstudio.uservoice.com/forums/121579-visual-studio. The Visual Studio product team is listening to user voice there. You can send your idea there and people can vote. If
    you submit this suggestion, I hope you could post that link here, I will help you vote it.
    Thanks for your understanding.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Error occurred during deployment plan generation

    When I was publish my project i have a below error 
    An exception occurred when deploying the database for the application. An error occurred during deployment plan generation. Deployment cannot continue.
    Visual Studio 2011
    Microsoft SQL 2008
    Firewall on server is off

    A web application? Or a desktop application?
    Yann -
    LightSwitch Central -
    Click here for FREE Themes, Controls, Types and Commands
    Please click "Mark as Answer" if a reply answers your question. Please click
    "Vote as Helpful" , if you find a reply helpful.
    By doing this you'll help others to find answers faster.

  • Unable to saver images in a note within a Test Plan - STWB_2

    Hi all,
    While trying to edit a note in Tx STWB_2 (Test Plans), I'm not able to save an image on it. I can add and save text but no images. Other odd thing is that even when I click on "Save Active", the message "Document saved as raw version" appears. In case of text, the data is saved (as mentioned earlier). No mutter save mode I select the note is always saved as a raw.
    Is this behavior the standard one or should I perform some actions? Could this message be linked to the fact that I canu2019t saved images in my notes.
    Your help is highly appreciated
    Solman Version: 7.1 (Windows server 2008 R2/SQL server 2008 R2)
    Windows Microsoft Office 2007

    Hi all,
    While trying to edit a note in Tx STWB_2 (Test Plans), I'm not able to save an image on it. I can add and save text but no images. Other odd thing is that even when I click on "Save Active", the message "Document saved as raw version" appears. In case of text, the data is saved (as mentioned earlier). No mutter save mode I select the note is always saved as a raw.
    Is this behavior the standard one or should I perform some actions? Could this message be linked to the fact that I canu2019t saved images in my notes.
    Your help is highly appreciated
    Solman Version: 7.1 (Windows server 2008 R2/SQL server 2008 R2)
    Windows Microsoft Office 2007

  • How can we do unit test plan

    hi experts can u help me plz

    Hi,
    Check this
    http://www.softwareqatest.com/qatfaq2.html#FAQ2_6b
    You find a description about Test Plan.

  • Consolidated status overview for all test plan

    Hi all,
    We are performing our Integration test from SolMan. I would like to generate a consolidated report which will give me data same way as the status overview gives for individual test plan.
    This will help me to track the progress at the test package level, which inturn is my IT scenario.
    Any quick help will be highly appreciated.
    Regards,
    Smita

    Thanks Prabhakar,
    I am aware of this, but this gives me details for one test plan.  Even when I use STWB_2, it gives me summary of all the test plans, and for status overview I have to go in each and every test plan.
    I am looking for some way out to generate the status overview of multiple test plans together in same screen, for reporting purpose.
    Any suggestions?
    Thanks,
    Smita

Maybe you are looking for

  • RAW files in Photos with iOS 8

    Has anyone found a solution to the way iOS 8 has slowed down the rendering of RAW files in Photos? This used to be one of the main ways in which I used my iPad and on photo shoots it was very impressive. Now I cannot use it to any effect. I've tried

  • DMS: Documents opened in edit mode(CV02N) are not deleted from Temp Folder

    Hi All, My query is whenever i edit documents like word,pdf or autocad files in cv02n, it make a copy in my c/windows/temp folder but doesnot delete them when it close the transaction. i have given PC data carrier with path as %Temp% & in profiles i

  • Re: Native Language Support in Forte

    [email protected] wrote: I've been posed a question in the abstract about Forte's native language support. Does Forte support any languages other than C/C++? And if so, what are the limitations or caveats? Native Language Support could also mean the NL

  • Preview breaks pdf with data entry cells?

    Hi, Here's the gist of the trouble: I created a simple invoice in acrobat with data entry cells for the user to enter hours worked, description of work, etc. It works fine in acrobat. If I open it in Preview two things seem to happen: 1. closing the

  • I cant connect to wifi

    I cant connect to wi fi