TestCase Import (XML) problem

Discuss test processes, standards, documentation, teams, criteria, test environments, etc.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
lamqvo
TestLink user
Posts: 1
Joined: Thu Apr 15, 2010 9:05 pm

TestCase Import (XML) problem

Post by lamqvo »

I exported one of the test case out in XML, then modified to make another testcase in XML format, then import it back to the testlink. What happened is that I do not see any warning or error from the interface. Refresh the tree, and still cannot find the imported testcase.

Go back to "Events" tab, I see the following message:

E_WARNING require_once(DOMDocument.class.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory - in /var/www/html/testlink/lib/functions/common.php - Line 113

Checking the file common.php at line 113, there is a line:
require_once $class_name . '.class.php';


Anyone happened to see this message before? Any hint or suggestion is very much appreciated!

Thanks,
Lam
ankur_gupta10
TestLink user
Posts: 8
Joined: Wed Apr 05, 2006 3:33 pm

Re: TestCase Import (XML) problem

Post by ankur_gupta10 »

can u share the XML you are trying to upload?
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: TestCase Import (XML) problem

Post by fman »

1. wrong forum => post on forum regarding your TL version
2. missing PHP extension that manages DOMXML
Post Reply