Browse By Tags

  • TAF - Selenium

    Does anyone know how to Log a Warning in the test output logs? You can write info to the log like this: SystemActor.AttemptsTo(Log.Info(String.Format("The following errors were found: {0}", sbErrs.ToString()))); but I can't figure out how to write…
  • What is Aras's test automation framework (TAF)?

    Aras’s Test Automation Framework (TAF) is a product built to work specifically with the Aras Platform (Innovator) to help streamline the test process. It helps. Developers validate their code with unit tests. Server-side tests are automated where…