The following report shows the relationship between requirements defined in Software Requirements Document and Test Specifications .

TCA:PRD:1 The system shall be accessible from a standard web browser, Internet Explorer 5.5 with XML parser 3.0 or above.
TCA:VTP:1 The web page will be accessed from an Internet Explorer Version 5.5 URL = "http://www.sesi-va.com/~jacksonmk/TCA/"
TCA:PRD:2 The system shall accept numeric temperature input from the user.
TCA:VTP:2 The tester will enter 23 in the temperature value field and then press the TAB key. Then use the mouse pointer to select "Celsius" temperature scale and the press the TAB key. The tester will then press the ENTER key.
TCA:VTP:3 The tester will enter 95 in the temperature value field and then press the TAB key. Then use the mouse pointer to select "Fahrenheit" temperature scale and the press the TAB key. The tester will then press the ENTER key.
TCA:PRD:3 The system shall require the user to select whether the input is in Celsius or Fahrenheit temperature scale.
TCA:VTP:4 The tester will select the "Celsius" temperature scale with the mouse pointer the press the TAB key.
TCA:PRD:4 The system shall require the user to press the "Submit" button when the desired temperature scale and numeric temperature value has been entered.
TCA:VTP:2 The tester will enter 23 in the temperature value field and then press the TAB key. Then use the mouse pointer to select "Celsius" temperature scale and the press the TAB key. The tester will then press the ENTER key.
TCA:PRD:5 The system shall calculate the opposite of the selected temperature scale. For example if the Celsius scale is selected the system shall calculate the Fahrenheit equivalent.
TCA:VTP:3 The tester will enter 95 in the temperature value field and then press the TAB key. Then use the mouse pointer to select "Fahrenheit" temperature scale and the press the TAB key. The tester will then press the ENTER key.
TCA:PRD:6 (s) The system shall calculate the Celsius scale with a Fahrenheit temperature input using this formula: Tc= (5/9)*(Tf-32) Tc = Temperature in Celsius Tf = Temperature in Fahrenheit
TCA:VTP:2 The tester will enter 23 in the temperature value field and then press the TAB key. Then use the mouse pointer to select "Celsius" temperature scale and the press the TAB key. The tester will then press the ENTER key.
TCA:PRD:7 (s) The system shall calculate the Fahrenheit scale with a Celsius scale temperature input using this formula: Tf=((9/5)*Tc)+32
TCA:VTP:3 The tester will enter 95 in the temperature value field and then press the TAB key. Then use the mouse pointer to select "Fahrenheit" temperature scale and the press the TAB key. The tester will then press the ENTER key.
TCA:PRD:8 The processed input will be presented to the user in a form that shows the input temperature value and type along with the conversion temperature value and type and offer the user a chance to return to the input screen or exit the application.
TCA:VTP:2 The tester will enter 23 in the temperature value field and then press the TAB key. Then use the mouse pointer to select "Celsius" temperature scale and the press the TAB key. The tester will then press the ENTER key.
TCA:VTP:3 The tester will enter 95 in the temperature value field and then press the TAB key. Then use the mouse pointer to select "Fahrenheit" temperature scale and the press the TAB key. The tester will then press the ENTER key.
TCA:PRD:9 The display shall be support web dithered colors and scale to 800x600 pixel screen resolution.
TCA:VTP:5 The tester change the display scale on the test computer desktop to 800x600 followed by making the browser full screen.