Monday, October 14, 2019

Visual testing using AI technology -Applitools for a Beginner

Intelligent Functional and Visual Testing Through Visual AI


Release perfect apps much faster at a reduced cost using incredibly accurate Visual AI

For more details about tool kindly follow below URL


At First,you have a registered into Applitools and it's free edition for a few days with some features.
After registered into Applitools,API key is generated which is used in all projects. If you forgot API key you can check on  'My API' option after login into account.


Above illustrated my testing by Applitools for a learning purpose and you can make professional by modifying some structure your own skills.

Screenshot -1 for Not exactly matching with Baseline visually selection pink marker as illustrated in below screenshot.

For more about Baseline refer below URL:




Screenshot -2 for Not exactly matching with Baseline visually selection pink marker as illustrated in below screenshot.




Some snippet code for above screenshots kindly refer below github URL:


Thank you very much for reading this post and take a some time for Automation testing.

Friday, October 4, 2019

XPath and CSS finder Chrome Extension Tool: Eskry

Eskry

Eskry is a free browser add-on/extension that helps automation testers and developers generating locators for HTML elements. 

From Chrome Web store find this tool and add to Chrome as plugin


For more details open above URL and type "ESKRY" in search box as followed by image:


After successfully adding this plugin,check for icon as illustrated in below image.


Then for testing purpose open a below URL in browser


After open url in chrome browser press F12 or Ctrl + Shift + I as Inspect element then look for a "Eskry " tab as illustrated in below image



Checkout below image for click on Title of the website and title of Register form 


Click on TEST button then it will be highlighted on screen as illustrated below


And then you can use for Automation Script for locator any specific elements in a browser.

Thank you very much for a reading this blog.