Xray is a robust test management app designed for Jira, one of the most popular project management tools. It acts as a guiding light for software development teams, allowing them to efficiently manage and track their testing efforts within the familiar Jira environment. Xray seamlessly integrates with Jira, enhancing its capabilities and providing a comprehensive… Continue reading Xray- Testing Tool
Tag: Testing
Applitools
Applitools is a visual testing and monitoring company that provides AI-powered solutions for validating the visual appearance of web and mobile applications. By using machine learning, Applitools can automatically detect visual differences between expected and actual outcomes, making it easier to catch visual defects or changes in a UI. Here’s a deeper dive into Applitools… Continue reading Applitools
Q-Test Testing Tool
QTest is a test management tool designed to help software development teams manage their testing efforts effectively. It provides a centralized platform for organizing and tracking test cases, managing test execution, and reporting on test results. QTest was developed by Tricentis, a company specializing in software testing solutions. Test Case Management: QTest allows teams to… Continue reading Q-Test Testing Tool
Parallel Testing in TestNG
Parallel testing in TestNG is a technique used to execute multiple test cases or test methods simultaneously, thereby reducing the overall test execution time. TestNG provides built-in support for parallel execution, allowing testers to run tests in multiple threads or on multiple machines concurrently. This approach is particularly useful for large test suites, helping to… Continue reading Parallel Testing in TestNG
What is OCP in Selenium Automation
OCP in the context of Selenium likely refers to the “Open-Closed Principle,” which is one of the five SOLID principles of object-oriented programming. The Open-Closed Principle states that software entities (such as classes, modules, functions, etc.) should be open for extension but closed for modification. This means that you should be able to extend the… Continue reading What is OCP in Selenium Automation
Can we automate NetSuite using Cypress
Can we automate NetSuite using Cypress? Yes, you can use Cypress to automate testing in NetSuite. NetSuite is a cloud-based business management suite that is accessed through a web browser, which makes it a suitable candidate for automation using Cypress. Cypress is a popular JavaScript-based end-to-end testing framework primarily designed for testing web applications. It… Continue reading Can we automate NetSuite using Cypress
Basic to Advanced locators in Selenium
Selenium Manager update (0.4.12)
Selenium Manager 0.4.12 is shipped with Selenium 4.12.0. This release aims to stabilize the features provided so far, delivering a new relevant characteristic: automated browser management for Firefox. A new release of Selenium Manager is out. For this release, we made a relevant decision concerning the Selenium Manager versioning format. From now on, Selenium Manager… Continue reading Selenium Manager update (0.4.12)
Mobile Cross Browser testing tools
BrowserStack: BrowserStack provides a cloud-based platform that allows you to test your mobile apps on a wide range of real devices and browsers. It supports both native and web applications and provides features like parallel testing, local testing, and debugging tools. Sauce Labs: Sauce Labs is another cloud-based platform for mobile testing that offers real… Continue reading Mobile Cross Browser testing tools
Selenide Automation Tool
Selenide is an automation tool and testing framework designed to simplify web application testing using Java. It provides an elegant and user-friendly API on top of Selenium WebDriver, which allows testers and developers to write concise and maintainable automated tests for web applications. Here are some key features and aspects of Selenide as an automation… Continue reading Selenide Automation Tool