Skip to content
Vlado Pakan edited this page May 17, 2013 · 9 revisions

Views API offers simple way how to use all functionality offered by particular view.

Tests usually consist of these steps:

  1. Instantiate RedDeer class implementing tested view
  2. Open tested view via method open
    <view>.open()
  3. Invoke required methods handling interaction with view
    <view>.<method0(...)>
    <view>.<method1(...)>
    <view>.<method2(...)>
    

For more details see documentation of PackageEplorer view.

Clone this wiki locally