Move test case with referenced items to another project

How can I move a test case with all referenced contexts and verifications from a project to another project? At the moment I have to move each single item. How can I do this more efficient?

Hi Markus,
You can Export/Import it in a Test Portable format.
All contexts will be included.
Kind regards,
Ulyana.

Similar Messages

  • Can I re-use a parameterized manual test case with different set of parameters in a different test plan?

    Can I re-use a parameterized manual test case with different set of parameters in a different test plan without impacting the parameters in the first test plan?

    Hi ssteele_1,
    Thank you for posting in MSDN forum.
    Generally, I know that if you want to re-use a parameterized manual test case and without impacting the parameters in the first test plan.
    I suggest you could try to right click this parameterized manual test case ->Select the Create copy and add to suite option like the following screen shot.
    Then the parameterized manual test case can be re-used as a new test case in this MTM and it will did not impact the original parameterized manual test case.
    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.

  • Simple test case with NL and table order .

    Hi,
    did some tests on my 9.2.0.8 and got few questions:
    SQL> select count(*)  from p;
      COUNT(*)
          2000
    SQL> select count(*)  from c;
      COUNT(*)
          1000
    SQL> select count(*) , id from p group by id having count(*) > 1;
    no rows selected
    SQL> select count(*) , id from c group by id having count(*) > 1;
      COUNT(*)         ID
           100         10
    SQL> desc p
               Name
        1      ID number
        2      FILLER varchar2(100)
    SQL> desc c
               Name
        1      ID number
        2      FILLER varchar2(100)
    Got 10046 traces:
    case A
    select /*+ use_nl(p) leading(c) */ *
    from
    p , c where p.id = c.id and c.id in (10)
    Rows     Row Source Operation
        100  TABLE ACCESS BY INDEX ROWID P
        201   NESTED LOOPS
        100    TABLE ACCESS BY INDEX ROWID C
        100     INDEX RANGE SCAN C_ID (object id 411255)
        100    INDEX RANGE SCAN P_ID (object id 411256)
    Case B optimal
    select /*+ use_nl(c) leading(p) */ *
    from
    p , c where p.id = c.id and c.id in (10)
    Rows     Row Source Operation
        100  TABLE ACCESS BY INDEX ROWID C
        102   NESTED LOOPS
          1    TABLE ACCESS BY INDEX ROWID P
          1     INDEX RANGE SCAN P_ID (object id 411256)
        100    INDEX RANGE SCAN C_ID (object id 411255)So its simple nested loop with postponed inner table access .
    Why in row source operation we have got 102 rows (NL level) ? (It means NL was executed 102 times ?)
    And why 201 in other case ?
    Regards
    GregG

    I am not sure about the calculation/reason for those A-ROWS figures but the NL operation executes only once (but accesses inner rowsource 100 times in case one and once in second case) in both cases (which is as expected).
    A closer test case (to OP) is
    SQL> select * from v$version ;
    BANNER                                                                                                                                                                    
    Oracle Database 10g Release 10.2.0.5.0 - Production                                                                                                                       
    PL/SQL Release 10.2.0.5.0 - Production                                                                                                                                    
    CORE     10.2.0.5.0     Production                                                                                                                                                
    TNS for Linux: Version 10.2.0.5.0 - Production                                                                                                                            
    NLSRTL Version 10.2.0.5.0 - Production                                                                                                                                    
    SQL> create table p nologging as select level as id, cast(dbms_random.string('a', 100) as varchar2(100)) as filler from dual connect by level <= 2000 ;
    Table created.
    SQL> exec dbms_stats.gather_table_stats(user, 'P') ;
    PL/SQL procedure successfully completed.
    SQL> create index p_id on p(id) nologging ;
    Index created.
    SQL> select count(*)  from p;
      COUNT(*)                                                                                                                                                                
          2000                                                                                                                                                                
    SQL> select count(*) , id from p group by id having count(*) > 1;
    no rows selected
    SQL> create table c nologging as select level as id, cast(dbms_random.string('a', 100) as varchar2(100)) as filler from dual connect by level <= 900 union all select 10, cast(dbms_random.string('a', 100) as varchar2(100)) as filler from dual connect by level <= 99 ;
    Table created.
    SQL> select count(*) , id from c group by id having count(*) > 1;
      COUNT(*)         ID                                                                                                                                                     
           100         10                                                                                                                                                     
    SQL> exec dbms_stats.gather_table_stats(user, 'C') ;
    PL/SQL procedure successfully completed.
    SQL> create index c_id on c(id) nologging ;
    Index created.
    SQL> select /*+ use_nl(p) leading(c) gather_plan_statistics */ * from p , c where p.id = c.id and c.id in (10) ;
            ID FILLER                                                                                                       ID                                                
    FILLER                                                                                                                                                                    
            10 opKRJynLxjeCiOScvOklQBXfpnfgvlhHNLzlKKrFaNzQLODKSnKMxpzecqyFkVSLvdosZJhWckBcQbpIaqttahlqBxrugKQVrnIk         10                                                
    zrGZSmUFXNyNMOViUYSvPDdfznSlMvaFnQakopPtcBvXQkWmMlWCnrPyeZLfhuLLeYyAEkcwZNSfoASLYpoAnpESqlQWkaEGatXV                                                                      
            10 opKRJynLxjeCiOScvOklQBXfpnfgvlhHNLzlKKrFaNzQLODKSnKMxpzecqyFkVSLvdosZJhWckBcQbpIaqttahlqBxrugKQVrnIk         10                                                
    hKtrWPCfAmWWLGMXfwHCusSwVpehEnZdxYPLouIuBlMMiSKlIJWwklZCAXZaCbIxKlhzBVRhhTPdLcheyAdoYyfxwomqWRrMXuMk                                                                      
            10 opKRJynLxjeCiOScvOklQBXfpnfgvlhHNLzlKKrFaNzQLODKSnKMxpzecqyFkVSLvdosZJhWckBcQbpIaqttahlqBxrugKQVrnIk         10                                                
    ncSqclZvOGgyXDPaaouGaUqXmJtFNbNyFzUalDknEMvTsBRwGmTxOCIalLvqMnuTFBZJGzNfBqaSVHUtvNDceVZqKQQyqeGKOUdz                                                                      
    100 rows selected.
    SQL> select * from table(dbms_xplan.display_cursor(null, null, 'ALLSTATS LAST')) ;
    PLAN_TABLE_OUTPUT                                                                                                                                                         
    SQL_ID  1f55m4rabtu3h, child number 0                                                                                                                                     
    select /*+ use_nl(p) leading(c) gather_plan_statistics */ * from p , c where p.id = c.id and                                                                              
    c.id in (10)                                                                                                                                                              
    Plan hash value: 2553281496                                                                                                                                               
    | Id  | Operation                     | Name | Starts | E-Rows | A-Rows |   A-Time   | Buffers | Reads  |                                                                 
    |   0 | SELECT STATEMENT              |      |      0 |        |      0 |00:00:00.01 |       0 |      0 |                                                                 
    |   1 |  TABLE ACCESS BY INDEX ROWID  | P    |      1 |      1 |    100 |00:00:00.01 |     112 |      2 |                                                                 
    |   2 |   NESTED LOOPS                |      |      1 |      1 |    201 |00:00:00.02 |     110 |      2 |                                                                 
    |   3 |    TABLE ACCESS BY INDEX ROWID| C    |      1 |      1 |    100 |00:00:00.01 |       7 |      1 |                                                                 
    |*  4 |     INDEX RANGE SCAN          | C_ID |      1 |      1 |    100 |00:00:00.01 |       3 |      1 |                                                                 
    |*  5 |    INDEX RANGE SCAN           | P_ID |    100 |      1 |    100 |00:00:00.01 |     103 |      1 |                                                                 
    Predicate Information (identified by operation id):                                                                                                                       
       4 - access("C"."ID"=10)                                                                                                                                                
       5 - access("P"."ID"=10)                                                                                                                                                
    24 rows selected.
    SQL> select /*+ use_nl(c) leading(p) gather_plan_statistics */ * from p , c where p.id = c.id and c.id in (10) ;
            ID FILLER                                                                                                       ID                                                
    FILLER                                                                                                                                                                    
            10 opKRJynLxjeCiOScvOklQBXfpnfgvlhHNLzlKKrFaNzQLODKSnKMxpzecqyFkVSLvdosZJhWckBcQbpIaqttahlqBxrugKQVrnIk         10                                                
    zrGZSmUFXNyNMOViUYSvPDdfznSlMvaFnQakopPtcBvXQkWmMlWCnrPyeZLfhuLLeYyAEkcwZNSfoASLYpoAnpESqlQWkaEGatXV                                                                      
            10 opKRJynLxjeCiOScvOklQBXfpnfgvlhHNLzlKKrFaNzQLODKSnKMxpzecqyFkVSLvdosZJhWckBcQbpIaqttahlqBxrugKQVrnIk         10                                                
    hKtrWPCfAmWWLGMXfwHCusSwVpehEnZdxYPLouIuBlMMiSKlIJWwklZCAXZaCbIxKlhzBVRhhTPdLcheyAdoYyfxwomqWRrMXuMk                                                                      
            10 opKRJynLxjeCiOScvOklQBXfpnfgvlhHNLzlKKrFaNzQLODKSnKMxpzecqyFkVSLvdosZJhWckBcQbpIaqttahlqBxrugKQVrnIk         10                                                
    ncSqclZvOGgyXDPaaouGaUqXmJtFNbNyFzUalDknEMvTsBRwGmTxOCIalLvqMnuTFBZJGzNfBqaSVHUtvNDceVZqKQQyqeGKOUdz                                                                      
    100 rows selected.
    SQL> select * from table(dbms_xplan.display_cursor(null, null, 'ALLSTATS LAST')) ;
    PLAN_TABLE_OUTPUT                                                                                                                                                         
    SQL_ID  7hvf1zvsvfhdp, child number 0                                                                                                                                     
    select /*+ use_nl(c) leading(p) gather_plan_statistics */ * from p , c where p.id =                                                                                       
    c.id and c.id in (10)                                                                                                                                                     
    Plan hash value: 2133717140                                                                                                                                               
    | Id  | Operation                     | Name | Starts | E-Rows | A-Rows |   A-Time   | Buffers |                                                                          
    |   0 | SELECT STATEMENT              |      |      0 |        |      0 |00:00:00.01 |       0 |                                                                          
    |   1 |  TABLE ACCESS BY INDEX ROWID  | C    |      1 |      1 |    100 |00:00:00.01 |      11 |                                                                          
    |   2 |   NESTED LOOPS                |      |      1 |      1 |    102 |00:00:00.01 |       7 |                                                                          
    |   3 |    TABLE ACCESS BY INDEX ROWID| P    |      1 |      1 |      1 |00:00:00.01 |       4 |                                                                          
    |*  4 |     INDEX RANGE SCAN          | P_ID |      1 |      1 |      1 |00:00:00.01 |       3 |                                                                          
    |*  5 |    INDEX RANGE SCAN           | C_ID |      1 |      1 |    100 |00:00:00.01 |       3 |                                                                          
    Predicate Information (identified by operation id):                                                                                                                       
       4 - access("P"."ID"=10)                                                                                                                                                
       5 - access("C"."ID"=10)                                                                                                                                                
    24 rows selected.
    SQL> drop table p purge ;
    Table dropped.
    SQL> drop table c purge ;
    Table dropped.
    SQL> spool offEdited by: user503699 on Jan 18, 2012 11:49 PM

  • OTM  filter/query for the test cases with Test Steps seciton = Empty?

    Hi Folks,
    How to query/ fliter for all those test cases which does not have any test steps. They Test Step Section is empty. How to acheive this in OTM?

    this happens particularly when multiple people work on the same test case to update it from multiple machines.
    Edited by: OATS Explorer on Feb 22, 2012 4:10 AM

  • Importing existing test cases with multiple test steps into e-Manager

    When I import my excel-based test cases into e-Manager Enterprise, each test step appears as a separate test case. How can I correct this problem?

    Please try attached XLS. You need to blank out every column except for the test steps column for rows which are your test steps.

  • Cons hierarchy restructuring -- Move a group with its subgroups to another

    We need to restructure the consolidation hierarchy as per management decision.
    Need to move a consolidation group along with the sub groups and units under it to another group that is in parallel (at the same level in the hierarchy) with the group that needs to be moved.
    e.g. Cons Group CG10 (with parent unit CU11) is the top group and CG20, CG30 and CG40(with parent units CU21, CU31 and CU41 respectively) are under it and groupos CG41 and CG42 are under CG4.
    We now need to move group CG40 along with its units and sub groups under CG20. The parent unit CU41 is currently 100 % owned by CU11 and will need to be transferred to CU21.
    Please suggest the best way to handle this.
    Do we need to create a new group along with new sub groups under CG20??
    Or it's Ok to create just one new group for CG40 and move the subgroups CG41 and CG42 as they are.
    Please advice ASAP.

    You can't move a cons group within a fiscal year, so you may need to create a CG40b, CG41b, CG42b (i.e., new version of the groups).
    If it's the end of the year, it may be possible but probably not advisable to try and move the groups themselves, but I assume the system would complain.  I've never tried it myself, and don't know how the transfer would work if the old groups were gone.
    I would create CG41b, CG42b.  Set the divestiture date for the units in the CG4x groups, add the units and first consolidation dates to the CG4xb groups, set accounting techniques, etc.
    Create an organization change number with sender CG41 and receiving CG41b.  Ensure you have the prepration for consolidation group change tasks configured in your task hierarchy.  I've always had two tasks, one for 02/12 (before elims), and another for 22 (after elims but before CoI).
    In the additional financial data, create total transfer activity for the units in question, referencing the Org Change number created earlier.
    Execute the consolidation as early as possible during the close, even if it's just preliminary data, and have the business verify the postings seem reasonable. 
    Hope that helps,
    Chris

  • Move iPhoto library with external images to another computer &external disk

    Hi guys,
    I have just received my shiny new MacBook and now I want to move my iPhoto library from my "old" Mac mini to the new computer; to make things slightly more complicated, I have, for historic reasons, all my photos external to the iPhoto library on a hard drive called "Mobile". In addition, in the new environment the photos shall reside on yet another external drive which will be called Mobile3 ...
    Any idea how I can achieve this ?
    Many thanks, Jurgen
    Mac mini, MacBook   Mac OS X (10.4.8)  
    Mac mini   Mac OS X (10.4.8)  

    Jurgen:
    Welcome to the Apple Discussions. I think I know now you can do that.
    1 - copy the iPhoto Library folder intact into the MacBook's Pictures folder.
    2 - move the container folder for the "source" files to Mobile 3. Try to keep the path names as consistent as possible except for the HD name.
    3 - open the library on the MB and double click on a thumbnail. When the window comes us to find the source file do so.
    That should re-link all of the files in the library or at least in that roll. The worst case scenario would be do to that once for each roll. If you have the file path identical to the old HD except for the HD's name it should work.
    In the event you have to create a new library and start fresh (unlikely) or want to just make sure your source file as permanently associated with the keywords and comments you're assigned in iPhoto try Tutorial #1.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB file backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • How do I move a table with radio buttons to another page?

    I created a document in Word, converted to PDF, added a page (which was created in Adobe Forms Central, only way to get a table with radio buttons - see below for example).
    The issue I have is whilst using the Trial of Adobe XI Pro I was able to move this table up a page and place it under the header.  Now that the trial has run out I cannot complete this task with other documents.
    I started to edit using LiveCycle but it won't let me move the table.
    We have Acrobat X Pro but when I go to edit, it directs me to edit in LiveCycle.  I have tried moving the table using all of these programs.  Can anyone help/guide please? 

    Thank you for your reply.  I am new to editing a pdf and using these programs. I have subscribed to Acrobat XI Pro.  When I try to edit the document it directs me to LiveCycle.  I cannot move the table in LiveCycle.  It won't let me, and I cannot make changes in XI Pro as I did in the trial as it directs me to edit in LiveCycle.  Am going in circles.

  • Move artboard along with its content to another documet?

    Is it possible and if not what's your fastest way to recreate that on another document with different artboard/s on a differnt place in the workspace?

    document set up / edit artboards / option drag the current artboard somewhere els on canvas... that will also create a "new page" if saved as PDF for instance
    but: if u select the artboard and apple C it the past in new  doc it will only paste the contents and ignore artboard size...
    G

  • HT201272 I bought a dictionary for $29.99 on 30.11.11 and cannot redownload it. I was under the impression that when an app is purchased it belongs to you, but this is not the case with this item. It is an important app for me and I would like to get it b

    I bought a dictionary for $29.99 on 30.11.11 and cannot redownload it. I was under the impression that once an app is purchased it belongs to you for all time.  Shouldn't  I be able to get this app.?

    You can only redownload apps whilst they remain in your country's store - is it still listed fot sale ? If the app is still in your country's store then you should be able to redownload it via the Purchased tab in the App Store app on your iPad, if it's not shown there (but is still in the store) then check to see if it's hidden from the Purchased tab : http://support.apple.com/kb/HT4919
    If it's no longer in your store then do you have a copy of it on your computer's iTunes and/or on your backup of your downloads that you can use to resync it to your iPad ?

  • Sequences - Test Organzer:  How to move more than 1 test case at a time

    Hello,
    I would like to be able to move multiple test cases within a sequence but I do not know how.  If I highlight multiple rows and select Move Test Case only 1 of the rows will move.  This is fine if your test package only has a few transactions but if you have many it becomes very time consuming.
    Does anyone know how to move more than one test case at a time within a sequence?
    Regards,
    Corinne Taylor

    Hi Corinne,
    Actually I do not have any solution for that either. I am also only able to move the test cases one by one, which indeed can become very time consuming. There I have a small question to you: when I am in the web-based application to change the sequence of the test cases, everything goes really slow. Selecting the test package in the browser, going to change mode, selecting the test cases, creating a test sequence...it all takes time before I can continue. Is it the same with you? Else I will need to look at what is going wrong on our side.
    Thanks and best regards,
    Kristof

  • TFS with VS2013 and MTM, for CodedUITest test-cases.

    Hello!
    I have a blocking issue: TF900558: This build process template cannot be run on a build server Default Controller - <servername>. Upgrade this build server to a newer version.
    What I am trying to do, is get some pre-'captured' CodedUItests done with VS2013, and use MTM as the 'front-end' in order to run test-cases and report, by associating some test-cases with these CodedUI elements.
    Now, I have the latest version of VS2013 installed on a virtual-machine, which contains my test-environment which tests webpages. TFS is a little older and cannot be upgraded right now, as the team are just too busy.
    It seems a potential work-around, is to change 'the template' so that it matches what is used by TFS.
    Anyone any idea how I should go about this, and if my theory is sound (if not ideal)?
    I could really use some step-by-step-guidance here, and have email rather than keep adding to this thread, until resolved.

    Hi MonsoonMally,
    Based on your description, you might use a build process template which is newer than the TFS build controller/agetnt. You can upgrade your TFS on your build machine or use the old build process template that match to build controller.
    To upgrade your build controller, you can refer to this blog for more information:http://blogs.blackmarble.co.uk/blogs/rfennell/post/2014/02/01/Upgraded-older-Build-and-Test-Controllers-to-TFS-2013.aspx
    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.

  • Problem in test case

    Hi guys,
    we are using solution manager for testing.  We have created the test case with test case type "Test Document" in SOLAR02 transaction.  Here we are trying to attach our test script sothat it can be included in the test note generated by blue-print.
    But when we create a test case, the system is automatically taking the attribute as "Blue-print relavant" and because of this we are not able to create a test note.  WE are getting a message that test case is defined as blue-print relavant.
    Where can we change the attribute of the test case ?
    Can anybody helpme out

    Hi Sai Vineeth,
    1) Please get into SOLAR_PROJECT_ADMIN transaction
    2) Choose your project ID
    3) Toggle to Change mode
    4) Get to Project Standards Tab
    5) Go to Documentation Types sub Tab
    6) Click on 'Project Template' button at the right bottom side
    7) In the window that opens up, go through the document types that you want to take off Blueprint relevance, use the cursor to move it towards the right - you'll find a column meant for Blueprint relevance
    8) Take the checkbox away, press the button Check and then Save.
    9) Then press on 'Cancel (red X) icon.
    This should make the Blueprint relevance disappear for the given Document Type.
    Cheers,
    Srini

  • SQL Developer Unit Testing - Validation with PL/SQL

    Hi,
    I am trying to create Unit tests using SQL Developer UT framework.
    But when i am creating validation using User PL/SQL code option.
    Then how can i check value returned by l_count in code snippet below:
    -- Please raise an exception if the validation fails.
    -- For example:
    DECLARE
    l_count NUMBER;
    wrong_count EXCEPTION;
    BEGIN
    SELECT count(*) into l_count
    FROM test_recon
    WHERE
    match_num = 99836936
    AND Stg_status_flag <> 'E';
    IF l_count = 0
    THEN
    RAISE wrong_count;
    END IF;
    END;
    Also, can someone please refer me to few more demo examples (apart from oracle docs) to implement good test cases with SQL developer.
    I appreciate your help.
    Regards
    Dipali

    Probably not the answer you're looking for, but back when I was playing around with the Unit Test stuff, I didn't have sys privs, and the DBAs were a little busy at the time to set a up a repository for me. Rather than wait, I installed Oracle XE on my machine and created a small dev schema and deployed unit test to that. It's so much easier to perform quick proof of concepts when you have full control.

  • How to select test cases efficiently for a test package?

    Dear experts,
    I would like to ask you if you have found a way administer how to assign test cases to test packages and test packages to testers. For regression tests this assignment remains relatively stable (often the key users).
    Do you know a way to administer this within the solution manager - or do you recommend the old excel table.

    Hello Ragu!
    Thank you for your answer! My question was regarding the organisational side, I didn't get this clear.
    I know how to generate a test package and how to assign a tester to a test package but where do I get the information which test packages I need and which tester to assign to which package.
    Maybe a good option is to assign the tester as a team member on the process step level. Thus the assignments can be listed with SOLAR_EVAL using "Assignments / Test Cases" with option "Display Team Members". This list would help to generate the test packages. The selection of the test cases for the test package has do be done manually because there seems to be no filter for team members.
    Regards,
    Martin

Maybe you are looking for

  • Internal Error 2330. 1392

    I just purchased a new laptop with Windows Vista with Adobe Reader 8.1.0 installed. When trying to open up an Adobe file, I received the error Internal Error 2330. 1392, C:\Program files\Adobe\Reader 8.0\Reader\Browser. I tried to uninstall Adobe and

  • Itunes store won't connect no matter what i do.

    This is a long post but i wanted to give you as much information as possible. Below is the transcript between apple support. Here is the Story: just One account says network connection timed out. I didn't think until right now to try a different acco

  • Is there a way to move the message pane from the bottom of the messages list to the right of it?

    The question should be self explanatory. Windows Mail allows the folder pane, the message listing and the message pane to be listing in 3 columns side by side. In Thunderbird the message pane is available only beneathe the message listing. Am I missi

  • Flashplayer doesn't work on some sites, but works on others?

    There are a lot of sites on which the flashplayer doesn't work, eventhough I have the latest version installed. It does work on youtube for example. Please help me!

  • Reverse engineering in UNIX file server.

    Good day everyone, I am required to reverse engineer .csv files stored in a UNIX file server. I am really new in using ODI so I'm having problems doing this menial task. So far, these are the steps I have done: 1. Inserted a File Data Server and a Ph