DTD File not found exception when creating a new folder under the test directory.

View: New views
1 Messages — Rating Filter:   Alert me  

DTD File not found exception when creating a new folder under the test directory.

by Jayson V :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Marc,

I have create this webtest directory structure. However, I have encountered an error while executing test1.xml. It can not locate the dtd file and it throws FILE IO exception. When I tried to include dtd folder as subdirectory of test folder and it works fine.

How do I get to reference the dtd file outside my test folder without moving the dtd folder inside the test folder.
-dtd
-includes
-environments
-test
  -folder1
     -test1.xml
  -folder2
     -test2.xml
  -folder3
     -test3.xml