Frequently asked questions about DevOps Test UI
For answers to some generic questions on using HCL DevOps Test UI (Test UI), see this topic.
- What is the installation path of Test UI?
- What is the workspace path of Test UI?
- What is the path of user preference settings?
- What is the path of customization files?
- What is the path of configuration files?
- Does Test UI support the testing of my application?
- Is the Eclipse integrated development environment (IDE) provided with Test UI?
- Is the Eclipse integrated development environment (IDE) provided with Test UI?
- How do I enable debugging in Test UI?
- How do I transfer the information specified in the Application Configuration Tool to playback agent machines?
- How do I run Test UI under a different Java™ Runtime Environment (JRE)?
- How do I cleanly uninstall Test UI on Microsoft® Windows®?
- How do I enable the browser environments for testing applications on Microsoft® Windows® systems compliant with Federal Desktop Core Configuration (FDCC)?
- Can Test UI be used with a project enabled for Unified Configuration Management (UCM)?
- Does configuring the application under test (AUT) modify the AUT?
- What happens when Internet Explorer is enabled?
- What are the language limitations for Test UI scripts?
- How to use a customized DLL in Test UI for Microsoft® .NET?
What is the installation path of Test UI?
- Windows: C:\Program Files\HCL\DevOpsTest
- Linux: /opt/HCL/DevOpsTest
- macOS: /Applications/HCL/DevOpsTest
What is the workspace path of Test UI?
- Windows: C:\Users\<user_name>\HCL\devopstest\workspace
- Linux: /home/<user_name>/HCL/devopstest/workspace
- macOS: /Users/<user_name>/HCL/devopstest/workspace
What is the path of user preference settings?
- Windows: C:\Users\<user name>\AppData\Roaming\HCL\DTUI
- Linux: /home/<user
name>/HCL/DTUINote: The important files are hidden in this path.
What is the path of customization files?
- Windows: C:\ProgramData\HCL\DTUI\customization
- Linux: /etc/opt/HCL/DTUI/customization
What is the path of configuration files?
- Windows: C:\ProgramData\HCL\DTUI\configuration
- Linux: /etc/opt/HCL/DTUI/configuration
- macOS: ~/Library/HCL/DTUI/configuration
Does Test UI support the testing of my application?
Test UI supports applications that are developed using certain technologies. Verify the type of technology that is used to develop the test application, and verify if Test UI supports functional testing of the domains and the controls in the application. If Test UI supports the technology, and does not support a specific control for functional testing by default, you can use Proxy SDK to develop proxies that enable support for specific controls.
For information about supported domains, see Test application domain support.
For information about using Proxy SDK, see Introduction to Proxy SDK.
Can Test UI be used to test Eclipse-based applications?
Yes. For configuration details, see Eclipse Support.
Is the Eclipse integrated development environment (IDE) provided with Test UI?
If your Test UI installation detects another HCL product on the workstation or an existing Eclipse installation, it shares the IDE shell on the workstation. If no other HCL tool is found on the workstation, Test UI installs its own instance of the shell. Test UI shares the shell with Rational® Software Architect, Rational® Application Developer, DevOps Test Performance, or any of the HCL products.
How do I enable debugging in Test UI?
When you encounter a problem, debugging might be helpful to obtain more information about the possible causes of the problem. The problem can be in playback as well as in recording. To set the Test UI Debug Perspective preference, see the instructions in Debugging scripts.
How do I transfer the information specified in the Application Configuration Tool to playback agent machines?
startApp("HCL.com");
com.rational.test.ft.script.RunException: CRFCN0630E: Cannot find application [HCL] in the configuration file.
To avoid this exception, applications must be configured for testing on the playback workstation before the scripts are played back. For instructions to configure your applications for testing, see Configuring applications for testing.
If you have multiple applications to test, manually specifying the application information in the Application Configuration Tool can be time consuming. Instead, you can copy the application configuration information between workstations, avoiding the need to manually enter this information.
- Open the C:\ProgramData\HCL\DTUI\configuration\configurations.rftcfg file in a text editor. This XML file stores the information specified in Application Configuration Tool.
- Copy the information contained within these
tags:
<ApplicationList L=".ApplicationList"> </ApplicationList>
- Paste this information in the C:\ProgramData\HCL\DTUI\configuration\configurations.rftcfg file on your additional workstations.
- Save the changes and restart Test UI.
- Click Application Configuration Tool. to open
How do I run Test UI under a different Java™ Runtime Environment (JRE)?
"C:\Program Files\HCL\DevOpsTest\eclipse.exe" -vm "C:\Progra~1\j2sdk1.4.1_02\bin\javaw.exe"
HKEY_LOCAL_MACHINE\SOFTWARE\HCL\DevOps Test UI\HCL FT JRE
How do I cleanly uninstall Test UI on Microsoft® Windows®?
How do I enable the browser environments for testing applications on Microsoft® Windows® systems compliant with Federal Desktop Core Configuration (FDCC)?
Do these steps if you encounter problems trying to enable the browser environment for testing applications on FDCC compliant Microsoft® Windows® computers:
- Click Run window, type regedit. . In the
- In the HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Main\Enable Browser Extensions key in the Registry Editor, enable the third party browser extensions.
- Click .
- Navigate to the <Install_Directory>\FunctionalTester\bin\enabler directory.
- Drag the enabler files RtxFFEnabler.xpi (for Firefox 2.0) , RtxFF3Enabler.xpi (for Firefox 3.0) , RtxFF35Enabler.xpi (for Firefox 3.5) and RtxFF36Enabler.xpi (for FireFox 3.6) to Add-Ons in Firefox.
- Click Install.
Can Test UI be used with a project enabled for Unified Configuration Management (UCM)?
Yes. However, Test UI supports only single-stream UCM.
Does configuring the application under test (AUT) modify the AUT?
Configuring an application does not modify it. It is analogous to setting up a system of shortcuts so that Test UI can start the application.
What happens when Internet Explorer is enabled?
Internet Explorer is enabled by registering a browser helper object (BHO) with Internet Explorer. In the registry, this key is added if Internet Explorer has been properly enabled:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects\{1E9FB1C4-F40B-4E10-898E-D6209B122F6B} Rational IE Enabler
What are the language limitations for Test UI scripts?
Test UI uses standard Java. All the normal Java functions are available in functional test scripts and no subset of the language with custom extensions is used.
How to use a customized DLL in Test UI for Microsoft® .NET?
- Add the DLL file to the Test UI <Install_Directory>\bin directory, and then add the name of the DLL file to netAssembliesForCompiler.txt in the same directory.
- Add the DLL file to the C:\ProgramData\HCL\DTUI\customization directory.