1. Get Started with Sample Project

Note

Below guide is written using Eclipse IDE.

  • Download sample project from Artos_Sample_Project.
  • Unzip the project to a local directory.
  • Open Eclipse IDE.
  • Click on File => Import..
../_images/Import_Project.png
  • Select Existing Maven Projects and click on Next button.
../_images/Import_Existing_Project.png
  • Browse to Artos-test-project directory, select the directory and click OK button.
../_images/Select_Project.png
  • Ensure pom.xml tick box is checked as shown below. Click on Finish button.
../_images/Tick_POM_File.png
  • Project will appear as shown below
../_images/Project_Structure.png
  • Select Feature Runner as shown below and execute as the Java application.
../_images/Execute_Feature_Runner.png
  • GUI Selector will appear on the screen. Click on Execute All.
../_images/GUI_Selector.png
  • Logs and summary will be printed on a console.

Congratulation. You have successfully run your very first Artos test suite.

  • Select Artos-Test-Project, use mouse right-click and select refresh.
../_images/Refresh_Project.png
  • New directories will appear. Those directories contain logs, reports, Artos’ configurations, auto-generated test script, and Artos templates to speed up test case writing.
../_images/Auto_Generated_Dir.png