Spelling (#135)
This commit is contained in:
@@ -20,7 +20,7 @@ namespace Calculator.UIAutomationLibrary
|
||||
{
|
||||
public const string CoreWindowClassName = "Windows.UI.Core.CoreWindow";
|
||||
|
||||
// This doesn't actually work right now becaue popup will disappear
|
||||
// This doesn't actually work right now because popup will disappear
|
||||
// Bug 13713223: ContentDialog/Popup does not show up in the UIA tree when Windows.Current.Content has an AutomationName set.
|
||||
// public static readonly UICondition TopLevelWindowUICondition = UICondition.CreateFromId(Constants.TopLevelWindowAutomationId);
|
||||
public static readonly UICondition CoreWindowUICondition = UICondition.CreateFromClassName(CoreWindowClassName)
|
||||
|
@@ -36,6 +36,6 @@ namespace Calculator.UIAutomationLibrary
|
||||
/// <summary>
|
||||
/// These are uses with the DataSource test property to specify iteration info.
|
||||
/// </summary>
|
||||
public const string AppLifecycleInterationsSource = "Table:" + ConfigDirectory + "AppLifecycle.Iterations.xml#PerformanceConfigurations";
|
||||
public const string AppLifecycleIterationsSource = "Table:" + ConfigDirectory + "AppLifecycle.Iterations.xml#PerformanceConfigurations";
|
||||
}
|
||||
}
|
||||
|
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<!--
|
||||
This file defines a table of preformance configuration for use with
|
||||
This file defines a table of performance configuration for use with
|
||||
TAEF Table Based Data-driven Testing.
|
||||
|
||||
This table specifies we will run the test three times (each iteration has a
|
||||
|
@@ -64,7 +64,7 @@
|
||||
<Buffers Value="15" />
|
||||
</EventCollector>
|
||||
|
||||
<EventCollector Id="EC_Responsiveness.HighCost.Verbose" Name="User Session Logger Higcost Verbose">
|
||||
<EventCollector Id="EC_Responsiveness.HighCost.Verbose" Name="User Session Logger HighCost Verbose">
|
||||
<BufferSize Value="1024" />
|
||||
<Buffers Value="3" PercentageOfTotalMemory="true" MaximumBufferSpace="60" />
|
||||
</EventCollector>
|
||||
|
@@ -34,7 +34,7 @@ namespace Calculator.PerfTests
|
||||
/// The test launches the application, suspend and resumes it and then terminates the app.
|
||||
///
|
||||
/// A TAEF data source is used to specify the Windows Performance Recorder profile and
|
||||
/// regions of interest file to use and defines threee different configurations to execute this test with.
|
||||
/// regions of interest file to use and defines three different configurations to execute this test with.
|
||||
/// Cold: The initial run to get dlls loaded into memory and to execute any first-run app logic.
|
||||
/// Warm: The run that will produce consistent results and that would be used for measures.
|
||||
/// Memory: A run that is focused on collecting more info on allocations.
|
||||
@@ -42,7 +42,7 @@ namespace Calculator.PerfTests
|
||||
[TestMethod]
|
||||
[TestProperty("RunAs", "User")]
|
||||
[TestProperty("Category", "Performance")]
|
||||
[TestProperty(WinperfConstants.DataSource, PerfConstants.AppLifecycleInterationsSource)]
|
||||
[TestProperty(WinperfConstants.DataSource, PerfConstants.AppLifecycleIterationsSource)]
|
||||
public void AppLifecycleTest()
|
||||
{
|
||||
AppLifecycle.Run(Constants.PackageAppUserModelId);
|
||||
|
Reference in New Issue
Block a user