ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
LogType enumeration
The types of logging available in WebAii.
Syntax
C#
public enum LogType
Members
MemberDescription
Information
Logs information to the testcase log.
Error
Logs information to the testcase log and fails the test.
Trace
Logs information to the testcase log and the System.Diagnostics.Trace
EventLog
Logs information directly to the Application event log.

Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)