1.0.0 • Published 6 years ago

testprocv13 v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

UI5 Automation Framework

UI5 Automation Framework is an end-to-end test framework for SAP UI5 and Open UI5 applications. It uses UI5 structure and renders simplicity and ease of use for UI5 Automation.

The UI5 Automation Framework comprises of two components-

  • UI5 Automation Designer-chrome extension to design the automation scripts
  • UI5 Automation Runner- to run the generated scripts

How to use UI5 Automation Designer - See how

How to use UI5 Automation Runner - See how


Requirements

It requires


Download and Installation

Add UI5 Automation Designer:

Install UI5 Automation Runner

  • Create a folder and open command prompt
    $ cd <path-to-created-folder>
  • Use npm to install
    $  npm install UI5-Automation-Runner
  • Run the sample UI5-Example.
    • Run the below command
      $ cd <path-to-created-folder>/node_modules/UI5-Automation-Runner/UI5Example
      $ node <path-to-created-folder>/node_modules/UI5-Automation-Runner/protractor/bin/protractor conf.js
    • If the browser launches and executes the sample script, Hurray!!!! the set up is succesfully complete

Known Issues


How to obtain support

Please ask questions in github issues


License

Copyright (c) 2017 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file