Thanks for the help. Sorry bout attachments. I don't seem to be able to attach files on this forum.
I have put XXXXXX over sensitive data. i will try downloading new version of software next week. Today is month end and our highest network traffic day so we are trying to get some data today. I'm going to try and simpfly the test to just open one page. Then iterate that test. It seems to work up to a point and then fails so my reasoning is to make it as simple as possible and hope we can get data.
Thanks again for helping. Sorry if the ingormation i'm giving you isn't enough, I'm new to Automated testing tools.
here is the test script:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "
www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="
www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head profile="
selenium-ide.openqa.org/profiles/test-case">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="selenium.base" href="
bitest.int.minterellison.com/" />
<title>TC 001 YTDDetail</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
<tr><td rowspan="1" colspan="3">TC 001 YTDDetail</td></tr>
</thead><tbody>
<tr>
<td>open</td>
<td>/onestop</td>
<td></td>
</tr>
<tr>
<td>waitForPageToLoad</td>
<td></td>
<td>180000</td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>lblLastUpdateText</td>
<td></td>
</tr>
<tr>
<td>selectAndWait</td>
<td>islReportCategory</td>
<td>label=YTD Detail</td>
</tr>
<tr>
<td>waitForPageToLoad</td>
<td></td>
<td>180000</td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>lblLastUpdateText</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>//a[@id='actDrillOnYtdDetail_Row1']/span</td>
<td>180000</td>
</tr>
<tr>
<td>waitForPageToLoad</td>
<td></td>
<td>180000</td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>lblLastUpdateText</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>//a[@id='actDrillToChldClnt_Row1']/span</td>
<td>180000</td>
</tr>
<tr>
<td>waitForPageToLoad</td>
<td></td>
<td>180000</td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>lblLastUpdateText</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>//a[@id='actDrillToMat_Row1']/span</td>
<td>180000</td>
</tr>
<tr>
<td>waitForPageToLoad</td>
<td></td>
<td>180000</td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>lblLastUpdateText</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>//a[@id='actDrillToSubMat_Row1']/span</td>
<td>180000</td>
</tr>
<tr>
<td>waitForPageToLoad</td>
<td></td>
<td>180000</td>
</tr>
</tbody></table>
</body>
</html>
here is the scenario file:
<?xml version="1.0" encoding="UTF-8"?>
<!--
PushToTest(tm) Test Scenario for a functional test
PushToTest is the open-source application performance management (APM)
and test automation platform.
For technical support, documentation, and help see
www.pushtotest.com
-->
<testscenario xmlns="
www.pushtotest.com/tm5" xmlns:xsi="
www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="
www.pushtotest.com/XSD/testscenario.xsd" version="2.0">
<basics>
<name>YTD Detail Test</name>
<defaultdirectory>{scenario}</defaultdirectory>
<basicName>Dean Bennett</basicName>
<creator>DTB</creator>
<links/>
<versions>1</versions>
<categorization/>
</basics>
<resources>
<resource name="TC 001 YTDDetail.selenese" type="selenium" path="H:/04 - Logi/17 - Performance Testing/Fee Earner/TC 001 YTDDetail.selenese" cache="false"/>
</resources>
<testnodes>
<node name="XXXXXXX" location="
XXXXXXX:8080/TMServer/ws/TestNode"/>
<node name="XXXXXXX" location="
XXXXXXX:8080/TMServer/ws/TestNode"/>
<node name="XXXXXXX" location="
XXXXXXX:8080/TMServer/ws/TestNode"/>
</testnodes>
<bundles>
<bundle name="hibernate" version="3.0"/>
<bundle name="derby" version="10.6.2.1"/>
<bundle name="htmlunit" version="2.8.1705"/>
<bundle name="seleniumrc" version="1.0.3"/>
</bundles>
<datasources/>
<options>
<options type="testmaker">
<opt name="sleeptime" value="180000"/>
<opt name="delayBetweenStartingUseCases" value="180000"/>
<opt name="delayBetweenTestCases" value="60000"/>
<opt name="testTime" value="120000"/>
</options>
<options type="htmlunit">
<opt name="DebuggingWebConnection" value="false"/>
<opt name="xmltestresultimpl" value="false"/>
<opt name="csswarning" value="false"/>
<opt name="jswarning" value="false"/>
<opt name="HtmlUnitContextFactory" value="false"/>
<opt name="version" value="2.8.1705"/>
</options>
<options type="selenium">
<opt name="rc" value="true"/>
<opt name="synchronized"/>
<opt name="loglevel" value="INFO"/>
<opt name="command"/>
<opt name="throwExceptionOnScriptError" value="false"/>
<opt name="throwExceptionOnFailingStatusCode" value="false"/>
<opt name="host"/>
<opt name="port"/>
<opt name="username"/>
<opt name="password"/>
<opt name="trustAllSSLCertificates"/>
<opt name="ntlmUserName" value="XXXXXXXX"/>
<opt name="ntlmPassword" value="XXXXXXXXX"/>
<opt name="ntlmHost" value="XXXXXXXXXXX"/>
<opt name="ntlmPort" value="80"/>
<opt name="ntlmWorkStation" value="XXXXXXXXXXX"/>
<opt name="ntlmDomain" value="XXXXXXXXXX"/>
<opt name="ntlmEnabled" value="true"/>
</options>
<options type="soapui">
<opt name="host"/>
<opt name="port"/>
<opt name="username"/>
<opt name="password"/>
<opt name="trustAllSSLCertificates"/>
</options>
<options type="har">
<opt name="threadPool" value="10"/>
</options>
<options type="sahi">
<opt name="host"/>
<opt name="port"/>
<opt name="username"/>
<opt name="password"/>
<opt name="trustAllSSLCertificates"/>
</options>
<options type="ds">
<opt name="host"/>
<opt name="port"/>
<opt name="username"/>
<opt name="password"/>
<opt name="trustAllSSLCertificates"/>
</options>
<options type="seleniumrc">
<opt name="listenport" value="6543"/>
<opt name="port" value="5555"/>
<opt name="firefoxProfileTemplate"/>
<opt name="trustAllSSLCertificates"/>
</options>
</options>
<templates>
<controller name="1 Users * 3">
<round users="1" time="3"/>
</controller>
<controller name="5 Users * 5">
<round users="5" time="5"/>
</controller>
<testcase name="YTD Detail">
<test>
<run name="YTD Detail" method="*iexplore" langtype="seleniumrc" resource="TC 001 YTDDetail.selenese"/>
</test>
</testcase>
</templates>
<monitoring enablednodes="true" enabledtarget="false"/>
<execution type="loadtest">
<iteration controller="1 Users * 3" name="iteration 1 Users * 3">
<testcase name="YTD Detail" proportion="100"/>
</iteration>
<iteration controller="5 Users * 5" name="iteration 5 Users * 5">
<testcase name="YTD Detail" proportion="100"/>
</iteration>
</execution>
<logs>
<log type="database">
<opt name="hibernate.connection.username" value="testmaker"/>
<opt name="hibernate.connection.password" value="testmaker"/>
</log>
</logs>
<notifications/>
</testscenario>