From a5f1c88cd2236027ccb7bcf6133b3939a9b6bd7c Mon Sep 17 00:00:00 2001 From: Vidyashree M B Date: Thu, 16 May 2024 16:41:49 +0530 Subject: [PATCH 1/6] Funtionality tests for slider. --- TestingApplication/MainWindow.xaml | 1 + TestingApplication/MainWindow.xaml.cs | 7 ++ TestingApplication/SliderWindow.xaml | 12 ++ TestingApplication/SliderWindow.xaml.cs | 27 +++++ Win11ThemeTest/SliderTest.cs | 152 ++++++++++++++++++++++++ 5 files changed, 199 insertions(+) create mode 100644 TestingApplication/SliderWindow.xaml create mode 100644 TestingApplication/SliderWindow.xaml.cs create mode 100644 Win11ThemeTest/SliderTest.cs diff --git a/TestingApplication/MainWindow.xaml b/TestingApplication/MainWindow.xaml index d4ffbaf..d6884fc 100644 --- a/TestingApplication/MainWindow.xaml +++ b/TestingApplication/MainWindow.xaml @@ -16,6 +16,7 @@