[Testing] Feature matrix UITest Cases for ImageButton Control#29968
Merged
PureWeen merged 7 commits intoinflight/currentfrom Jun 24, 2025
unknown repository
Merged
[Testing] Feature matrix UITest Cases for ImageButton Control#29968PureWeen merged 7 commits intoinflight/currentfrom unknown repository
PureWeen merged 7 commits intoinflight/currentfrom
unknown repository
Conversation
Contributor
|
Hey there @@NafeelaNazhir! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds a complete set of UI test cases for the ImageButton control, including a dedicated test page, options configuration, and integration with the gallery page.
- Introduces a new ImageButtonViewModel to support binding for various ImageButton properties.
- Implements ImageButton test pages (main and options) and integrates them into the core gallery.
Reviewed Changes
Copilot reviewed 52 out of 52 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| ImageButtonViewModel.cs | Provides binding and command handling for ImageButton properties. |
| ImageButtonOptionsPage.xaml.cs | Implements the code-behind for configuring ImageButton options. |
| ImageButtonOptionsPage.xaml | Defines the UI layout for ImageButton options. |
| ImageButtonControlPage.xaml.cs & .xaml | Implements the main test page and navigation logic for the ImageButton tests. |
| CorePageView.cs | Updates the gallery page collection to include the new ImageButton test page. |
Contributor
|
/azp run MAUI-UITests-public |
|
Azure Pipelines successfully started running 1 pipeline(s). |
jsuarezruiz
suggested changes
Jun 13, 2025
Contributor
Author
Hi @jsuarezruiz I have added the pending snapshots in the latest commit. |
Contributor
|
/azp run MAUI-UITests-public |
|
Azure Pipelines successfully started running 1 pipeline(s). |
jsuarezruiz
approved these changes
Jun 18, 2025
PureWeen
added a commit
that referenced
this pull request
Jun 25, 2025
* Added ImageButton Feature tests * Changes updated * Modified tests * Added Images * Modified image * Added images --------- Co-authored-by: Shane Neuville <[email protected]>
github-actions bot
pushed a commit
that referenced
this pull request
Jun 26, 2025
* Added ImageButton Feature tests * Changes updated * Modified tests * Added Images * Modified image * Added images --------- Co-authored-by: Shane Neuville <[email protected]>
PureWeen
added a commit
that referenced
this pull request
Jun 27, 2025
* Added ImageButton Feature tests * Changes updated * Modified tests * Added Images * Modified image * Added images --------- Co-authored-by: Shane Neuville <[email protected]>
PureWeen
added a commit
that referenced
this pull request
Jun 28, 2025
* Added ImageButton Feature tests * Changes updated * Modified tests * Added Images * Modified image * Added images --------- Co-authored-by: Shane Neuville <[email protected]>
github-actions bot
pushed a commit
that referenced
this pull request
Jun 29, 2025
* Added ImageButton Feature tests * Changes updated * Modified tests * Added Images * Modified image * Added images --------- Co-authored-by: Shane Neuville <[email protected]>
github-actions bot
pushed a commit
that referenced
this pull request
Jun 29, 2025
* Added ImageButton Feature tests * Changes updated * Modified tests * Added Images * Modified image * Added images --------- Co-authored-by: Shane Neuville <[email protected]>
github-actions bot
pushed a commit
that referenced
this pull request
Jul 1, 2025
* Added ImageButton Feature tests * Changes updated * Modified tests * Added Images * Modified image * Added images --------- Co-authored-by: Shane Neuville <[email protected]>
github-actions bot
pushed a commit
that referenced
this pull request
Jul 2, 2025
* Added ImageButton Feature tests * Changes updated * Modified tests * Added Images * Modified image * Added images --------- Co-authored-by: Shane Neuville <[email protected]>
github-actions bot
pushed a commit
that referenced
this pull request
Jul 2, 2025
* Added ImageButton Feature tests * Changes updated * Modified tests * Added Images * Modified image * Added images --------- Co-authored-by: Shane Neuville <[email protected]>
github-actions bot
pushed a commit
that referenced
this pull request
Jul 8, 2025
* Added ImageButton Feature tests * Changes updated * Modified tests * Added Images * Modified image * Added images --------- Co-authored-by: Shane Neuville <[email protected]>
github-actions bot
pushed a commit
that referenced
this pull request
Jul 8, 2025
* Added ImageButton Feature tests * Changes updated * Modified tests * Added Images * Modified image * Added images --------- Co-authored-by: Shane Neuville <[email protected]>
github-actions bot
pushed a commit
that referenced
this pull request
Jul 9, 2025
* Added ImageButton Feature tests * Changes updated * Modified tests * Added Images * Modified image * Added images --------- Co-authored-by: Shane Neuville <[email protected]>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 PR includes a comprehensive set of UI test cases for the ImageButton control. The tests validate the ImageButton control, including properties such as Aspect, Source, Padding, IsOpaque, Shadow, IsEnabled, FLowDirection, IsVisible, BorderWidth, CornerRadius, BorderColor
ImageButton Control Implementation
Gallery Page Addition:
ImageButtonControlPageto the list of gallery pages inCorePageViewto display the feature matrix for theImageButtoncontrol. (src/Controls/tests/TestCases.HostApp/CoreViews/CorePageView.cs)Main Page Implementation:
ImageButtonControlMainPage.xamland its code-behind file to define the main page for testingImageButtonfeatures. The page includes anImageButtonwith various bindable properties and event handlers forClicked,Pressed, andReleasedevents. (src/Controls/tests/TestCases.HostApp/FeatureMatrix/ImageButton/ImageButtonControlPage.xaml,src/Controls/tests/TestCases.HostApp/FeatureMatrix/ImageButton/ImageButtonControlPage.xaml.cs) [1] [2]Options Page Implementation:
ImageButtonOptionsPage.xamlto provide a UI for configuringImageButtonproperties such asAspect,Source,BorderWidth,CornerRadius,FlowDirection, and more. This page allows dynamic testing of different configurations. (src/Controls/tests/TestCases.HostApp/FeatureMatrix/ImageButton/ImageButtonOptionsPage.xaml)Issues Identified
Screen.Recording.2025-06-12.at.7.17.33.PM.mov