Symbian3/PDK/Source/GUID-C5F77A45-EEE9-4190-B240-E9FCCFC15E72.dita
author Dominic Pinkman <Dominic.Pinkman@Nokia.com>
Fri, 22 Jan 2010 18:26:19 +0000
changeset 1 25a17d01db0c
child 3 46218c8b8afa
permissions -rw-r--r--
Addition of the PDK content and example code for Documentation_content according to Feature bug 1607 and bug 1608

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
<!-- This component and the accompanying materials are made available under the terms of the License 
"Eclipse Public License v1.0" which accompanies this distribution, 
and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
<!-- Initial Contributors:
    Nokia Corporation - initial contribution.
Contributors: 
-->
<!DOCTYPE task
  PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd">
<task id="GUID-C5F77A45-EEE9-4190-B240-E9FCCFC15E72" xml:lang="en"><title>Running
Tests Manually</title><shortdesc> You can manually run the tests on <codeph>armv5</codeph> and <codeph>winscw</codeph> platforms
using the TestExecute tool. </shortdesc><prolog><metadata><keywords/></metadata></prolog><taskbody>
<steps id="GUID-4DD07DEC-6017-4237-BE46-1D69E5FBD744-GENID-1-7-1-11-1-1-10-1-3-1-4-1-4-1-5-1-6-1-3-1">
<step id="GUID-9A69E5AD-E938-4092-A8C2-CB65C37C8962-GENID-1-7-1-11-1-1-10-1-3-1-4-1-4-1-5-1-6-1-3-1-1"><cmd>Build the ROM image
if you are running the tests on <codeph>armv5</codeph>.</cmd>
<info>           <p>You can use the following command to build the ROM image:</p><p><userinput>buildrom
 -D_EABI=ARMV5 –DRVCT -DUSE_STRONG_CRYPTOGRAPHY h4hrp techview t_ecom</userinput></p></info>
<stepresult><p>This command builds ROM image on the PC which is transferred
to the hardware board through MMC card.</p></stepresult>
</step>
<step id="GUID-9B952C32-3875-42AA-AF85-17AFB509B70D"><cmd>If you want to run the tests on <codeph>winscw</codeph>, navigate
to<filepath> …%EPOCROOT%\epoc32\release\winscw\&lt;urel/udeb&gt;</filepath> and
run the setup script (<filepath>setup_&lt;test suite name&gt;.script</filepath>).</cmd>
<info><p>There are two setup scripts:</p><ul>
<li><p><filepath>setup_t_ecom.script</filepath>: Used to run the entire SysLibs
test suite.</p></li>
<li><p><filepath>setup_SYSLIB_ECom-PublicAPI.script</filepath>: Used to run
the test suite for a specific class using the setup script.</p></li>
</ul><p><note> If you want to run tests on <codeph>armv5</codeph>, run the
scripts using eshell.</note></p></info>
</step>
<step id="GUID-636FC1C0-212F-4DBE-980E-30336D8FAB61"><cmd>Run the tests using the following commands:</cmd>
<info><p><userinput>testexecute z:\ecom\setup_&lt;test suite name&gt;.script</userinput></p><p><userinput>testexecute
c:\ecom\&lt;test suite name&gt;.script</userinput></p></info>
</step>
</steps>
</taskbody></task>