How-to-Guides

Convert a session with errors to test

1min
1

Select your application on Dashboard | Relicx

I selected Digital Bank from the list below

Document image

2

Click on Errors

Once on the session listing page. Select the Errors tab. This will display the list of errors that your users are encountering.

Document image

3

Click on Uncaught TypeError:

In this application, we can see a few errors. You can review the error type, the relicx suggested severity, number of sessions impacted and when was this error last seen.

Document image

4

Review the error details and scroll to the bottom

Once you land on the error details, you can review the stack trace and get an idea how often users are encountering this error and also look at the pages where this error has been reported

Document image


Once on this page, you can scroll down and watch the replay of a session that is encountering the error. Click on the i icon and then click on the sessionId

Document image

5

Session Replay Details

Once you are on the session replay page, you can watch the replay of the entire session and understand what were the exact steps that led to the error. In this page as well the user, can click on settings to select the show error option

6

Click on Show errors

Document image

7

Click on Generate Test button

If you want to create a test for this scenario and check whether the same error is reproduced in any downstream environment, then click on the Generate Test button

Document image

8

Click on VIEW TEST

Click on the view test button once the test is successfully created in a few seconds. View test option will take you to the Test details page.

Document image

9

Review Test and validate

Once you have the test, review the steps, add assertions and then run it on your target environment.

Document image