-
Notifications
You must be signed in to change notification settings - Fork 11
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.
Required java 1.7 or later, you can obtain it from here.
Create new automation project.
- Setup your local environment, if don't have Eclipse IDE, Download and install the Eclipse IDE.
- Following plugins are recommanded for eclipse users.
- TestNG
- Apache IvyDE plugin
- BDD Editor plugin - BDD and Gherkin Editor for BDD test authoring
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.