Ticket #223 (closed defect: fixed)

Opened 6 months ago

Last modified 3 months ago

Exception in TestGen4Web

Reported by: wmartinez Owned by:
Priority: major Milestone:
Version: 5.2 Keywords:
Cc:

Description

When running a TestGenForWeb? with a Java Generated by TestMaker Transformer, a exception appears at the beginning of the test:

java.io.FileNotFoundException?: null\pttfrozen1_test.testgen4web_rec.html (The system cannot find the path specified)

at java.io.FileOutputStream?.open(Native Method) at java.io.FileOutputStream?.<init>(FileOutputStream?.java:179) at java.io.FileOutputStream?.<init>(FileOutputStream?.java:70) at java.io.FileWriter?.<init>(FileWriter?.java:46) at com.spike.tg4w.htmlunit.XmlTestResultImpl?.outputFileAsHtml(XmlTestResultImpl?.java:126) at com.spike.tg4w.htmlunit.XmlTestResultImpl?._startTest(XmlTestResultImpl?.java:74) at com.spike.tg4w.htmlunit.XmlTestResultImpl?.testStart(XmlTestResultImpl?.java:159) at test.run(test.java:52) at test.run(test.java:35) at test.runMe(test.java:194) at test.main(test.java:208)

This exception should not appear.

Change History

Changed 3 months ago by fcohen

  • status changed from new to closed
  • resolution set to fixed

Confirmed fixed. -Frank

Note: See TracTickets for help on using tickets.