Robot Framework is a popular open-source test automation framework used for acceptance testing and acceptance test-driven development (ATDD). The framework provides a simple, yet powerful syntax for writing tests, which are organized as keywords. The use of keywords makes the tests easy to read, write and understand. In this blog, we will explore advanced keyword … Continue reading Advanced Keyword Development in Robot Framework
Category: General
Creating an Agile Project Management Dashboard Using JIRA: Part I
Now a days all the projects are managed the Agile way and project management activities are performed using different tools which helps the teams to manage the projects in an effective way. JIRA offers good tools for project management and one such very popular tool is "Dashboard" . JIRA Dashboard provides a consolidated view for … Continue reading Creating an Agile Project Management Dashboard Using JIRA: Part I
A Brief Guide to Imperative & Declarative Programming
What you do in general while coding? Tell the machine how to do it or ask the machine to do it for ourselves. Photo by Goran Ivos on Unsplash So today we will be going through the concepts like imperative programming and declarative programming.These concepts are not languag specific. So what is imperative programming? Imperative programming means you … Continue reading A Brief Guide to Imperative & Declarative Programming
