Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Opkey is a no-code continuous testing platform for web, mobile, and ERP applications. It enables businesses to automate test case generation, accelerate regression cycles, enhance test coverage, and reduce costs. Recognized by industry analysts like IDC, Gartner, and Forrester, Opkey is transforming the future of test automation.

FlexDeploy's runOpkeyTest operation enables seamless Opkey integration, allowing teams to execute test suite execution suites and result review results directly within FlexDeploy.FDOPKEY_INP_PROJECT_NAME. This integration streamlines testing within CI/CD pipelines, ensuring software quality and faster delivery.

Test Instance Properties

Property Name

Property Code

Required

Description

Opkeyone Server URL

FDOPKEY_SERVER_URL

Yes

Provide Opkeyone server URL.

Opkey User Name

FDOPKEY_USERNAME

Yes

Provide Opkey username.

Opkey Password

FDOPKEY_PASSWORD

Yes

Provide Opkey password.

Opkey CLI jar path

FDOPKEY_CLI_JAR_PATH

Yes

Provide Opkey jar path.

Inputs

Property Name

Property Code

Required

Description

Opkey Project Name

FDOPKEY_INP_PROJECT_NAME

Yes

Provide the Opkey project name.

Opkey Test Suite Path

FDOPKEY_INP_TEST_SUITE_PATH

Yes

Provide the Opkey test suite path.

Opkey Agent Name

FDOPKEY_INP_AGENT_NAME

Yes

Provide the agent name.

Opkey Plugin Name

FDOPKEY_INP_PLUGIN_NAME

Yes

Provide the plugin name.

Opkey Additional Arguments

FDOPKEY_INP_ADDITIONAL_ARGUMENTS

No

Provide any additional arguments.

Outputs

Output Name

Description

FDOPKEY_OUT_TEST_SUITE_STATUS

Test suite status

FDOPKEY_OUT_TEST_COUNT_RUN

Total Test count

FDOPKEY_OUT_TEST_COUNT_SUCCESS

Total successful Test count

FDOPKEY_OUT_TEST_COUNT_FAILED

Total failure Test count

FDOPKEY_OUT_TEST_COUNT_SKIPPED

Total skiped Test count

...