TestCentral.GUI 2.0.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package TestCentral.GUI --version 2.0.6
NuGet\Install-Package TestCentral.GUI -Version 2.0.6
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="TestCentral.GUI" Version="2.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TestCentral.GUI --version 2.0.6
#r "nuget: TestCentral.GUI, 2.0.6"
#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.
// Install TestCentral.GUI as a Cake Addin
#addin nuget:?package=TestCentral.GUI&version=2.0.6

// Install TestCentral.GUI as a Cake Tool
#tool nuget:?package=TestCentral.GUI&version=2.0.6

TestCentral.GUI

Available Classes

Browser

This is the browser class, it will have methods assiting in starting the browser, changing size and location, as well as switching tabs.

TestContextExtensions

Extensions for the default nunit Test Context. It will make use of parameters being sent in via RunSettings file, or command line parameters.

  1. killbrowser Takes 'Yes' or 'No' Not case sensitive 'Yes' will close the browser when Broswer.Finish() is called 'No' will leave the browser open, maybe for debugging when Broswer.Finish() is called

WebElem

Required Setup

Example Files Supplied

Testing_Objects.cs

This is a file that is meant to hold static page items. There is a .start method that takes a full path to the urls.json file that is needed for scripts to run. If no path is supplied, the browser class will attempt to load a json file named "urls.json" that should copied into a folder of your solution "{solutionName}{projectName}\TestConfig\urls.json"

urls.json

This is a file that holds urls for testing in an application\environment\url structure.

Todos

  • Write test case, test step, and such

License

MIT

There are no supported framework assets in this 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
3.0.6 644 7/15/2019
3.0.5 568 7/15/2019
3.0.4 511 7/15/2019
3.0.3 510 7/15/2019
3.0.2 528 6/28/2019
3.0.1 519 5/24/2019
3.0.0 544 5/23/2019
2.1.0 599 3/6/2019
2.0.12 584 2/22/2019
2.0.11 585 2/22/2019
2.0.10 637 2/11/2019
2.0.9 636 2/11/2019
2.0.8 610 1/31/2019
2.0.7 787 1/29/2019
2.0.6 814 1/29/2019
2.0.5 818 1/28/2019
2.0.4 880 1/28/2019
2.0.3 832 1/28/2019
2.0.2 821 1/28/2019
2.0.1 843 1/28/2019
2.0.0 831 1/28/2019
1.0.9 839 1/28/2019
1.0.8 829 1/25/2019
1.0.7 866 1/25/2019
1.0.6 842 1/25/2019
1.0.5 641 1/25/2019
1.0.4 654 1/25/2019
1.0.2 680 1/16/2019
1.0.1 691 1/15/2019
1.0.0 858 1/11/2019

Fixed LogginFile naming issueDD