Serenity is an opensource Test Automation tool. it’s integrated to work with Selenium, Appium, RestAssured, Cucumber (BDD) and Junit. Note: As of now Serenity does not support TestNG ( Feb 2018) Best features : – Screenshots – Parallel Test – Cross-browser Test – Logging etc … My favorites are Serenity Test Report with Rest Assured […]
Category: Automation
Cucumber is good for Testing.
Cucumber is a functional Test automation tool, based on Behavior-driven development framework, which driven by the test cases using Jerkins language to test the Web and Mobile Applications. Jerkins language is easily understandable, readable. Cucumber Dependencies : Maven Feature file : Feature: Check the user able to send the Facebook message from QOrigin.com Scenario: Send […]
My favorite Testing Podcasts
My daily transit takes more than 90 minutes (Door to Door) from NewJersey to Newyork and no/less mobile network in Bus/subway/path train. The simple answer is more traffic. So during this time, I have few choices read an e-book, listen to podcasts/music and of course, I can take a nap ;). The podcasts promote a deeper […]
Appium Installation
One of my favorite automation testing tool, this tool helps us to automate mobile application such as native apps, web apps, and hybrid apps. I’d biggest challenge when started installing the appium package on a mac machine, this installation steps may be changed whenever the OS version or dependencies changes. Please feel free ping me through FB messenger, I […]
Extent Reports …
It’s an independent of the testing framework and mainly supporting to Java language. It’s easy to integrate with any automation framework. Two edition[s], Pro and Community editions and easy plugin into MongoDB database. This has been supported to HTML format report can be communicated through email and intergrated with TestNg framework. Features : 1) Attach […]