Frequently asked questions about integrations with HCL OneTest™ UI
This topic provides answers to some frequently asked questions about HCL OneTest™ UI integrations with other Rational products.
- Does HCL OneTest UI integrate with test management systems?
- What are the benefits of connecting a functional test project to a test management solution?
- How does keyword testing work ?
- When working with keywords, when are licenses for Rational Quality Manager and HCL OneTest UI required?
- Can HCL OneTest UI be installed with Rational Application Developer or Rational Software Architect?
- Which source control management tools does HCL OneTest UI integrate with?
- Why should I use source control management systems with HCL OneTest UI?
- Can HCL OneTest UI be used without a source control system?
- What files are versioned when a functional test script is placed under source control with Rational ClearCase?
- How are functional test script assets used with Rational ClearCase?
For information about the compatible versions of Rational products that can be integrated with HCL OneTest™ UI, see the technical documents athttp://www.ibm.com/support/docview.wss?&uid=swg27036168 and http://www.ibm.com/support/docview.wss?&uid=swg27036169.
Does HCL OneTest™ UI integrate with test management systems?
HCL OneTest™ UI can be integrated with Rational® Quality Manager.
What are the benefits of connecting a functional test project to a test management solution?
HCL OneTest™ UI is a test implementation application. On its own, it does not provide capabilities for test planning, test design, sophisticated test execution options, or in-depth results analysis. These capabilities come from a test management system that can use HCL OneTest™ UI as one of several possible implementation and automation tools.
How does keyword testing work ?
Rational® Quality Manager users define the manual tests in the Rational® Quality Manager editor. They can identify test steps or sets of steps as keywords. These keywords are logical groupings of steps that can be reused across multiple manual tests.
The keywords are also visible within HCL OneTest™ UI. An automation specialist can select a keyword and can record or associate it with a HCL OneTest™ UI automated test. When the test is run, the keyword can be executed as an automated test. This provides limited automation specialists with the ability to automate the most high leverage test steps.
When working with keywords, when are licenses for Rational® Quality Manager and HCL OneTest™ UI required?
To create manual tests, define keywords, and run tests containing keywords implemented with manual steps, a Rational® Quality Manager license is needed. To record automated tests as implementations of keywords, HCL OneTest™ UI bits and license are needed. To run a manual test with automated keywords, both Rational® Quality Manager and HCL OneTest™ UI must be installed, as well as a HCL OneTest™ UI license.
Can HCL OneTest™ UI be installed with Rational® Application Developer or Rational® Software Architect?
HCL OneTest™ UI installs as a perspective into Rational® Application Developer or Rational® Software Architect.
For information about shell sharing with other Rational products, see the technical document at http://www.ibm.com/support/docview.wss?&uid=swg27036168.
Which source control management tools does HCL OneTest™ UI integrate with?
HCL OneTest™ UI can be integrated with IBM® Rational® Team Concert™ as well as with Rational® ClearCase®.
Why should I use source control management systems with HCL OneTest™ UI?
HCL OneTest™ UI can integrate with source control management systems such as Rational® Team Concert™ and Rational® ClearCase® to manage concurrent changes to test assets and to version test scripts changes. The Eclipse Shell (WSW), which is the HCL OneTest™ UI integrated development environment (IDE), assumes the use of a version control system. So, in a team environment where you want to share scripts, script templates, or object maps with others in your testing team, and prevent others from overwriting test assets, a source control management system is useful. Source control management systems also provide the benefit of storing versions of test scripts, merging scripts, and allowing branching.
For information about shell sharing with other Rational products, see the technical document at http://www.ibm.com/support/docview.wss?&uid=swg27038243.
Can HCL OneTest™ UI be used without a source control system?
Yes, provided the environment is either a single tester working in a datastore, or testers who are not sharing any object maps or scripts. HCL OneTest™ UI can also be used without a source control system if the environment is a team of testers sharing assets in a datastore, but you might still need some specific procedures to prevent users from overwriting each other’s work.
What files are versioned when a functional test script is placed under source control with Rational® ClearCase®?
- Script file - *.java
- Helper file - *ScriptHelper.java
- Map file (local) - *.rftxmap or Map file (shared)
- *.rftmap VP files - *.rftvp (if necessary)
- Script definition file - *.rtfdef
How are functional test script assets used with Rational® ClearCase®?
The top level HCL OneTest™ UI asset managed by Rational® ClearCase® is a script. All helper files are automatically included during check-in, check-out, and merge operations. From the HCL OneTest™ UI interface, you can check-in, check-out, get the latest copy of either a script or the entire datastore, undo a check-out (which cancels changes to a script in your local view), show currently checked out scripts, compare script versions, and see the script history. Rational® ClearCase® functions are accessed through the Team menu available by right-clicking on a test script or project. Other functions, such as creating a branch, labeling, or checking out old versions of a script, are available directly through Rational® ClearCase®.