by admin | Aug 18, 2022 | Sample
WebdriverIO is test automation framework/tool for web and mobile application. It is open source and the underlying protocols are the same as Webdriver. WebdriverIO is getting popular especially for automation of React and Angular applications. Integration with Imagium...
by admin | Jan 5, 2022 | Sample
Storybook is an amazing tool for visualizing UI components in isolation. It is an open source tool and gaining popularity amongst the UI developers. Being heavily focused on the UI components, it becomes a perfect environment to perform Visual testing. In this article...
by admin | Dec 15, 2021 | Sample
Katalon studio is an automation testing tool which is created as a wrapper around various famous open source tools like Selenium and Appium. Katalon is capable of automating Web, Mobile, Desktop Apps and API’s etc. but it does not have an inbuilt support for...
by admin | Jul 10, 2021 | Sample
Atlassian Jira is one of the most widely used test management and bug tracking tool. It would make perfect sense to have all the visual bugs form Imagium directly reported into Jira. Since Imagium is an API driven Visual Testing tool, it can be integrated with any...
by admin | Jun 25, 2021 | Sample
C# is one of the most popular programing language. Imagium can be integrated with C# and selenium with great ease. In this example we shall use Restsharp to make API calls and NOKSA screenshot extension to take full page screenshot. Install these dependencies via...