Intelligent Reporting of Automated Test Execution

Automated Test Intelligent Reporting of Automated Test Execution It is always important to share test execution results and log details after test execution. Doing this manually post every execution is time consuming and causes delays. Automating the email process with all test results details saves time, keeps everyone updated quickly and helps the team work […]
Desktop App Process Automation using UiPath

Process Automation Desktop App Process Automation using UiPath Summary: UiPath, a Robotic Process Automation (RPA) tool, provides a software platform for automating applications such as web, desktop, and Android interfaces. RPA uses computer robots, known as ‘bots,’ to perform tasks within software, mimicking human actions. It is user-friendly, speeds up work, reduces errors, saves money. […]
Parallel Test Automation using Robot Framework

Test Automation Parallel Test Automation using Robot Framework Summary: The Robot Framework performs test execution sequentially, handling tests within a single test suite or across multiple test suites. Conversely, Pabot, a tool designed for the Robot Framework, enables parallel test execution. It achieves parallelization at both the individual test and entire test suite levels. By […]
Data Driven Testing using Robot Framework

Software Testing Data Driven Testing using Robot Framework For software testing, finding defects and ensuring robust functionality are of utmost importance. However, traditional testing approaches might fall short in addressing the functionalities of real time cases. Data driven testing is not just about running the same test with different inputs but about leveraging diverse datasets […]
Selenium Python with ROBOT Framework Test Automation

Test Automation Selenium Python with ROBOT Framework Test Automation Summary: Robot Framework is an open-source, keyword-driven test automation framework used for acceptance testing, acceptance test-driven development (ATDD), and robotic process automation (RPA.) Robot Framework (Robot Framework supports) can be used for several applications like Web Applications, Desktop Applications, Mobile Applications, API test automation, etc. Usage: […]
GraphQL API Test Automation using Karate Framework

Test Automation GraphQL API Test Automation using Karate Framework Summary: Karate Framework is an open-source Behavior Driven Development (BDD) Test Automation Framework. The Gherkin language used makes it easy to understand and maintain the testing code. GraphQL API is a query language and a set of tools. GraphQL operates over a single endpoint using HTTP. […]
Mastering Xpath for Web App Test Automation

Test Automation Mastering Xpath for Web App Test Automation Those who are working on test automation projects & and willing to start working in automation testing may have come across the word “Xpath. In today’s article, we will see the need for Xpath, what Xpath is, why it plays an important role in automation testing, […]
Cypress with Mocha Test Automation

Test Automation Cypress with Mocha Test Automation Switching To Cypress : Switching to Cypress Though Cypress is a recently introduced tool in the test automation world, its features have increased its usage. Capturing screenshots during test execution, the automatic wait for commands & and assertions, automatic scrolling operation to view elements before performing further […]
WebdriverIO with Mocha Test Automation

Test Automation WebdriverIO with Mocha Test Automation In the test automation world, there are lots of open-source tools and technologies available. We can develop and customize the framework as per the client’s and application testing requirements. Majorly heard test automation frameworks are Selenium with Java, Selenium with Python, and Selenium with C#, etc. But […]
REST-Assured API Test Automation

Test Automation REST-Assured API Test Automation Summary: REST-Assured is a Java library for testing RESTful web services. It is used to invoke REST web services and validate requests & responses. REST-Assured is an open-source API test automation tool for testing the rest services. Java is a programming language and computing platform. TestNG is an open-source test […]