You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »


Introduction

This project contains the generic test cases which will be executed by Automatics. This is mainly for ensuring the Automatics Framework installation is working fine, as it exercises different functionalities provided by Automatics Core. The automation id and manual id in automated tests should be matching with the automation Id and manual Id present in Automatics orchestration. During test execution, the execution status of each test step will be updated to Automatics orchestration. And, at the end final execution status will be updated to Automatics.

Software Requirement

  • JDK 1.8

Following page provides the details steps to setup Java 1.8 on linux.

Automatics Orchestration Setup#JDK1.8 

  • Maven 3

Following page provides the details steps on setup Maven 3 on linux.

Automatics Orchestration Setup#Maven3

Setup

  • Pull the latest AutomaticsGeneric Test project from the repository (rdk/tools/automatics/generic-automation-tests) with branch (“rdk-next”).
  • Update pom.xml with partner project as a dependency.
  • Merge the changes so that it will be available during tests execution.
  • No labels