Click or drag to resize

AutomationProject Methods

The AutomationProject type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAbandon
Abandons the unsaved changes to this project.
Public methodCheckLinks
Checks the parent links of the project: Links TestStep to parent TestCase and links TestCase to parent TestSuite
Public methodCompare
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
(Inherited from AbstractTestItem.)
Public methodCompareTo
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from AbstractTestItem.)
Public methodDeleteItem
Deletes an sub item from the current scope. for Test Case, the item is test Step, For Test Suite, the item is test case, ...
(Overrides AbstractTestItemDeleteItem(Object).)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from AbstractTestItem.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetTestItem
Gets the AbstractTestItem object from Id
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVariable
Gets the variable from the given context.
(Inherited from AbstractTestItem.)
Public methodGetVariables
Gets All variables available for the current test scope.
(Inherited from AbstractTestItem.)
Public methodInitStatus
Initializes the status of the Test Case
(Inherited from AbstractTestItem.)
Public methodStatic memberLoad
Loads an TestSuite instance from a specified location
Public methodStatic memberLoadAsync
Loads an TestSuite instance from a specified location in asynchronized mode
Public methodMoveDown
Moves down a test item in its parent items collections
(Inherited from AbstractTestItem.)
Public methodMoveToBottom
Moves to bottom a test item in its parent items collections
(Inherited from AbstractTestItem.)
Public methodMoveToTop
Moves on top a test item in its parent items collection.
(Inherited from AbstractTestItem.)
Public methodMoveUp
Moves up a test item in its parent items collection.
(Inherited from AbstractTestItem.)
Public methodRun
Runs all the test suites of the current project.
Public methodSave
Saves this instance to a location.
Public methodSaveAs
Saves the current automation project as other file.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateId
Generates a new Identifier of the current AbstractTestItem and all its sub items.
(Overrides AbstractTestItemUpdateId.)
Top
Extension Methods
  NameDescription
Public Extension MethodToStringOrXml
Converts any Object to string representation in String or XML format.
(Defined by ExtensionMethods.)
Public Extension MethodToXmlString
Converts any Object to string representation in XML format.
(Defined by ExtensionMethods.)
Top
See Also