Skip to content

Commit 4b38919

Browse files
author
Johanna Hemminger
committed
Slowly getting there
1 parent 276ae9b commit 4b38919

22 files changed

Lines changed: 195 additions & 188 deletions

File tree

content/en/docs/howto8/monitoring-troubleshooting/clear-warning-messages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Variable ‘Variable’ is never used.
171171
## 4 Read More
172172

173173
* [Find the Root Cause of Runtime Errors](/howto8/monitoring-troubleshooting/finding-the-root-cause-of-runtime-errors/)
174-
* [Test Web Services Using SoapUI](/howto8/testing/testing-web-services-using-soapui/)
174+
* [Test Web Services Using SoapUI](/howto8/integration/testing-web-services-using-soapui/)
175175
* [Monitor Mendix Using JMX](/howto8/monitoring-troubleshooting/monitoring-mendix-using-jmx/)
176176
* [Debug Java Actions Remotely](/howto8/monitoring-troubleshooting/debug-java-actions-remotely/)
177177
* [Configure Log Levels](/howto8/monitoring-troubleshooting/log-levels/)

content/en/docs/howto8/monitoring-troubleshooting/debug-a-hybrid-mobile-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You can now navigate to the same address on your local browser to start the debu
4242

4343
* [Find the Root Cause of Runtime Errors](/howto8/monitoring-troubleshooting/finding-the-root-cause-of-runtime-errors/)
4444
* [Clear Warning Messages in Mendix](/howto8/monitoring-troubleshooting/clear-warning-messages/)
45-
* [Test Web Services Using SoapUI](/howto8/testing/testing-web-services-using-soapui/)
45+
* [Test Web Services Using SoapUI](/howto8/integration/testing-web-services-using-soapui/)
4646
* [Monitor Mendix Using JMX](/howto8/monitoring-troubleshooting/monitoring-mendix-using-jmx/)
4747
* [Debug Java Actions Remotely](/howto8/monitoring-troubleshooting/debug-java-actions-remotely/)
4848
* [Log Levels](/howto8/monitoring-troubleshooting/log-levels/)

content/en/docs/howto8/monitoring-troubleshooting/debug-java-actions/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Before starting this how-to, make sure you have completed the following prerequi
5858

5959
* [Find the Root Cause of Runtime Errors](/howto8/monitoring-troubleshooting/finding-the-root-cause-of-runtime-errors/)
6060
* [Clear Warning Messages in Mendix](/howto8/monitoring-troubleshooting/clear-warning-messages/)
61-
* [Test Web Services Using SoapUI](/howto8/testing/testing-web-services-using-soapui/)
61+
* [Test Web Services Using SoapUI](/howto8/integration/testing-web-services-using-soapui/)
6262
* [Monitor Mendix Using JMX](/howto8/monitoring-troubleshooting/monitoring-mendix-using-jmx/)
6363
* [Debug Java Actions Remotely](/howto8/monitoring-troubleshooting/debug-java-actions-remotely/)
6464
* [Log Levels](/howto8/monitoring-troubleshooting/log-levels/)

content/en/docs/howto8/monitoring-troubleshooting/debug-java-actions/debug-java-actions-remotely.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ To configure Eclipse, follow these steps:
5353

5454
* [Find the Root Cause of Runtime Errors](/howto8/monitoring-troubleshooting/finding-the-root-cause-of-runtime-errors/)
5555
* [Clear Warning Messages in Mendix](/howto8/monitoring-troubleshooting/clear-warning-messages/)
56-
* [Test Web Services Using SoapUI](/howto8/testing/testing-web-services-using-soapui/)
56+
* [Test Web Services Using SoapUI](/howto8/integration/testing-web-services-using-soapui/)
5757
* [Monitor Mendix Using JMX](/howto8/monitoring-troubleshooting/monitoring-mendix-using-jmx/)
5858
* [Debug Java Actions](/howto8/monitoring-troubleshooting/debug-java-actions/)

content/en/docs/howto8/monitoring-troubleshooting/debug-microflows/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ To use breakpoint conditions, follow these steps:
119119

120120
* [Find the Root Cause of Runtime Errors](/howto8/monitoring-troubleshooting/finding-the-root-cause-of-runtime-errors/)
121121
* [Clear Warning Messages in Mendix](/howto8/monitoring-troubleshooting/clear-warning-messages/)
122-
* [Test Web Services Using SoapUI](/howto8/testing/testing-web-services-using-soapui/)
122+
* [Test Web Services Using SoapUI](/howto8/integration/testing-web-services-using-soapui/)
123123
* [Monitor Mendix Using JMX](/howto8/monitoring-troubleshooting/monitoring-mendix-using-jmx/)
124124
* [Debug Java Actions Remotely](/howto8/monitoring-troubleshooting/debug-java-actions-remotely/)
125125
* [Log Levels](/howto8/monitoring-troubleshooting/log-levels/)

content/en/docs/howto8/monitoring-troubleshooting/debug-microflows/debug-microflows-remotely.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ The debugger is now connected to your app running in the cloud.
133133

134134
* [Find the Root Cause of Runtime Errors](/howto8/monitoring-troubleshooting/finding-the-root-cause-of-runtime-errors/)
135135
* [Clear Warning Messages](/howto8/monitoring-troubleshooting/clear-warning-messages/)
136-
* [Test Web Services Using SoapUI](/howto8/testing/testing-web-services-using-soapui/)
136+
* [Test Web Services Using SoapUI](/howto8/integration/testing-web-services-using-soapui/)
137137
* [Monitor Mendix Using JMX](/howto8/monitoring-troubleshooting/monitoring-mendix-using-jmx/)
138138
* [Debug Java Actions Remotely](/howto8/monitoring-troubleshooting/debug-java-actions-remotely/)
139139
* [Log Levels](/howto8/monitoring-troubleshooting/log-levels/)

content/en/docs/howto8/monitoring-troubleshooting/finding-the-root-cause-of-runtime-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ With these three pieces of information, you should be able to find the cause of
5555
## 4 Read More
5656

5757
* [Clear Warning Messages](/howto8/monitoring-troubleshooting/clear-warning-messages/)
58-
* [Test Web Services Using SoapUI](/howto8/testing/testing-web-services-using-soapui/)
58+
* [Test Web Services Using SoapUI](/howto8/integration/testing-web-services-using-soapui/)
5959
* [Monitor Mendix Using JMX](/howto8/monitoring-troubleshooting/monitoring-mendix-using-jmx/)
6060
* [Debug Java Actions Remotely](/howto8/monitoring-troubleshooting/debug-java-actions-remotely/)
6161
* [Log Levels](/howto8/monitoring-troubleshooting/log-levels/)

content/en/docs/howto8/monitoring-troubleshooting/monitoring-mendix-using-jmx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ The idea is that you will have a Java Action that you can call in a microflow wh
154154

155155
* [Find the Root Cause of Runtime Errors](/howto8/monitoring-troubleshooting/finding-the-root-cause-of-runtime-errors/)
156156
* [Clear Warning Messages](/howto8/monitoring-troubleshooting/clear-warning-messages/)
157-
* [Test Web Services Using SoapUI](/howto8/testing/testing-web-services-using-soapui/)
157+
* [Test Web Services Using SoapUI](/howto8/integration/testing-web-services-using-soapui/)
158158
* [Monitor Mendix Using JMX](/howto8/monitoring-troubleshooting/monitoring-mendix-using-jmx/)
159159
* [Debug Java Actions Remotely](/howto8/monitoring-troubleshooting/debug-java-actions-remotely/)
160160
* [Log Levels](/howto8/monitoring-troubleshooting/log-levels/)

content/en/docs/howto8/testing/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Testing is a vital component when creating a Mendix application. In this categor
1313

1414
* [Test Microflows Using the Unit Testing Module](/howto8/testing/testing-microflows-using-the-unittesting-module/) – shows you how to set up the Unit Testing module and create a microflow unit test
1515
* [Test with Application Test Suite (ATS)](/howto8/testing/testing-with-application-test-suite/) – introduces you to the documentation for the [ATS](/appstore/partner-solutions/ats/) suite of tools
16-
* [Test Web Services Using SoapUI](/howto8/testing/testing-web-services-using-soapui/) – presents details on creating a SOAP project with SoapUI, creating assertions in SoapUI, and building an automated test using SoapUI
1716
* [Test Mendix Applications Using Selenium IDE](/howto8/testing/testing-mendix-applications-using-selenium-ide/) – demonstrates how to download and install Selenium IDE as a Mozilla Firefox plugin
1817
* [Create Automated Tests with TestNG](/howto8/testing/create-automated-tests-with-testng/) – teaches you how to create TestNG test files, run automated tests with TestNG, and generate reports with TestNG
1918

content/en/docs/howto8/testing/create-automated-tests-with-testng.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags: ["test", "testing", "testng"]
88

99
## 1 Introduction
1010

11-
Automated tests can be created with different tools, depending on the type of tests. Integration tests can be created with [SoapUI](/howto8/testing/testing-web-services-using-soapui/), unit tests with the [Unit Testing](/howto8/testing/testing-microflows-using-the-unittesting-module/) module, and UI tests with [Selenium IDE](/howto8/testing/testing-mendix-applications-using-selenium-ide/). With Selenium IDE you can create scripts to aid in automation-aided exploratory testing. If you’re looking to create robust, browser-based tests, you should look into using a testing framework with Selenium.
11+
Automated tests can be created with different tools, depending on the type of tests. Integration tests can be created with [SoapUI](/howto8/integration/testing-web-services-using-soapui/), unit tests with the [Unit Testing](/howto8/testing/testing-microflows-using-the-unittesting-module/) module, and UI tests with [Selenium IDE](/howto8/testing/testing-mendix-applications-using-selenium-ide/). With Selenium IDE you can create scripts to aid in automation-aided exploratory testing. If you’re looking to create robust, browser-based tests, you should look into using a testing framework with Selenium.
1212

1313
TestNG is a Java testing framework that can be used to drive Selenium. In this how-to you will learn how to create an automated test with TestNG.
1414

0 commit comments

Comments
 (0)