Skip to content

QA TC Design Editor DnD Control

Vincent Herilier edited this page Jan 31, 2014 · 5 revisions

Home | QA: Test Strategy & Plan / Non Regression Scenarios (Visual Editor actions)


Validates "Drag'N'Drop control in the visual editor" test case.

Prerequisites

TOP

Create new project using steps from "Create New Project" test case

Test case

TOP

# Step Checkpoint
1 Open project created in prerequisite steps Project must be opened
2 Open Source/app.js file Code editor with app.js file opened must appear
3 Click Designer button Designer form must be opened
4 Click on any element in "Enyo other" dropdown in the left part of designer and drag it to app layout in the middle Element must appear on the layout and in tree in the left part of designer
5 Click Code editor button Code editor must appear; code must be modified according to new element dragged to the form
6 Click Designer button Designer form must be opened
7 Click on new element and drag it to some other place on form Element must change its position
8 Click Code editor button Code editor must appear; code must be modified according to replaced element
9 Repeat steps 4-8 for any element in ONYX(OTHER) dropdown

Expectations

TOP

Failures

TOP