abagabagon / verifico

Web Test Automation Library
https://abagabagon.github.io/verifico/
Apache License 2.0
1 stars 1 forks source link

Web Automation: Value Assertion Commands #159

Open abagabagon opened 2 years ago

abagabagon commented 2 years ago

Description

Create a class that would include Methods relating to Value Assertion Commands for Web Automation. The class must implement methods checking the following values:

Note that there should be methods as well that enables user to perform Value Assertion Commands on Elements under a Parent Web Element (if applicable).

Corresponding waits must be applied as well for the methods to ensure success of the executed method.

Dependencies

abagabagon commented 2 years ago

Implementation done. Setting status to READY TO TEST.