All posts by Piyusha
• Cross Browser Testing • Automation
20 Best UAT Testing Tools [2024]
User Acceptance Testing (UAT) allows stakeholders and end-users to validate if the application meets the requirements and functions well in real-world scenarios.
August 9, 2024
220844 Views
22 Min Read
Top 20 Desktop Automation Tools For 2024
Desktop applications require installation, configuration, and execution on a desktop operating system, such as Windows, macOS, or Linux.
April 29, 2024
75054 Views
27 Min Read
• Automation • Cross Browser Testing
17 Best Test Data Management Tools [2024]
In the software development and testing process, accuracy and effectiveness are crucial. Organizations aim to provide top-notch software solutions, making handling test data a vital part of the testing procedure.
April 9, 2024
187516 Views
36 Min Read
26 Best Penetration Testing Tools For 2024
Organizations confront a growing variety of cyber threats in today’s quickly changing digital scenario. Proactive steps are necessary to secure sensitive data and guard against potential intrusions.
March 4, 2024
58075 Views
43 Min Read
Best 15 Python Build Tools For 2024
Python is a popular language in software development due to its extensive list of libraries, ease of use, and versatility. When it comes to packaging and deploying software applications, Python provides various build tools to tacklе thе day-to-day distribution challеngеs, frееing up dеvеlopеrs to focus on thеir codе.
February 16, 2024
77082 Views
30 Min Read
Battle Of CI/CD Tools Vs Jenkins
If you focus on continuous delivery or continuous deployment, you might have come across tools like Jenkins and GoCD. Jenkins is a potent tool that allows you to use plugins available from its vast store.
May 19, 2021
87806 Views
19 Min Read
• CI/CD • Automation • Tutorial
How To Create & Run A Job In Jenkins Using Jenkins Freestyle Project?
As per the official Jenkins wiki information, a Jenkins freestyle project is a typical build job or task. This may be as simple as building or packaging an application, running tests, building or sending a report, or even merely running few commands.
March 19, 2021
242200 Views
16 Min Read
• CI/CD • Automation • Tutorial
How To Use GitLab CI To Run Tests Locally
Taking over from its predecessor, Jenkins, GitLab CI is a continuous integration/continuous delivery (CI/CD) server. It helps development teams to test code from a centralized location, all while providing built-in integration with Git repositories.
March 10, 2021
166227 Views
17 Min Read
How To Integrate Cucumber With Jenkins?
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Cucumber Tutorial. Cucumber is an open-source BDD (Behavior-Driven Development) testing tool for automation testing of web applications. It remains to be one of the best frameworks for functional and acceptance testing.
February 11, 2021
75147 Views
16 Min Read
• CI/CD • Selenium Java • Tutorial
How To Generate TestNG Reports In Jenkins?
TestNG is an open-source automated testing framework, where ‘NG’ of TestNG is Next Generation. It is similar to JUnit but designed to be better than JUnit, especially when testing integrated classes.
February 4, 2021
72218 Views
16 Min Read