Editor
Search here for help using the editor
12 articles
Written by Arto Vuori

Variables in Usetrace
Example on the variable step
Written by Arto Vuori. Updated over a week ago
Testing your custom files
How to get your own files to Usetrace.
Written by Arto Vuori. Updated over a week ago
JavaScript examples
Some JavaScript examples to help you understand how stuff works
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.
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.
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
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
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
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
Written by Arto Vuori. Updated over a week ago
Step type reference
Reference table and descriptions of all different step types
Written by Arto Vuori. Updated over a week ago
Run steps Conditionally (If-conditional)
What step to run next IF conditional is True
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
Written by Arto Vuori. Updated over a week ago