Zoho QEngine, your go-to test automation tool, now supports even more features and functionalities to make testing any web, mobile, or API application easier and more efficient. Here's a brief on the latest updates:
Test smarter with data-driven testing
Data-driven testing is a powerful way to test applications by enabling the execution of various test case scenarios with different data input sets. Rather than use hard-coded values, you can now test with data from files or databases to simulate different scenarios, whether it’s testing varying interest rates in a loan app or customer details in an order form.
Zoho QEngine now enables you to run data-driven testing for various use cases for business logic, login portals, data capture forms, user management, and more.
Migrate effortlessly from Postman API to Zoho QEngine
Yes, you read that right—you can now migrate seamlessly from Postman API to Zoho QEngine! Our advanced API testing tool makes creating, managing, and automating API test scripts a breeze. As a comprehensive API testing tool, QEngine enables the creation of multiple API scripts with a visual builder in a single window.
Why choose QEngine over Postman? You get superior test case script management, greater code reusability, and an intuitive interface that saves you time and effort.
Test real-time values with dynamic variables
Dynamic variables allow you to store and utilize data dynamically within a specific test plan. Regardless of the change in data inputs or adjusting test flows, dynamic variables ensure that your test data is always relevant and changes in real time.
As an example, here's how you can define a dynamic variable:
$name="ZohoQEngine" ;
Now, the value of "name" will be “ZohoQEngine” within that particular test plan. If the value of this variable is modified or changed in the following or subsequent test case(s), then the overridden value will be used until the completion of the test plan.
Imagine there's a sales tracker application, and the use case is to validate the transaction ID. If the transaction ID generated equals the transaction ID displayed in the checkout page, you can capture the transaction ID generated and store it as a variable. If the transaction ID changes midway, dynamic variables enable you to use the updated values for a reliable test execution.
Flexibility with enhanced user management
Previously, one user could access a single project in a defined role or permission set. With enhanced user management, one user can access multiple projects in different roles. This allows users to access various other test projects as a tester, manager, admin, or super admin.
What's coming up?
Integration with Jenkins
Zoho QEngine will soon integrate with the popular CI/CD tool Jenkins. With the Jenkins integration, test cases built on QEngine can be added into the CI/CD pipeline to execute test cases whenever new code is added into the repository, enabling real-time feedback of the new code changes or the analysis of existing code breaks.
Integration with Zoho Sprints
Soon you'll be able to integrate your test case reports directly with Zoho Sprints, allowing seamless project management across teams.
Other notable features
Multi-project mapping, refined tunnelling functionalities, and code-based registrations for local machine agents are just some of the exciting updates coming next.
For more info, you can watch our recorded webinars. You can also schedule a demo with our technical solution experts to learn how you can utilize QEngine for your testing needs.
Comments