Skip to main content

Leveraging AI for Automated Test Case Generation

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

The art of writing effective test cases comes with the ability to understand and decode the feature specification documents (PRDs) and UI mockups. Besides the ability to understand the features and the product, one needs to be able to understand the real time scenarios, how users interact with the product, analyse and identify the key hindering factors on the product to write more comprehensive test cases.

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.