[Testing] Feature Matrix UITest Cases for CollectionView Header/Footer Feature#28938
Merged
PureWeen merged 15 commits intoinflight/candidatefrom Apr 14, 2025
unknown repository
Merged
[Testing] Feature Matrix UITest Cases for CollectionView Header/Footer Feature#28938PureWeen merged 15 commits intoinflight/candidatefrom unknown repository
PureWeen merged 15 commits intoinflight/candidatefrom
unknown repository
Conversation
Contributor
|
Hey there @@LogishaSelvarajSF4525! 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.
Copilot reviewed 6 out of 9 changed files in this pull request and generated no comments.
Files not reviewed (3)
- src/Controls/tests/TestCases.HostApp/FeatureMatrix/CollectionView/CollectionViewControlPage.xaml: Language not supported
- src/Controls/tests/TestCases.HostApp/FeatureMatrix/CollectionView/CollectionViewOptionsPage.xaml: Language not supported
- src/Controls/tests/TestCases.HostApp/FeatureMatrix/CollectionView/HeaderFooterMainPage.xaml: Language not supported
Comments suppressed due to low confidence (1)
src/Controls/tests/TestCases.HostApp/FeatureMatrix/CollectionView/ColllectionViewViewModel.cs:1
- The file name 'ColllectionViewViewModel.cs' appears to contain a typo with an extra 'l'. Consider renaming it to 'CollectionViewViewModel.cs' for consistency with the class name.
using System;
Member
|
/azp run MAUI-UITests-public |
|
Azure Pipelines successfully started running 1 pipeline(s). |
jsuarezruiz
approved these changes
Apr 14, 2025
Member
|
/azp run MAUI-public |
|
Azure Pipelines successfully started running 1 pipeline(s). |
rmarinho
approved these changes
Apr 14, 2025
github-actions bot
pushed a commit
that referenced
this pull request
Apr 14, 2025
…r Feature (#28938) * Added feature tests for Header/Footer * added test cases * update the test cases * update the changes * modified * updated the test cases * update the changes * update the changes * updated the UI and Test cases * Updated test cases * add fails attributes * updated * modified changes * updated changes * renamed
github-actions bot
pushed a commit
that referenced
this pull request
Apr 15, 2025
…r Feature (#28938) * Added feature tests for Header/Footer * added test cases * update the test cases * update the changes * modified * updated the test cases * update the changes * update the changes * updated the UI and Test cases * Updated test cases * add fails attributes * updated * modified changes * updated changes * renamed
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.
Description
This PR includes a comprehensive set of UI test cases for the CollectionView control. The tests validate the Header/Footer feature functionality in CollectionView, including properties such as: Header, Footer, HeaderTemplate, FooterTemplate EmptyView, IsGrouped, GroupHeaderTemplate, GroupFooterTemplate, ItemsLayout, ItemTemplate, ItemsSource.
New feature matrix for
CollectionView:CollectionViewControlPagewith a detailed layout and bindings for variousCollectionViewproperties (ItemsSource,Header,Footer, etc.) (src/Controls/tests/TestCases.HostApp/FeatureMatrix/CollectionView/CollectionViewControlPage.xaml).CollectionViewControlPage, including a method to navigate to an options page (src/Controls/tests/TestCases.HostApp/FeatureMatrix/CollectionView/CollectionViewControlPage.xaml.cs).CollectionViewOptionsPageto allow users to configureCollectionViewoptions such as header, footer, templates, and layout (src/Controls/tests/TestCases.HostApp/FeatureMatrix/CollectionView/CollectionViewOptionsPage.xaml).Updates to existing files:
CorePageViewto include a new gallery page for theCollectionViewfeature matrix (src/Controls/tests/TestCases.HostApp/CoreViews/CorePageView.cs).Header/Footer-Related Issues Identified in CollectionView