Is there a "teststep name"?

Ask general questions here.
jlin
Posts: 1
Joined: Sat Jan 14, 2012 1:57 am

Is there a "teststep name"?

Post by jlin » Fri Apr 06, 2012 8:12 pm

Currently our Test Cases has "Test Steps". These test steps however are labeled as "testcase name" and is included in the overall Success/Failure report.

Is there a way to differentiate the actual test steps (identified as teststep name for example) so that the overall report reflects test case success/failure report and does not include each of the individual "test steps" that makes up the overall test case?

example of *rxtst snippet:

<testsuite name="MatrixReady2Integ" rxversion="3.1.1.14266" id="3398f5de-1c73-4674-9392-874ffaf68564" reportfilename="%S_%Y%M%D_%T.rxlog" reportxslfilename="" reportwriteinterval="30000ms" enabletracingscreenshots="True" description="" reportlevel="Info;20">
<content>
<testcase name="TC21_-_Fraction_Collection_-_Collect_All_only" id="022d6162-b521-4c53-9809-0a3e90e46fd4">
<parameters>
<param name="NewParameter" value="ngcConfigGeneral.ini"/>
</parameters>
<setup name="container" id="a958b586-b06a-4395-8200-4cdcd7c5ba63">
<testmodule name="Clean" id="5fe3a243-2049-4a0a-b277-a40508a42ba6" ref="B880EDD7-F824-498B-ADF0-0926EFAE94BD" type="UserCode" namespace="RegressionFramework"/>
<testmodule name="SwitchConfigFile" id="debfef15-7b91-42d0-8001-8a5922616631" ref="77DEB55B-6188-4896-851C-E7A0607D7C0F" type="UserCode" namespace="RegressionFramework">
<databinding>
<var variablename="ConfigFileName" variableid="4751253d-6e2e-4134-bcc9-1e08cf11d137" dataname="NewParameter" datasourceid="022d6162-b521-4c53-9809-0a3e90e46fd4"/>
</databinding>
<missingdatabinding>
<var variablename="ConfigFileName" variableid="4751253d-6e2e-4134-bcc9-1e08cf11d137" dataname="NewParameter" datasourceid="d9dd120a-cc7d-420f-8e11-11a9f668727e"/>
</missingdatabinding>
</testmodule>
<testmodule name="FastLaunch" id="afdcd3c0-ef00-446d-b7e5-f9adf685e4f5" ref="32451061-17A3-4B30-B16D-4851845A9921" type="UserCode" namespace="RegressionFramework"/>
</setup>
<testcase name="21-Step1" id="9beed471-e67e-4934-93fd-fb870a601338">
<parameters>



<testcase name="21-Step1" id="9beed471-e67e-4934-93fd-fb870a601338"><-------------(Can this be labeled as teststep and not contribute to overall success/failure summarized reporting?)

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Is there a "teststep name"?

Post by Support Team » Thu Apr 12, 2012 9:15 am

Hi,
jlin wrote:Is there a way to differentiate the actual test steps (identified as teststep name for example) so that the overall report reflects test case success/failure report and does not include each of the individual "test steps" that makes up the overall test case?
Sorry but I don't know what you mean. :) Would it be possible to describe this in a different way?

Regards,
Peter
Ranorex Team