As our entire framework and test coverage are pretty large, it is necessary to describe principals that should be followed in order having proper procedure for supporting different browsers for our testing:
Let's discuss in the thread and modify first post with final summary
We need to have in mind that not all browsers and versions are supported. Check [1] for the official browser support matrix.
The link is for Satellite 6.1 but it will at least give us a better idea to what start with.
[1] https://access.redhat.com/documentation/en-US/Red_Hat_Satellite/6.1/html/Installation_Guide/sect-Red_Hat_Satellite-Installation_Guide-Prerequisites.html#sect-Red_Hat_Satellite-Installation_Guide-Prerequisites-Supported_Browsers
I would like to also state that we may find differences on how selenium is handled from one browser to the other. That means that we are going to need support that on our UI framework.
The list below is the current test methods that are being tracked to get performance data, what about we starting with that set of tests in order to start testing against the browsers x versions matrix?
We can also add other test methods in order to cover more the product, but those test methods are the core for the other features.
Thanks @sthirugn who created the list for the Performance Report, I hope you don't mind me "stealing" it for the browser testing :smile:
Please feel free to re-open, if this still needs fixing.
Most helpful comment
The list below is the current test methods that are being tracked to get performance data, what about we starting with that set of tests in order to start testing against the browsers x versions matrix?
We can also add other test methods in order to cover more the product, but those test methods are the core for the other features.
Thanks @sthirugn who created the list for the Performance Report, I hope you don't mind me "stealing" it for the browser testing :smile: