Ticket #223 (closed defect: fixed)
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.
