-
Notifications
You must be signed in to change notification settings - Fork 49
QA TC Deployment
Vincent Herilier edited this page Jan 31, 2014
·
9 revisions
Home | QA: Test Strategy & Plan / Non Regression Scenarios (Ares Deployement)
Validation of Ares IDE "deployment" cases.
######Table of content
It will validate that an existing Ares IDE instance can be upgraded by an upper versioned instance.
A previous version of Ares IDE must be installed
# | Step | Checkpoint |
---|---|---|
1 | Execute $ npm -d update ares-ide
|
|
2 |
It will validate that the ARES IDE instance can be installed from scratch.
No Ares IDE must be installed.
# | Step | Checkpoint |
---|---|---|
1 | Execute $ npm -d install ares-ide
|
|
2 |
It will validate that the instance of Ares IDE can be started.
Ares IDE must be deployed.
# | Step | Checkpoint |
---|---|---|
1 | Execute C:\Users\UserName\node_modules.bin> ares-ide.cmd
|
Ares IDE server must start |
2 | Open a browser window with URL: 127.0.0.1:9009/ide/ares/index.html
|
Ares IDE client must run |