- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
daniel333
Builder
04-16-2017
12:05 PM
All,
Just started reading "building Splunk Solutions" and they mention using Selenium to monitor and run test cases on various pages. Anyone famliar with this?
I am specifically curious about monitoring if a visualization renders? in our use case, developers released new code which changes some log formats. unknown to use several important dashboards and alerts stopped working because of this.
Can Selenium monitor more than a page loading, but also ensure a graph renders with content?
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

hardikJsheth
Motivator
04-16-2017
10:26 PM
Yes, You can do many more things. i.e
- Check if all the panels were loaded successfully including table and chart panels
- Test combination of various filters
You need to look for the ids of the specific filters /table to write test case.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

hardikJsheth
Motivator
04-16-2017
10:26 PM
Yes, You can do many more things. i.e
- Check if all the panels were loaded successfully including table and chart panels
- Test combination of various filters
You need to look for the ids of the specific filters /table to write test case.
