Enhance Query dialog tests and update automation documentation#21
Merged
Merged
Conversation
…erage - QueryDialogMenuItem round-trip test now waits for AddTypeFilterButton to disappear after clicking QueryDialogCloseButton, confirming the dialog actually closes rather than just clicking the button. - Query dialog scenario added to docs/verification/ots/appium.md and traceability entry added to docs/reqstream/ots/appium.yaml. - docs/design/ots/appium.md's AutomationProperties.AutomationId feature list now mentions the Query dialog's controls alongside the About dialog, Workspace panel, and Predefined Views panel. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds a new end-to-end integration test for the Query dialog in the desktop application, improves automation ID coverage, and updates documentation and test plans to reflect these enhancements. The new test verifies that the Query dialog can be opened and closed via UI automation, similar to the existing About dialog test.
Integration test improvements:
DesktopApp_QueryMenu_QueryDialogMenuItem_OpensAndClosesQueryDialogtoMainWindowShellIntegrationTests.csthat opens the Query dialog via the Query menu, asserts the dialog is visible by checking for theAddTypeFilterButton, and then closes the dialog using theQueryDialogCloseButton, confirming the dialog is dismissed.Automation coverage and documentation updates:
appium.yamlto include the new Query dialog open/close test.appium.mdto include the Query dialog and its controls, ensuring stable Appium-based UI automation.appium.mdto describe the new Query dialog round-trip test and clarify which menu items are now fully exercised with click-through tests.