Welcome to the new Ranorex Support Portal

Summary

Congratulations! You’ve just completed your first automated software test with Ranorex Studio.

If you’re feeling like more testing action, go ahead and try the short tutorial on causing a test failure below.

Or, simply go to the bottom of the page for a recommendation on how to spend your next hour with Ranorex Studio.

In this chapter

    Cause a test failure

    Test failures are part of testing. Let’s produce one in a controlled environment to see what they look like in Ranorex Studio.

    To return to the recording view, click the Recording1.rxrec tab.
    Changing to Recorder view
    Select action #3 and change the text input to Sally.
    Manual change of text input
    Return to the test suite view and run the test.
    The test fails, and the report shows what happened.
    Failure test report

    Failed test report

    The test failed because the validation of the welcome message failed. The validation expected the value “Welcome, Harry!”, but it actually found the value “Welcome, Sally!”. Therefore, the test was aborted.

    Your next hour with Ranorex Studio

    For your next hour with Ranorex Studio, we recommend reviewing the first chapters of the Ranorex Studio fundamentals section of the User Guide, listed below.

    Ranorex Studio

    The Ranorex Studio user interface is the central platform for automating tests. In this chapter, you will:

    • get an overview of the start page,
    • learn how to create and start new solutions,
    • and become familiar with the main components of the Ranorex Studio user interface.

    Further reading

    To get started, go to > Ranorex Studio fundamentals > Ranorex Studio > ⇢ Ranorex Studio start page

    Ranorex Recorder

    The Recorder is where you record your tests. In this chapter, you will find detailed information on the following topics:

    • recording tests,
    • analyzing recordings,
    • and setting run and debug options.

    Further reading

    To get started, go to > Ranorex Studio fundamentals > Ranorex Recorder > ⇢ Introduction

    Test suite

    The test suite is where you manage, structure, and modularize your test cases and test modules. In this chapter, you will find detailed information on the following topics:

    • test suite structure and elements,
    • modularization,
    • and building complex tests.

    Further reading

    To get started, go to > Ranorex Studio fundamentals > ⇢ Test suite