












<?xml version="1.0" encoding="UTF-8"?>
<testscenario xmlns="www.pushtotest.com/tm5"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="www.pushtotest.com/tm5
" version="2.0">
<!--
PushToTest(tm) Test Scenario for a Functional Test
PushToTest is the open-source SOA governance and test automation platform
For technical support, documentation, and help see http://www.pushtotest.com
-->
<basics>
<name>SOAP Functional Test</name>
<defaultdirectory>.</defaultdirectory>
</basics>
<testnodes>
<node name="localhost" location="http://localhost:8080/TestNetwork/ws/TestNode"/>
</testnodes>
<!-- Dynamically loaded jar files and other resources -->
<resources>
<soapui
path="example_agents/soapui_examples/PTT_Examples-soapui-project.xml"/>
</resources>
<functionaltest repeat="1">
<testusecase>
<dimensions>
<usecases>
<usecase
name="SOAP_usecase">
<sequence
name="SOAP_sequence">
<test>
<run name="setuptest" testclass="testsuite" method="testcase"
langtype="soapui"/>
</test>
</sequence>
</usecase>
</usecases>
</dimensions>
</testusecase>
</functionaltest>
<logs/>
<options>
<sleeptime>0</sleeptime>
<delayBetweenStartingUseCasses time="1000"/>
<delayBetweenTestCases time="100"/>
<testTime time="1000"/>
</options>
</testscenario>

- Validating test -
Trying example_agents/soapui_examples/PTT_Examples-soapui-project.xml
Triying suite testsuite
Using com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase@ea4467
The test is valid.
- The functional test is running -
Running a functional test
Executing time 0
Trying example_agents/soapui_examples/PTT_Examples-soapui-project.xml
Triying suite testsuite
Using com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase@49e11f
Functional test succesful


<?xml version="1.0" encoding="UTF-8"?>


<?xml version="1.0" encoding="UTF-8"?>
<testscenario xmlns="www.pushtotest.com/tm5"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="www.pushtotest.com/tm5
C:\DOCUME~1\llara\MYDOCU~1\testmaker\XSD\testscenario.xsd"
version="2.0">
<!--
PushToTest(tm) Test Scenario for a Service Monitor
PushToTest is the open-source SOA governance and test automation platform
For technical support, documentation, and help see http://www.pushtotest.com
-->
<basics>
<name>SOAP Service Monitor Test</name>
<defaultdirectory>.</defaultdirectory>
</basics>
<!-- Location of TestNodes to run this test -->
<testnodes>
<node name="localhost" location="http://localhost:8080/TestNetwork/ws/TestNode"/>
</testnodes>
<!-- Dynamically loaded jar files and other resources -->
<resources>
<soapui
path="example_agents/soapui_examples/PTT_Examples-soapui-project.xml"/>
</resources>
<monitor timeBetweenTest="10000">
<until>
<exception type="java.lang.Exception"></exception>
</until>
<testusecase>
<dimensions>
<usecases>
<usecase
name="SOAP_usecase">
<sequence
name="SOAP_sequence">
<test>
<run name="setuptest" testclass="testsuite" method="testcase"
langtype="soapui"/>
</test>
</sequence>
</usecase>
</usecases>
</dimensions>
</testusecase>
</monitor>
<logs/>
<options>
<sleeptime>0</sleeptime>
<delayBetweenStartingUseCasses time="1000"/>
<delayBetweenTestCases time="100"/>
<testTime time="1000"/>
</options>
</testscenario>


A list of frequently asked questions (FAQ)
Known problems and incomplete features in this release of PushToTest TestMaker (online)
|