Web Testing Tasks
for each task
1. Overview The for each block in Zoho QEngine is used to repeat a defined set of actions for every entry in a collection, allowing you to handle multiple items dynamically without writing duplicate steps. You can use it to iterate over static values ...
invokeUrl task
1. Overview In modern testing, web interactions rarely occur in isolation; tests often need to interact with APIs, manipulate data, or trigger other systems to reflect real-world workflows. The invoke Url task in Zoho QEngine bridges this gap, ...
Best practices for web tasks in automated testing
What does this page cover Optimize how you write and manage web automation in Zoho QEngine by following these best practices. They help improve stability, reduce the need for maintenance, and ensure your tests simulate real user behavior accurately. ...
Get and set cookie support in Zoho QEngine
1. In a nutshell Cookie support in Zoho QEngine allows users to capture and use browser cookies during test automations. This enables efficient session handling, such as maintaining login state across multiple test cases or test plans. 2. Overview ...
Browser Actions
Perform essential browser actions with this list of tasks, enabling seamless interaction and automation for web testing and navigation. Browser actions tasks include the following : Switch To Get URL Refresh Resize Browser navigation actions: ...
Logic
This list of tasks help create robust and flexible automation scripts that can adapt to various conditions and handle exceptions effectively. Logic tasks include the following: Execute JS Conditional statements - IF, ELSE IF, and ELSE Set Variable ...
Keyboard and Mouse Actions
This list of tasks provides methods to simulate various keyboard and mouse interactions. Keyboard and Mouse Actions tasks include the following: Double Click Right Click Send Keys Hover Hover and Click Scroll To Drag and Drop Double Click This task ...
Miscellaneous
Miscellaneous tasks include the following: Get Text Get Attribute Get Count Get Element Width Get Element Height Info Handle Alert Get Text This task retrieves and returns the text value of an element within the webpage. For example, this can be used ...
Assertion
This list of tasks performs validation checks that allow you to verify if a certain condition is true or false. Assertion tasks include the following: Assert Selected Assert Disabled Assert Visible Assert Focused Assert Hidden Assert ImageExists ...
Form Actions
This list will have tasks that are commonly used for form-related actions. These tasks include the following: Select Deselect Check Uncheck Clear Upload Select This task is used to automate the action of selecting an option from a dropdown field that ...
General tasks
This list of tasks will have the primary actions inside a web browser. These tasks include the following: Open URL Click Set Value Assert Text Assert Value Wait Note: These tasks are used for web test cases. Open URL The openURL task navigates to the ...
Tasks for Web Testing
Overview Zoho QEngine offers you a wide range of tasks that are predefined to build your web test cases. The tasks are categorized into the following: General Form Actions Assertion Keyboard and Mouse Actions Miscellaneous Logic Browser Actions