Giter Club home page Giter Club logo

uirecorder's Introduction

UI Recorder

logo.png

NPM version License NPM count NPM count

UI Recorder is a UI test case recorder such as Selenium IDE.

UI Recorder is much powerful then Selenium IDE!

UI Recorder is easily for use.

Features

  1. Support all user operation: key event, mouse event, alert, file upload, drag, svg
  2. No interference when recording: the same as self test
  3. Record test file saved in local
  4. Support kinds of expect: val,text,displayed,enabled,selected,attr,css,url,title,cookie,localStorage,sessionStorage
  5. Support mock: fake.js
  6. Support common test case: one case call another
  7. Support i18n: en, zh-cn, zh-tw
  8. Test file base on NodeJs: jWebDriver

ScreenShots

shot1

shot2

shot3

Quick start

  1. Install NodeJs

    https://nodejs.org/

  2. Install UI Recorder

    npm install uirecorder -g

  3. Init config

    uirecorder init

  4. Start recorder test case

    uirecorder start

  5. Run test case

    npm install mocha -g

    npm install jwebdriver expect.js mocha-generators faker --save-dev

    mocha *.spec.js

Video Tutorial:

How to record common test case?

  1. Record common.mod.js

  2. Record test.spec.js

    1. please input common.mod.js in recorder start page or insert test case in page
    2. After common.mod.js loaded, then recorder other steps
  3. mocha *.spec.js

How to record file upload?

  1. UI Recorder only support native file compont, no support for Flash
  2. <input type="file"> must place on top layer
  3. File base path: c:\uploadFiles\

Can't do when recording

  1. don't change url in location bar
  2. don't change focus by TAB key
  3. don't use dblclick, WebDriver no support
  4. don't select text by mouse, WebDriver no support
  5. don't focus to background window manualy
  6. don't click useless DOM, only record key steps

How to save screenshots after test?

  1. create new folder in current: screenshots
  2. mocha test/*.spec.js
  3. Screenshots saved: ./screenshots/*.png

How develop test friendly code?

  1. please dont't use random id or name
  2. please name a id for DOM area
  3. add label for form
  4. please listen click event instead of mousedown

License

HTMLHint is released under the MIT license:

The MIT License

Copyright (c) 2016 alibaba.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Thanks

uirecorder's People

Contributors

alibaba-oss avatar itestauipi avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.