Welcome

OpenText™ Functional Testing for Developers helps you develop automated tests for a wide range of technologies, using standard IDEs with modern programming languages. Working with this product requires familiarity with the basics of programming in the language you use to develop your tests.

Where do I start?

New to OpenText Functional Testing for Developers? Get started in the following areas:

Set up your system

  • On any machine on which you want to run tests, install the OpenText Functional Testing for Developers runtime engine. For details, see Installation guide.
  • On any machine on which you want to write and edit tests, install one or more supported IDEs and the IDE plugin included in the OpenText Functional Testing for Developers installation.
Other administrative tasks

Back to top

Set up a test

In the IDE of your choice, create a testing project, create test object descriptions, and write tests that can perform operations on your applications.

Create a testing project

Create a testing project in the IDE of your choice, using the provided project templates, or use your own custom framework.

See Create a testing project or module.

Customize your test settings

Customize the runtime server settings and report options.

See Customize test settings

Define test objects

Create test object descriptions that enable OpenText Functional Testing for Developers to identify the objects in your application and can withstand changes in the application you’re testing.

Write programmatic descriptions or use the visually oriented tools that OpenText Functional Testing for Developers offers to provide an interface to the tested application and its objects.

For details, see:

Write tests

After you create test object descriptions, write automated tests whose steps call the methods and properties of these OpenText Functional Testing for Developers test objects.

Use one or more of the following SDKs:

Use the Test Recorder to accelerate test creation, recording user operations on the tested application and generating a test script from the recorded steps.

Add code to verify application behavior

Verify that the objects in your application look and behave as you expect.

When these special steps return false results, the step and test fail, but no exception is thrown and your test continues to run.

For details, see Verifications.

Back to top

Run and analyze your test

After running your tests, get straight to the bottom of issues with run result reports, which provide a detailed description of test run flow, including clear, actionable reasons for test failure at each step.

Run test

Run your tests in Jenkins or other tools as part of your CI/CD processes. See Run tests.

Analyze run results

HTML reports include information about the run, including optional screen captures. See Analyze run results.

Back to top

Bookmarking the Help Center

To ensure that you are always viewing the most up-to-date version of the Help Center, bookmark this link: https://admhelp.microfocus.com/uftdev.

To create a link that always points to the most recent version of a topic, replace the version number in the URL with 'latest'. For example:

Back to top

See also: