Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

FlexDeploy doesn't perform any automated tests directly. This job is delegated to the great number of various testing frameworks. FlexDeploy orchestrates the testing process by performing two primary functions:

  • Execute tests

  • Capture test results

The integration with 3rd party testing tools is implemented by the use of plugins. If FlexDeploy doesn't provide a plugin for some testing tool out-of-the-box then the Shell plugin can be used instead. It allows to execute batch scripts in order to interact with the testing tool. The plugins act as adaptors for various testing tools. They command testing tools to run tests and they import test results into unified test result storage. This allows users to analyze test results using the dashboard reports, abstracting away from the exact testing tool.

Viewing Testing Tools

To view the list of testing types defined within FlexDeploy, select the Testing tab on the Integrations page and select the Providers button on the top right:

Creating/Editing Testing Tools

To create a testing tool click the Create button on the top right of the table. To edit a testing tool, select an existing testing tool’s name in the table.

Enter values for the following fields:

Field Name

Required

Description

Name

Yes

Name for the testing tool.

Description

No

A description of the provider.

Active

Yes

Whether or not the Provider is active in the system. Defaults to "Yes". (Cannot be inactivated if in use by an account)

Properties

No

Setup one or more property key definitions for the provider which will be used for every account created for this provider. 

It is possible to define a set of properties for a custom testing tool. Values of the testing tool properties are going to be set up at the testing instance. This is useful for testing tools like OATS or Load Runner when there is a dedicated instance of the testing tool working on a separate server.

Click the Save button to save the changes to the testing tool and return to the list of FlexDeploy testing tools by clicking the Back to Providers button in the top right:

  • No labels