Real-Time Progress Visibility During Check Execution
complete
A
AgenticQA Feedback Bot
Requested by:
Zoltan F.Request:
Show real-time progress and status information during check execution so users know the system is working.
User Problem:
"Is it possible to see some kind of progress what is happening during the checks? For first I thought something is wrong and the application doing nothing. (Finally I got result)"
Previous Behavior:
- No progress indication during execution
- Users thought system was frozen or not working
- Had to wait for completion to see if anything happened
- Poor user experience for long-running checks
What Was Implemented:
New design shows:
- More detailed information for running tests
- Progress indicators
- Current execution status
- Dynamic updates as test progresses
Impact:
- Eliminated confusion about system status
- Users can see real-time progress
- Better understanding of what's happening
- Improved confidence in the system
Related Issues:
- "Session Shows 0 Checks During Execution" (also fixed with new design)
Uliana Kruk
marked this post as
complete
Uliana Kruk
Merged in a post:
Session Shows "0 Checks" During Execution Bug
A
AgenticQA Feedback Bot
Reported by:
Zoltan F.Issue:
When running a test session, the session page displays "0 checks" even though checks were added to the session. The checks only become visible after the session completes.
Impact:
- Confusion during test execution
- Cannot monitor which checks are running
- Poor visibility into test progress
Resolution:
Fixed with new design update. The new design:
- Shows running test details immediately
- Displays checks as they are assigned
- Explains that checks are assigned after page type is identified
- Provides better real-time visibility
Technical Explanation:
Checks are assigned dynamically after the page type is identified during test execution. The old UI didn't show this process, leading to confusion. The new design makes this workflow transparent.