Class Utility
Utiltiy Class will contain add on functions for the Automation Suite
Inheritance
System.Object
Utility
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Quark.XA.Core.AutomationProject.ActionsXA.Utilities
Assembly: Quark.XA.Core.AutomationProject.dll
Syntax
public class Utility
Methods
ForceFailCase(String, String)
Manually fails a case If a defect is logged for the same or due to Automation constraints
Declaration
public void ForceFailCase(string testCaseId, string commentsToFailCase)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | testCaseId | Test Case Id |
| System.String | commentsToFailCase | Reason why the Case has been failed |