WebTest1.webtest
1.61 KB
<?xml version="1.0" encoding="utf-8"?>
<WebTest Name="WebTest1" Id="c649760b-6dd8-4210-8a6d-3c6596d08668" Owner="" Priority="2147483647" Enabled="True" CssProjectStructure="" CssIteration="" Timeout="0" WorkItemIds="" xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2010" Description="" CredentialUserName="" CredentialPassword="" PreAuthenticate="True" Proxy="default" StopOnError="False" RecordedResultFile="WebTest1.a5a27e2d-474c-43bb-be4d-1b12e85851a0.rec.webtestresult" ResultsLocale="">
<Items>
<Request Method="GET" Guid="0af8c656-b702-4c75-a66d-6e26af1030ae" Version="1.1" Url="http://localhost/" ThinkTime="0" Timeout="300" ParseDependentRequests="True" FollowRedirects="True" RecordResult="True" Cache="False" ResponseTimeGoal="0" Encoding="utf-8" ExpectedHttpStatusCode="0" ExpectedResponseUrl="" ReportingName="" IgnoreHttpStatusCode="False" />
</Items>
<ContextParameters>
<ContextParameter Name="Parameter1" Value="This is not a date" />
<ContextParameter Name="TestParam1" Value="2020-10-07" />
</ContextParameters>
<WebTestPlugins>
<WebTestPlugin Classname="LIL_VSTT_Plugins.ConvertDateToAge, LIL_VSTT_Plugins, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null" DisplayName="Convert Date Parameter to Age" Description="Converts the date in given parameters into todays age and saves with suffix as new parameter">
<RuleParameters>
<RuleParameter Name="ParameterRegEx" Value="Param1" />
<RuleParameter Name="DateFormat" Value="yyyy-MM-dd" />
<RuleParameter Name="Suffix" Value="" />
</RuleParameters>
</WebTestPlugin>
</WebTestPlugins>
</WebTest>