Notifications
Clear all
Topic starter
29/06/2021 11:52 pm
We have a Java and Selenium based framework. I have seen the sample which is OK, but that can not be used directly inside the framework.
Can someone please suggest on how a framework implementation of Imagium looks like.
03/07/2021 9:17 am
Integration design is your own choice. It would depend upon the type of framework being used.
We recommend creating two Reusable methods
- To get the unique test ID
- To make comparison
For multistep test case you need a mechanism to contain and share unique test ID (which was retrieved in the first go) with next steps.
The unique test ID would remain same for each step in a single test case