TAZFT: Functional Testing messages
A message ID is a unique identifier used to track information or exceptions. A message ID for the Functional Testing is represented by a string “TAZFTnnnnx” where “TAZFT” indicates the message is an Functional Testing message, “nnnn” represents the unique numerical identifier for the message, and “x” represents the severity level of the given message. Severity level can either be represented by I, W, or E.
- I
- An informational message that calls attention to a command that can assist the programmer.
- W
- A warning for a situation that may not be what is expected.
- E
- An error has been detected with the test builder.
TAZFT1100I Initializing extension
Explanation
Extension is being initialized.System action
Extension is being initialized and commands are generated.User response
No user response is needed.TAZFT1101I Extension has activated
Explanation
Extension has been activated.System action
Extension is activated and user can start using extension to record transactions and generate tests.User response
No user response is needed.TAZFT1102I Extension has deactivated
Explanation
Extension has been deactivated.System action
Extension is deactivated and user will not be able to use extension to record transactions or generate tests.User response
No user response is needed.TAZFT1104E Workspace not found, please open a project to start a workspace
Explanation
Extension is unable to find an open workspace.System action
Extension will not work unless a workspace is opened.User response
Open a workspace to continue.TAZFT1200I Generating test cases for {0}
Explanation
Extension is generating test cases for a specified file.System action
Extension is building test cases for a specified recording file.User response
No user response is needed.TAZFT1201E Error running test generator
Explanation
An error occurred while running the test generator.System action
Test generator for the extension is not working properly, system cannot perform test generation.User response
Check to make sure the extension is the latest version and that the extension has been activated.TAZFT1202I Generating Galasa properties files
Explanation
Extension is about to generate the write the cps.properties file at the desired location.System action
Extension is about to generate the write the cps.properties file at the desired location.User response
No user response is needed.TAZFT1203E Error creating Galasa cps.properties file {0}
Explanation
Extension failed to create the cps.properties.System action
Extension failed to create the cps.properties.User response
Check the error listed in the pop-up and the logs and try again.TAZFT1304I Generating {0} directory
Explanation
Generating directory for extension files.System action
Extension is initializing ft directory where extension files are stored across project.User response
No user response is needed.TAZFT1305I Configuration directory created
Explanation
Configuration directory has been created.System action
Extension is creating configuration directory if one does not already exist.User response
No user response is needed.TAZFT1306I Did not generate since file already exists
Explanation
A new config is not generated as it exists in the project directory.System action
Extension is not generating new config file since it already exists.User response
No user response is needed.TAZFT1307I File generated successfully
Explanation
Config file has been successfully generated.System action
Extension has generated default config file in the project directory.User response
No user response is needed.TAZFT1321I Creating Recording Directory
Explanation
The extension is about to create the .taz/ft/recordings directory.System action
The extension is about to create the .taz/ft/recordings directoryUser response
No user response needed.TAZFT1400I Preparing Galasa project
Explanation
Extension is preparing Galasa project.System action
Extension is initializing local galasa environment, generating the galasa project and building the galasa project.User response
No user response needed.TAZFT1402I Galasa project prepared successfully.
Explanation
Galasa project has been prepared.System action
Extension has successfully initialized galasa environment, generated the galasa project, and built the galasa project.User response
No user response needed.TAZFT1403I Galasa project is already prepared.
Explanation
Galasa project has already been prepared.System action
Extension has found an already an existing galasa project with this name.User response
No user response needed.TAZFT1407I Generating galasa project..
Explanation
Galasa project is being generated.System action
Extension is generating galasa project with necessary files.User response
No user response needed.TAZFT1408I Generated Galasa project to {0} directory.
Explanation
Galasa project has been generated to specified directory.System action
Extension has successfully generated the galasa project to the specified directory.User response
No user response needed.TAZFT1409E Failed to generate galasa project: {0}.
Explanation
Galasa project could not be generated.System action
Extension cannot generate galasa project due to an error with galasactl command.User response
Check GALASA_HOME exists on local system and points to local galasa installation file.TAZFT1410I Building galasa project using Maven.
Explanation
Extension is using Maven to create galasa project.System action
Extension is using Maven build command to build galasa project.User response
No user response needed.TAZFT1411E Maven build of galasa project failed {0}.
Explanation
Maven build of galasa project failed, galasa project cannot be generated.System action
Extension is using Maven to build galasa project but failed due to a Maven command error.User response
Check to make sure Maven is installed successfully on local system and Maven commands can run without error.TAZFT1412I Maven build was successful to build galasa project.
Explanation
Maven build was successful to build galasa project.System action
Extension was able to perform a maven build to help build galasa project.User response
No user response needed.TAZFT1413E Failed to build galasa project: {0}.
Explanation
Extension failed to build galasa project.System action
Extension attempted to perform a maven build to help build galasa project but failed due to an error.User response
Check to make sure Maven is installed successfully on local system and Maven commands can run without error.TAZFT1414E Project location was not selected or operation was canceled.
Explanation
A project location for the galasa project was not selected or project creation operation was canceled.System action
Extension could not find project location or could not finish creating project because the operation was terminated.User response
Try creating galasa project again and specify a valid project location.TAZFT1415E Project name was not entered.
Explanation
A project name has not been entered while creating galasa project.System action
Extension did not receive project name for galasa project from user and could not complete creating galasa project.User response
Try creating galasa project again and enter a valid project name.TAZFT1416W Please input a valid lower-case project name. Example: ftsampleproject
Explanation
The project name entered is invalid.System action
The entered project name needs to be all lowercase letters.User response
Input a valid project name to continue.TAZFT1417I Galasa test file added or updated.
Explanation
Galasa test file has been added or updated with test cases.System action
Extension has created or added test cases from recording to the galasa test file.User response
No user response needed.TAZFT1418E Error generating a Galasa test.
Explanation
An error occurred while generating a galasa test file.System action
Extension could not generate galasa test file.User response
Check to make sure the extension is the latest version and that the extension has been activated. Check to make sure config file is generated in project directory.TAZFT1418W A project with this name already exists
Explanation
User entered a project name that already exists.System action
The extension cannot create a project with a non-unique name.User response
Enter a valid project name that does not already exist.TAZFT1419E Prerequisites validation failed
Explanation
User system has incorrect versions of prerequisites installed.System action
Extension checked the versions of the required prerequisites and found that incorrect versions were installed.User response
Install or upgrade the prerequisites and try again.TAZFT1600I Created Galasa home directory: {0}
Explanation
Extension created the galasa home directory.System action
Extension created the galasa home directory.User response
No user response is needed.TAZFT1601I CPS properties at {0} was successfully moved to {1}
Explanation
It was found that the cps.properties file already existed at the desired location and so the extension needed to move the pre-existing file to a backup file and it was done so successfully.System action
Extension moved the pre-existing file to a backup file successfully.User response
No user response is needed.TAZFT1602E Error renaming file {0} to {1}: {3}
Explanation
It was found that the cps.properties file already existed at the desired location and so the extension needed to move the pre-existing file to a backup file and it was done so unsuccessfully.System action
Extension failed to move the pre-existing cps.properties file to a backup file.User response
Remove or rename the pre-existing file and try again.TAZFT1603I Created the Galasa cps.properties file in the {0} location
Explanation
Extension successfully generated the cps.properties file at the desired location.System action
Extension successfully generated the cps.properties file at the desired location.User response
No user response is needed.TAZFT1604E Error creating cps.properties: {0}
Explanation
Extension failed to create the cps.properties.System action
Extension failed to create the cps.properties.User response
Check the error listed in the pop-up and the logs and try again.TAZFT3100W A problem occurred while reading the template file!
Explanation
Unable to read the template file. This template file is a template for thepom.xml file that is read, manipulated, and written to the project
directory.System action
Extension attempted to read the template file.User response
Check to make sure the extension is the latest version and that the extension has been activated.TAZFT3101W Unable to extract Manifest!
Explanation
Unable to extract the Manifest file from thedev.galasa.db2.manager-{dfg_version}.jar in your Maven directory.System action
Extension attempted to extract the Manifest file from the maven directory but failed.User response
Verify that your Maven was installed correctly. Navigate to the~/.m2/repository/dev/galasa/dev.galasa.db2.manager/{dfg_version} directory and
verify that the jar file exists.