Returns a new QAManager instance with the specified properties.
Public Overridable Function CreateQAManager( ByVal iniFile As String ) As QAManager
public virtual abstract QAManager CreateQAManager(string iniFile)
iniFile A properties file for configuring the QAManager instance.
A new QAManager instance.
QAException class Thrown if there is a problem creating the manager.
If the properties file parameter is null, the QAManager is created using default properties. You can use the QAManagerBase.SetProperty to set QAnywhere manager configuration properties programmatically after you create the instance.
For a list of QAnywhere manager configuration properties, see QAnywhere manager configuration properties.
For more information, see Setting QAnywhere manager configuration properties in a file.