User Request:
"If you have some scenario with transferring via few pages than you have to specify all of them during Test Session creation. Otherwise Agentic QA will not transfer to other pages (next to the Home page) and will not run checks."
Current Behavior:
  • Entry points have to be listed explicitly during Test Session creation
  • Each page is tested separately against the whole check suite
  • No exploratory mode available by default
  • Sequential multi-step checks are supported, but may lead to inconsistent results and can only verify against single expected behavior
Desired Behavior:
  • Automatic page navigation as part of check execution
  • Entry of the landing page is sufficient -> agents explore the envinroment till they find a relevant entry point
  • Ability to define flows that span multiple pages
  • Context preservation across page transitions
  • Support of multiple verifications across the same flow
Current Limitation:
Complex multi-page scenarios require deeper customization and specific check description "prompting"
Workaround:
  • List all pages explicitly during test session creation
  • Include multiple steps into check descriptions