In this post, I will show you how to use Cypress CLI commands in different way. In order to run test on CI servers like Jenkins, Teamcity, Bamboo etc. you need to learn and understand Cypress CLI commands. You can also use them when you run your cypress test from Github actions, Github, Azure DevOps etc. I have a dedicated video on this on my Youtube Channel so please … [Read more...] about Cypress CLI Commands
How to Send report through email in Selenium Webdriver
Do you know that we can send reports through email in Selenium Webdriver with small code with help of additional jars? Today I will show you how you can send reports through email in Selenium Webdriver using simple steps and trust me this is one of the most important features that you should include in your framework as well. It does not matter which framework you are … [Read more...] about How to Send report through email in Selenium Webdriver
How to Explain Test Automation Framework In Interview
If you are attending an interview for the Automation profile then this is going to be the default question for you. In this post, I will guide you How to Explain Test Automation Framework In an Interview for Selenium. There is 2 kind of framework in the market. 1- Free Open Source framework like Serenity, Katalium, Selenide, etc which is designed by set of people and we … [Read more...] about How to Explain Test Automation Framework In Interview
How To Execute Selenium Scripts On Already Opened Browser
There can be many scenarios where you need to run a Selenium test or script on an already opened browser for debugging purposes. If you want to start the Chrome browser in Selenium without any debugging mode then here is the detailed post and video on the same. To start the selenium test on the existing or already opened window we need to use Chrome DevTools … [Read more...] about How To Execute Selenium Scripts On Already Opened Browser
How to capture screenshot for failed test cases in Selenium Webdriver
Writing Selenium Webdriver script is not enough everyone can design a script nowadays. We need to design the script in such a way that we can utilize script code as much as possible. This article will talk about the Capture screenshot in selenium for failed test cases. I am a big fan of screenshots in Automation because it helps me a lot to identify the exact … [Read more...] about How to capture screenshot for failed test cases in Selenium Webdriver