In this blog, we are going to learn:- → Basic installation of Jenkins → Configuring Jenkins with your project’s GitHub → Running the build locally on a defined time with the use of Cron jobs. → Covers workarounds that a user can face while installing Jenkins. Why Cypress Modern web applications are built on JavaScript … Continue reading Jenkins Integration with Cypress Testing
Category: QA Testing
RobotFramework with Pycharm using Linux for Beginners
Robotframework Introduction: Robotframework base is python, and available free as it is open source and used for test automation. RobotFramework is a general framework for test automation for acceptance testing. Robotframework uses keyword-driven testing technique that employs tabular test data syntax. RobotFramework uses keywords that are readable by humans and syntax used is very simple … Continue reading RobotFramework with Pycharm using Linux for Beginners
Introduction to Cypress
‘Cypress can test anything that runs in a browser’ Cypress supports faster End-to End(E2E) testing. Cypress gives devs access to all of the browser environments in which the site/app runs. What is End to End Testing? End to end testing is one of the testings in which the entire flow of the application is tested. … Continue reading Introduction to Cypress