Skip to content

Exercise 1 Setup Environment

cjayswal edited this page Dec 27, 2016 · 3 revisions

#Exercise-1 This is the first step to start automation using QAF.

Pre-requisites

Required java 1.7 or later, you can obtain it from here.

QAS Users

Create new automation project.

Eclipse Users

  1. Setup your local environment, if don't have Eclipse IDE, Download and install the Eclipse IDE.
  2. Following plugins are recommanded for eclipse users.

Create New Project

Download qaf-example-project-skeleton.zip. You can directly import project in Eclipse, refer Importing existing projects for help. Example project uses ANT as build tool and IVY for dependncy management.

Next: Exercise-2: Create-1st-Test