Bugs found in Qlerify SaaS
Qlerify is an AI-powered business process modeling tool that enables digital transformation teams to map, analyze, and optimize enterprise workflows quickly. By combining process discovery, compliance checks, and real-time collaboration in a single platform, Qlerify reduces the complexity of modernization efforts and offers clear insights for every stakeholder.
With Qlerify, organizations can swiftly identify bottlenecks, automate routine tasks, and maintain regulatory alignment throughout their transformation journey. The result is a more efficient, adaptable operation that supports continuous improvement and empowers teams to meet evolving business demands.
The QAwerk team performed a meticulous Bug Crawl on this SaaS application, identifying several issues that may impact performance and user satisfaction. Below are the results of our thorough investigation, complete with detailed steps to reproduce each bug.
Incorrect behavior observed during lane deletion in workflow with start point
Critical
An empty Workflow has been created.
- Add four lanes: lane1, lane2, lane3, and lane4.
- Insert a start point in lane1.
- Insert a start point in lane3.
- Click the delete button for lane2.
- Click the delete button for lane3.
- OS: Windows 10
- Browser: Chrome 127.0.6533.89, Firefox 128.0.3, Edge 127.0.2651.86
- Lane3 is not deleted.
- Buttons from the bottom panel move upward into lane4.
- Delete buttons on lanes become invisible when hovered over.
- Adding a new lane unexpectedly renames lane1 to lane3.
- Lane3 should be deleted without issues.
- The buttons in the bottom panel should maintain their position in lane4.
- Delete buttons remain visible and functional on hover.
- Adding a new lane does not cause existing lanes to be renamed.
Erratic scroll behavior while dragging start point across lanes in Workflow
Major
- A new Workflow is created.
- Enough lanes have been added to activate a scrollbar.
- Click “Add Start Point.”
- Press and hold the left mouse button on the added card.
- Attempt to scroll with the mouse wheel while dragging the card.
- OS: Windows 10
- Browser: Chrome 127.0.6533.89
The page scroll behaves erratically, often snapping back to its original position.
The page should either scroll smoothly when the mouse wheel is pressed while dragging the card or disable scrolling entirely during the drag.
Incorrect workflow count displayed on project card after creating new workflows
Major
The user is logged into their account.
- Create a new project.
- Open the recently created project.
- Create multiple workflows in this project.
- Click on the home icon to return to the main page.
- OS: Windows 10
- Browsers: Chrome 127.0.6533.89, Firefox 128.0.3, Edge 127.0.2651.86
The project card in the Recent Projects section shows an incorrect number of workflows.
The project card should display the correctly updated number of workflows.
“Delete Group” button in Workflow overlapped by scrollbar
Major
Any Workflow is open.
- Click the “Add Group” button.
- Click “Add Group” again to create a second group.
- Locate the “Delete” button for Group 2.
- OS: Windows 10
- Browsers: Chrome 127.0.6533.89, Firefox 128.0.3, Edge 127.0.2651.86
The scrollbar obscures the “Delete” button for Group 2 at the end of the group column header.
The “Delete” button for Group 2 should be fully visible and not overlapped by the scrollbar.
Interface text wrongly underlined as misspelled on clicking “Add Start Point” button
Minor
A Workflow interface is open.
Click the “Add Start Point” button.
- OS: Windows 10
- Browser: Firefox 128.0.3
All interface text appears underlined in red, akin to a spell-check highlight.
No spell-check or red underlining should appear on interface text.
Reset of fefault Workflow name after page reload
Minor
The main page is accessible.
- Click “New Workflow.” The default name “Workflow 1” appears.
- Click “Add.”
- Click “New Workflow” again. The default name “Workflow 2” appears.
- Click “Add.”
- Click “New Workflow” again. The default name “Workflow 3” appears.
- Click “Add.”
- Reload the page.
- Click “New Workflow.”
- OS: Windows 10
- Browsers: Chrome 127.0.6533.89, Firefox 128.0.3, Edge 127.0.2651.86
The default workflow name reverts to “Workflow 1” after a page reload.
The naming should continue from the last created workflow (e.g., “Workflow 4” after three prior workflows).
I uncovered multiple UI and functional issues that could hinder the workflow management experience in Qlerify. Streamlined testing across various browsers and proper handling of user interactions can significantly improve stability and user satisfaction.