Click or drag to resize

NameHelper Class

Framework to automate tests using Selenium WebDriver
Contains useful actions connected with test data.
Inheritance Hierarchy
SystemObject
  Ocaramba.HelpersNameHelper

Namespace: Ocaramba.Helpers
Assembly: OcarambaLite (in OcarambaLite.dll) Version: 4.2.6+43a78d4b91293779f9bddc600324863f323e0ac6
Syntax
C#
public static class NameHelper
Request Example

The NameHelper type exposes the following members.

Methods
 NameDescription
Public methodStatic memberRandomName Create random name.
Public methodStatic memberCode exampleRemoveSpecialCharacters Remove all special characters except digit and letters.
Public methodStatic memberCode exampleShortenFileName Shortens the file name by removing occurrences of given pattern till length of folder + filename will be shorten than max Length.
Top
See Also