Skip to content

Overview

Ian Holdsworth edited this page Nov 20, 2022 · 1 revision

EasyExcelFramework is designed as a highbred Keyword Testing Framework. That is it allows you to layout an automated test test in a simple easy to read (and understand) excel spread sheet or collection of spread sheets.

So a simple test might be something as simple as:

Action Target
Launch Chrome --incognito
URL https://google.com/
Get URL NewURL

Note this is using Easy Excel Framework Selenium addon to EasyExcelFrameworkCore.
 

Essentially the 1st Row launches Chrome in incognito mode.
The second row navigates to Google.
And the 3rd Row get's the revised URL and places in the variable NewURL

Clone this wiki locally