[Testing] Feature matrix UITest Cases for Image Control #29832
Merged
PureWeen merged 9 commits intoinflight/currentfrom Jun 24, 2025
unknown repository
Merged
[Testing] Feature matrix UITest Cases for Image Control #29832PureWeen merged 9 commits intoinflight/currentfrom unknown repository
PureWeen merged 9 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
|
/azp run MAUI-UITests-public |
|
Azure Pipelines successfully started running 1 pipeline(s). |
jsuarezruiz
suggested changes
Jun 5, 2025
Contributor
Author
Hi @jsuarezruiz I have added the pending snapshots in the latest commit. |
Contributor
|
@NafeelaNazhir Could you review the current conflict? Thanks in advance. |
Contributor
Author
@jsuarezruiz I have rebased the branch and resolved the merge conflicts. |
Contributor
|
/azp run MAUI-UITests-public |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
|
/azp run MAUI-UITests-public |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
|
/azp run MAUI-UITests-public |
|
Azure Pipelines successfully started running 1 pipeline(s). |
jsuarezruiz
approved these changes
Jun 17, 2025
PureWeen
added a commit
that referenced
this pull request
Jun 25, 2025
* Added Label Feature Tests * Changes updated * Added properties for Image control * Added Images * changes updated * Added images * changes updated * Added images --------- Co-authored-by: Shane Neuville <shneuvil@microsoft.com>
github-actions bot
pushed a commit
that referenced
this pull request
Jun 26, 2025
* Added Label Feature Tests * Changes updated * Added properties for Image control * Added Images * changes updated * Added images * changes updated * Added images --------- Co-authored-by: Shane Neuville <shneuvil@microsoft.com>
PureWeen
added a commit
that referenced
this pull request
Jun 27, 2025
* Added Label Feature Tests * Changes updated * Added properties for Image control * Added Images * changes updated * Added images * changes updated * Added images --------- Co-authored-by: Shane Neuville <shneuvil@microsoft.com>
PureWeen
added a commit
that referenced
this pull request
Jun 28, 2025
* Added Label Feature Tests * Changes updated * Added properties for Image control * Added Images * changes updated * Added images * changes updated * Added images --------- Co-authored-by: Shane Neuville <shneuvil@microsoft.com>
github-actions bot
pushed a commit
that referenced
this pull request
Jun 29, 2025
* Added Label Feature Tests * Changes updated * Added properties for Image control * Added Images * changes updated * Added images * changes updated * Added images --------- Co-authored-by: Shane Neuville <shneuvil@microsoft.com>
github-actions bot
pushed a commit
that referenced
this pull request
Jun 29, 2025
* Added Label Feature Tests * Changes updated * Added properties for Image control * Added Images * changes updated * Added images * changes updated * Added images --------- Co-authored-by: Shane Neuville <shneuvil@microsoft.com>
github-actions bot
pushed a commit
that referenced
this pull request
Jul 1, 2025
* Added Label Feature Tests * Changes updated * Added properties for Image control * Added Images * changes updated * Added images * changes updated * Added images --------- Co-authored-by: Shane Neuville <shneuvil@microsoft.com>
github-actions bot
pushed a commit
that referenced
this pull request
Jul 2, 2025
* Added Label Feature Tests * Changes updated * Added properties for Image control * Added Images * changes updated * Added images * changes updated * Added images --------- Co-authored-by: Shane Neuville <shneuvil@microsoft.com>
github-actions bot
pushed a commit
that referenced
this pull request
Jul 2, 2025
* Added Label Feature Tests * Changes updated * Added properties for Image control * Added Images * changes updated * Added images * changes updated * Added images --------- Co-authored-by: Shane Neuville <shneuvil@microsoft.com>
github-actions bot
pushed a commit
that referenced
this pull request
Jul 8, 2025
* Added Label Feature Tests * Changes updated * Added properties for Image control * Added Images * changes updated * Added images * changes updated * Added images --------- Co-authored-by: Shane Neuville <shneuvil@microsoft.com>
github-actions bot
pushed a commit
that referenced
this pull request
Jul 8, 2025
* Added Label Feature Tests * Changes updated * Added properties for Image control * Added Images * changes updated * Added images * changes updated * Added images --------- Co-authored-by: Shane Neuville <shneuvil@microsoft.com>
github-actions bot
pushed a commit
that referenced
this pull request
Jul 9, 2025
* Added Label Feature Tests * Changes updated * Added properties for Image control * Added Images * changes updated * Added images * changes updated * Added images --------- Co-authored-by: Shane Neuville <shneuvil@microsoft.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 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 Image control. The tests validate the Image control, including properties such as Aspect, Source, IsAnimation, IsOpaque, FontImageSource Size, FontImageSource Color, Shadow, FLowDirection, IsVisible.
Image Control Implementation
ImageControlPageand its corresponding XAML file (ImageControlPage.xaml) to serve as the main feature matrix page for theImagecontrol. The page includes anImageelement bound to a view model and a toolbar for navigation. [1] [2]ImageOptionsPageand its XAML file (ImageOptionsPage.xaml) to allow users to configure various properties of theImagecontrol, such asAspect,IsAnimationPlaying,IsOpaque,Source, and more. [1] [2]ImageViewModelto manage the state of theImagecontrol, including properties likeAspect,IsAnimationPlaying,IsOpaque,Source,FlowDirection, andIsVisible. The view model is used for data binding in both the main page and the options page. [1] [2]Issues Identified
Screen.Recording.2025-06-04.at.8.17.23.PM.mov