eswat 0.0.0.1
See the version list below for details.
dotnet add package eswat --version 0.0.0.1
NuGet\Install-Package eswat -Version 0.0.0.1
<PackageReference Include="eswat" Version="0.0.0.1" />
paket add eswat --version 0.0.0.1
#r "nuget: eswat, 0.0.0.1"
// Install eswat as a Cake Addin #addin nuget:?package=eswat&version=0.0.0.1 // Install eswat as a Cake Tool #tool nuget:?package=eswat&version=0.0.0.1
From eswat.codeplex.com, Even Simpler Web/Windows Acceptance Testing attempts to address the gap between developers and testers who often develop code and the tests for that code separately. Although communication and some tooling helps, regression testing often falls back on Manual Test Scripts to get the product out the door. Many sophisticated teams automate regression testing of primary application functionality, but these automated tests are often limited. For example, automated web tests may only target a single type of browser or only the components of Windows applications are automated and not the actual Windows application itself.
This project aims to provide tooling and support for everyone involved in the connection between development and testing by relying on core development/testing principles and connecting simple solutions to those principles.
In its first version, this project will deliver the ability to run automated tests written as files in a file system (called a "Folder Runner") against an application's public API (called a "System Under Test") provided by the development team.
Currently, planned support for test file languages includes Microsoft Razor, Microsoft PowerShell, IronPython, and IronRuby. While authoring tests in each of these languages can get quite complicated. This project will aim to document simple solutions to testing the target applications.
A generalized API for web application testing will also be included in the first release utilizing the popular "Selenium2" and "WebDriver" frameworks.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.