Welcome to SafetyNet Web Test Tools for C#’s documentation!¶
SafetyNet Tools for C# is a test automation tool for Visual Studio developers and testers.
It enables the following features in your applications:
Not a Record and Playback Tool¶
We do not believe that Record and Playback is the right way to create a successful test automation framework, so we don’t currently support this feature. Our suggested workflow is:
Record your User Interface and group controls into UI Maps following the Page Object Model.
Create your tests using the recorded controls.
Create reusable functionality snippets to speed up maintenance.
Test early and often to maximize the test framework benefits.
Developers and Testers Collaboration¶
For testers with no coding or Selenium experience, there will be issues they won’t be able to overcome on their own. We allow developers to use code to solve some of these issues and then the testers to be able to consume them through the UI.