telephonyserverplugins/common_tsy/test/RPS/UsageExample/ReadeMe.txt
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 14 Sep 2010 23:33:57 +0300
branchRCL_3
changeset 21 4814c5a49428
parent 0 3553901f7fa8
permissions -rw-r--r--
Revision: 201035 Kit: 201035

To run the Usage Example:
-------------------------
RPS_Usage_Example is a test step just as CTrpBasicCallClrs0301TestStep is.
It can be placed in any of the TSY test steps, such as TE_TrpBasicCall.

To execute the RPS_Usage_Example test step as part of a TE_Trp... 
1.  Place the RPS_Usage_Example source and header in the chosen test step's directory
2.  Add the RPS_Usage_Example.cpp source file to one of the test step MMP files.
3a. Include the RPS_Usage_Example.h in the <teststep>Server.cpp file.
3b. Add an extra else-if statement to create the RPSUsageExampleStep in the CreateTestStep() method in <teststep>Server.cpp
5.  Add an appropriate line for running the RPS_Usage_Example in the TE_Trp... script file located in
    z:\testdata\scripts.
6.  Rebuild the project and execute just as you would the TE_Trp... test step.