Skip to main content

2 posts tagged with "selenium"

View All Tags

WebTable Automation using Selenium

· 5 min read
Divya Manohar
Co-Founder and CEO, DevAssure

A dynamic table is a table where the number of rows and columns can change frequently. To manage these changes, advanced techniques are required to locate and interact with elements within a dynamic table in Selenium.

Visual Comparison Testing Graphs and Charts with Selenium Automation

· 7 min read
Santhosh Selladurai
Co-Founder and CTO, DevAssure

Automated tests to validate graphs and charts are often tricky depending on the library used to generate the graphs and charts. Identifying elements inside a graph and doing an attribute check will not give accurate results. The most reliable way to do automated testing of graphs and charts is with visual comparison testing.