You are able to familiar with RIT using Calculator Example through this Demonstration.
Overview
The following Demonstration is intended to provide the hands on experience using the Rational Test Workbench Pattern with Calculator sample project.
Demonstration Steps
Create a new project
Ctrl-V the calculator URL into RIT
Set the proxy in the client tab of the physical entry, make sure Test Connection works
Create test (with-MEP), 1 each for all 5 operations (or 2 will work), make sure that all tests PASS
Create a stub (with-MEP), that does wrong math; in the properties tab, set it to "pass-through" (about half way down) for example "2+3=4", also publish it
Create a test, that does the wrong math (same "2+3=4")
Run the test "2+3=4", it should fail
Start the "2+3=4" stub in GHTester
Run the test "2+3=4", it should pass
Run the original Add test (1+2=3), it should also pass (hit the stub, but got passed through)
Stop stub in GHTester, start the same stub in RTCP
Run the test "2+3=4", it should pass
Run the original Add test (1+2=3), it should also pass (hit the stub, but got passed through)
Stop the stub in RTCP
Start recording on, say, the Add op
Run the "1+2=3" test
Go into Record studio, stop the recording, there should be some entries
Make sure you can save the entries to test and test should PASS
Make sure you can svae the entries to stub and it should serve in both GHTester and RTCP