Skip to content

Commit

Permalink
Fix #2 for navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
kesslera committed Sep 30, 2016
1 parent a86f9a6 commit 886a154
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 33 deletions.
14 changes: 7 additions & 7 deletions ATS/Test+Development.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "Test Development"
---
* ### [Object Types in the ATS](Object+Types+in+the+ATS)
* ### [Recorder](Recorder)
* ### [Manual Test Steps](Manual+Test+Steps)
* ### [Standard Action Overview](Standard+Action+Overview)
* ### [Custom Actions](Custom+Actions)
* ### [Data Driven Tests](Data+Driven+Tests)
* ### [Test Case Documentation](Test+Case+documentation)
* [Object Types in the ATS](Object+Types+in+the+ATS.md)
* [Recorder](Recorder.md)
* [Manual Test Steps](Manual+Test+Steps.md)
* [Standard Action Overview](Standard+Action+Overview.md)
* [Custom Actions](Custom+Actions.md)
* [Data Driven Tests](Data+Driven+Tests.md)
* [Test Case Documentation](Test+Case+documentation.md)
54 changes: 28 additions & 26 deletions ATS/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,50 +9,52 @@ The Reference Guide is divided in different sections, each describing a certain

## [General](General.md)

* #### [Mendix Compatibility](General.md#mendix-compatibility)
* #### [ARS Compatibility](General.md#ars-compatibility)
* #### [Browser Support](General.md#browser-support)
* [Mendix Compatibility](General.md#mendix)
* [Browser Support](General.md#browser-support)

## [Introduction](Introduction.md)

* #### [Startpage](Introduction.md#startpage)
* #### [Dashboard](Introduction.md#dashboard)
* #### [Navigation](Introduction.md#navigation)
* [Startpage](Introduction.md#startpage)
* [Dashboard](Introduction.md#dashboard)
* [Navigation](Introduction.md#navigation)
* [User Roles](Introduction.md#different-user-roles)

## [Projects](Projects.md)

* #### [Action Libraries](Projects.md#action-libraries)
* #### [Creation and Setup](Projects.md#creation-and-setup)
* #### [Switching Projects](Projects.md#switching-projects)
* #### [Project Dashboard](Projects.md#project-dashboard)
* [Action Libraries](Projects.md#action-libraries)
* [Creation and Setup](Projects.md#creation-and-setup)
* [Switching Projects](Projects.md#switching-between-projects)
* [Project Dashboard](Projects.md#project-dashboard)

## [Data Management](Data+Management.md)

* #### [Repository](Data+Management.md#repository)
* #### [Import/Export](Data+Management.md#importexport)
* #### [Test Data](Data+Management.md#test-data)
* [Repository](Data+Management.md#repository)
* [Import/Export](Data+Management.md#importexport)
* [Test Data](Data+Management.md#test-data)

## [Monitoring](Monitoring.md)

* #### [Test Results](Monitoring.md#test-results)
* #### [Running Tests](Monitoring.md#running-tests)
* [Test Results](Monitoring.md#test-results)
* [Running Tests](Monitoring.md#running-tests)

## [Test Development](Test+Development.md)

* #### [Object Types in ATS](Test+Development.md#object-types-in-ats)
* #### [Recorder](Test+Development.md#recorder)
* #### [Manual Test Steps](Test+Development.md#manual-test-steps)
* #### [Standard Actions Overview](Test+Development.md#standard-actions-overview)
* #### [Custom Actions](Test+Development.md#custom-actions)
* #### [Data Driven Testing](Test+Development.md#data-driven-testing)
* [Object Types in the ATS](Object+Types+in+the+ATS.md)
* [Recorder](Recorder.md)
* [Manual Test Steps](Manual+Test+Steps.md)
* [Standard Action Overview](Standard+Action+Overview.md)
* [Custom Actions](Custom+Actions.md)
* [Data Driven Tests](Data+Driven+Tests.md)
* [Test Case Documentation](Test+Case+documentation.md)

## [Configuration](Configuration.md)

* #### [Configure Selenium hubs](Configuration.md#configure-selenium-hubs)
* #### [Configure Test Applications](Configuration.md#configure-test-applications-)
* [Configure Selenium hubs](Configuration.md#configure-selenium-hubs)
* [Configure Test Applications](Configuration.md#configure-test-applications-)

## [Administration](Administration.md)

* #### [Manage Projects](Administration.md#manage-projects)
* #### [Create Accounts](Administration.md#create-accounts)
* #### [Configure Selenium Hubs](Administration.md#configure-selenium-hubs)
* [Manage Projects](Administration.md#manage-projects)
* [Add Selenium Configurations](Administration.md#add-selenium-hubs)
* [Add Applications](Administration.md#add-addplications)
* [Create Accounts](Administration.md#create-accounts)

0 comments on commit 886a154

Please sign in to comment.