Runtime Engine

Automation SDK Core Runtime Engine for Executing Automation Tests

Description

The RunTime Engine is responsible for executing the NUnit Selenium driven tests. The Runtime Engine consists of elements like an application controller and web control definitions and constitutes the core functionality ensuring that produced automation API and test scripts coherent. The generated NUnit XML based test results will be used as input in the sub-sequential process of generating a Test Report.

Screenshot

Output

Following snippet shows an example of a generated NUnit XML based test result...

<test-suite name="AddNewEventTests" result="Passed">
  <properties>
    <property name="Category" value="Rojabo"/>
    <property name="Category" value="BusinessTests"/>
    <property name="TestCaseID" value="TID0001"/>
    <property name="Description" value="As a user I want to add a new event test..."/>
  </properties>
  <test-case name="AddNewEventTests_Expected_Successfully_Validation" />
</test-suite>