Editor

Search here for help using the editor

12 articles
Arto Vuori avatar
Written by Arto Vuori

Variables in Usetrace

Example on the variable step
Arto Vuori avatar
Written by Arto Vuori. Updated over a week ago

Testing your custom files

How to get your own files to Usetrace.
Arto Vuori avatar
Written by Arto Vuori. Updated over a week ago

JavaScript examples

Some JavaScript examples to help you understand how stuff works
Arto Vuori avatar
Written by Arto Vuori. Updated over a week ago

Finding a specific page element (Locators)

Locators are used to find a specific element on a web page. One element can have several locators.
Arto Vuori avatar
Written by Arto Vuori. Updated over a week ago

Checking for visible elements on the page (Check)

Check feature allows you to check for visible elements on page such as texts, images, etc.
Arto Vuori avatar
Written by Arto Vuori. Updated over a week ago

How to avoid repeating tasks in test cases (Routines)

Re-usable trace modules/patterns/routines are used for avoiding repetitive tasks in test creation by concatenating traces
Arto Vuori avatar
Written by Arto Vuori. Updated over a week ago

Adding delay and synchronization (Wait/delay)

How to delay you test for the right amount if your web app requires it
Arto Vuori avatar
Written by Arto Vuori. Updated over a week ago

Testing with different screen resolutions (Responsive testing)

How to handle different screen sizes / responsive web design in test cases
Arto Vuori avatar
Written by Arto Vuori. Updated over a week ago

Changing values in routines (Parameters)

How to run routines/modules with changing values, e.g. login with different user names
Arto Vuori avatar
Written by Arto Vuori. Updated over a week ago

Step type reference

Reference table and descriptions of all different step types
Arto Vuori avatar
Written by Arto Vuori. Updated over a week ago

Run steps Conditionally (If-conditional)

What step to run next IF conditional is True
Arto Vuori avatar
Written by Arto Vuori. Updated over a week ago

Starting a trace from a specific URL (Custom base URL)

How to start a trace from a different URL than your base URL
Arto Vuori avatar
Written by Arto Vuori. Updated over a week ago