Simple.Tsting.Utilities 2.0.14

dotnet add package Simple.Tsting.Utilities --version 2.0.14
                    
NuGet\Install-Package Simple.Tsting.Utilities -Version 2.0.14
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Simple.Tsting.Utilities" Version="2.0.14" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Simple.Tsting.Utilities" Version="2.0.14" />
                    
Directory.Packages.props
<PackageReference Include="Simple.Tsting.Utilities" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Simple.Tsting.Utilities --version 2.0.14
                    
#r "nuget: Simple.Tsting.Utilities, 2.0.14"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Simple.Tsting.Utilities@2.0.14
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Simple.Tsting.Utilities&version=2.0.14
                    
Install as a Cake Addin
#tool nuget:?package=Simple.Tsting.Utilities&version=2.0.14
                    
Install as a Cake Tool

Simple.Tsting.Utilities

The Simple.Testing.Utitlies package was written as a first step to an automation framework for b+p.

  • A selenium wrapper that will allow pretty good user event on webelements.
  • An decent TestContext Extentions Library
  • A Rest API helper based on RestSharp and Http request
  • A test case exectution piece that works with Simple.Tsting.QAComplete package.

BasicUtil

BasicUtil has a bunch of automation methods in it, these are mostly for browser interations.

Method Overload Return Description
AcceptAlert None void Accepts alerts that are served up by the browser
ClickAnchorInTable By Table, string Find, int ColumNumber, string ButtonToClick, int NumberOfPagesToCheck = 10, int TimeToWaitPerPage = 10 void
Click By ByString, int TimeoutSeconds = 10 void
Click By Parent, string XpathToClick, int TimeoutSeconds = 10 void
Click IWebElement item, int TimeoutSeconds = 10 void
Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.14 1,022 10/23/2018
2.0.13 853 10/10/2018
2.0.12 916 10/10/2018
2.0.11 926 10/10/2018
2.0.10 868 10/10/2018
2.0.9 890 10/2/2018
2.0.8 861 9/26/2018
2.0.7 880 9/24/2018
2.0.6 924 9/7/2018
2.0.5 899 9/6/2018
2.0.4 897 8/29/2018
2.0.3 904 8/28/2018
2.0.2 884 8/28/2018
2.0.1 920 8/28/2018
2.0.0 898 8/28/2018
1.5.7 910 8/23/2018
1.5.6 935 8/22/2018
1.5.5 917 8/22/2018
1.5.4 941 8/22/2018
1.5.3 930 8/21/2018
1.5.2 949 8/21/2018
1.5.1 950 8/20/2018
1.5.0 957 8/16/2018
1.4.13 1,027 8/8/2018
1.4.12 1,030 8/7/2018
1.4.11 1,084 8/7/2018
1.4.10 1,098 8/2/2018
1.4.9 1,075 7/23/2018
1.4.8 1,026 7/20/2018
1.4.7 1,041 7/19/2018
1.4.6 1,253 7/18/2018
1.4.5 1,259 7/18/2018
1.4.4 1,238 7/18/2018
1.4.3 1,028 7/17/2018
1.4.2 998 7/17/2018
1.4.1 1,280 7/16/2018
1.4.0 1,233 7/16/2018
1.3.8 1,275 7/16/2018
1.3.7 1,240 7/12/2018
1.3.6 1,219 7/9/2018
1.3.5 1,245 7/6/2018
1.3.4 1,195 7/6/2018
1.3.3 1,209 7/6/2018
1.3.2 1,230 7/5/2018
1.3.1 1,010 7/2/2018
1.3.0 1,312 6/22/2018
1.2.14 1,204 6/13/2018
1.2.13 1,211 6/12/2018
1.2.12 1,039 6/12/2018
1.2.11 1,201 6/12/2018
1.2.10 1,226 6/12/2018
1.2.9 1,219 6/11/2018
1.2.8 1,216 6/11/2018
1.2.7 1,242 6/8/2018
1.2.6 1,244 6/7/2018
1.2.5 1,250 6/7/2018
1.2.4 1,214 6/4/2018
1.2.3 1,184 6/4/2018
1.2.2 1,046 6/4/2018
1.2.1 1,258 5/18/2018
1.2.0 1,252 5/8/2018
1.1.0 1,350 5/1/2018
1.0.1 1,322 5/1/2018
1.0.0 1,972 5/1/2018

Made the Type One to clear optional, and also changed the ruletrigger model.