ATF testing on Dashboard Score and Indicators
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2025 11:22 AM
I am performing Automated Testing Framework (ATF) validation on a specific Performance Analytics dashboard. This includes impersonating a user, navigating to the dashboard, interacting with various components, and validating their presence and behavior.
In addition to this, I need to verify that the score displayed on a specific dashboard widget matches the actual value of the corresponding Performance Analytics indicator in the system.
Can we Perform this activity by ATF Steps OR Should we need to write a script on this, Help me out!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2025 05:15 PM
The only thing I can think of would be using run server side script to retrieve the value of the indicator, then using the following steps: navigate to module (probably dashboards), click component UI (do steps like this until you eventually click and open your dashboard), assert text (custom UI) <--- dot walk to the string value output of your script that was run early in the ATF test, as this will be the text you want to assert