Skip to Main Content
Cloud Platform


This is an IBM Automation portal for Cloud Platform products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.


Status Submitted
Categories Functional Tester
Created by Guest
Created on Apr 11, 2024

Enable test authors to move test scripts between packages during refactoring

When refactoring code, it often becomes necessary to change the package structure. When RFT test scripts are organised in Java packages, it may also be required to refactor the layout of those packages.

Assume that we have an RFT project and created a test script Test1.java in the package com.ibm.test (i.e., com.ibm.test.Test1). Now, the test author needs to update the package structure adding a new package com.ibm.test.module1 and wants to move the previous test script com.ibm.test.Test1 into this package (i.e., as com.ibm.test.module1.Test1).

As the test author is aware of the refactoring capabilities of the Eclipse IDE, the test author expects a similar refactoring functionality as implemented for plain Java classes (Refactor > Move... + Choose new destination) to be available for RFT scripts with the outcome that not only the source of the test script is moved, but also all assets and resources of the script (.testsuite file, helper classes, test datasets, verification points, test objects, etc.) are adjusted and moved, too. The expected outcome is the RFT project contains the script in the target destination as if it would have been created just there.

Ideally, this functionality is available when working in the Functional Test perspective, as a menu item of the context menu of a test script node in the Function Test Projects view, e.g., next to the already existing Rename and Delete menu items.

This feature would be of high value to any test author working in more complex test projects using Java Scripting who are used to work with and refactor Java code regularly. 

Idea priority High