-
Notifications
You must be signed in to change notification settings - Fork 43
Views
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:
- Instantiate RedDeer class implementing tested view
- Open tested view via method open
<view>.open()
- Invoke required methods handling interaction with view
<view>.<method0(...)> <view>.<method1(...)> <view>.<method2(...)>
For more details see documentation of PackageEplorer view.