UI testing is used to test wether the user can see and do the right things at the right place in the user interface. And you can easily configure these tests with the Provar test automation tool. You wonder how? We’ll show you.

The Possibilities
In Provar, you can create UI tests very easily. Just open Salesforce with the Provar test builder, and right click the button, field, or whatever you want to add to your test, and select ‘Add to testcase’. These are a few possibilities of the UI testing in Provar:

UI Connect: Makes a connection to Salesforce.
UI On Screen: Navigates through Salesforce apps and pages. (Provar recognizes this automatically, so you won’t have to actively add this step to your testcase.)
UI With Row: Navigates through Salesforce table rows.
UI Action: Does an action in Salesforce, for example clicking a button.
UI Assert: Reads and checks for example the value of a certain field.
The Plan
To be able to execute the scenario, we need to record it in Provar. And this should be our plan.
1. Click the New Case button
2. Select recordtype with value ‘question’
3. Select account ‘Test Account’
4. Set the subject to ‘provartesting’
5. Set the status to ‘In Progress’
6. Click the Save button
More Testing
As enthusiastic as we are? Great! You should also check our blog about API testing in Provar.