Ticket #219 (closed enhancement: fixed)
Hidden Failed Functional Tests
| Reported by: | fcohen | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Version: | 5.2 | Keywords: | |
| Cc: |
Description
The Console Output tab of the Output panel for a TestScenario of a functional tests always reports:
"The node localhost finished the test successfully"
Clicking on the Local TestNode Output reveals:
Running a functional test Executing time 0 TestRunListeners TestIndex Test #1/1 : .\localhost\PTT_Examples_UnitTest.testgen4web ------------- ERROR ---------------- error while fetching url: http://localhost:9081/responder/htmlresponder ------------------------------------ Test is successfull Functional test done.
This enhancement changes the messages to make it clear to the user that a functional test failed.
1) The ScriptRunner for a functional test of a TestGen4Web recording needs to display an Exception message in the Console Output panel.
2) The Local TestNode Output for message for a test that throws an exception needs to show the exception and NOT show the "Test is successfull" message.
Change History
Note: See
TracTickets for help on using
tickets.
