Skip to content

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


Update Ares

TOP | TOC

It will validate that an existing Ares IDE instance can be upgraded by an upper versioned instance.

Requisites

A previous version of Ares IDE must be installed

Test case

# Step Checkpoint
1 Execute $ npm -d update ares-ide
2

Failures

Critical

Less critical

Install Ares

TOP | TOC

It will validate that the ARES IDE instance can be installed from scratch.

Requisites

No Ares IDE must be installed.

Test case

# Step Checkpoint
1 Execute $ npm -d install ares-ide
2

Failures

Critical

Less critical

Launch Ares

TOP | TOC

It will validate that the instance of Ares IDE can be started.

Requisites

Ares IDE must be deployed.

Test case

# 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

Failures

Critical

Less critical

Clone this wiki locally