Forum

Forum
How to integrate Im...
 
Notifications
Clear all

[Solved] How to integrate Imagium with existing automation framework?

New Member Guest
Joined: 3 years ago
Posts: 1
Topic starter  

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.


   
Amrita Kaur
Member Admin
Joined: 4 years ago
Posts: 108
 

Integration design is your own choice. It would depend upon the type of framework being used.

We recommend creating two Reusable methods 

  1. To get the unique test ID
  2. 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