-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[Testing] Feature Matrix UITest Cases for CollectionView Header/Footer Feature #28938
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Testing] Feature Matrix UITest Cases for CollectionView Header/Footer Feature #28938
Conversation
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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;
/azp run MAUI-UITests-public |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run MAUI-public |
Azure Pipelines successfully started running 1 pipeline(s). |
…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
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
:CollectionViewControlPage
with a detailed layout and bindings for variousCollectionView
properties (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
).CollectionViewOptionsPage
to allow users to configureCollectionView
options such as header, footer, templates, and layout (src/Controls/tests/TestCases.HostApp/FeatureMatrix/CollectionView/CollectionViewOptionsPage.xaml
).Updates to existing files:
CorePageView
to include a new gallery page for theCollectionView
feature matrix (src/Controls/tests/TestCases.HostApp/CoreViews/CorePageView.cs
).Header/Footer-Related Issues Identified in CollectionView