Golang is an open-source, light-weight procedural programming language, developed in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson at Google but launched in 2009 as an open-source programming language. Go is statically typed and compiled language, it is fast and easy to learn. Go is used for building servers and web apps. Why Go … Continue reading Go : Just Go for it
blog
Jenkins Integration with Cypress Testing
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
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
