Hi,
I've a problem in importing a test suite in TestLink 1.8.4
The feature simply doesn't work.
I haven't receive any error (in GUI or log files) but the test suite is not imported.
The same file is correctly imported in TestLink 1.8.3 (installed in a different server).
Do you know of any issue in this feature ?
Thanks
Roberto
Problem with test suite import in 1.8.4
Moderators: Amaradana, TurboPT, TL Developers
Hi Amaradana,
the exact steps are:
1) I've exported a test suites tree (180 test cases) using the "Export all test suites" function.
2) I've tried to import the XML in another Test Project using the "Import Test Suite" function.
I've tried a lot of different combination (with or without exporting the keywords, exporting only some test case and so on).
Every time the import function take less then a second and ends without any message (error or success).
I'm using Testlink 1.8.4 on a Win 2008 server with IIS 7
Thanks for your help
Roberto
the exact steps are:
1) I've exported a test suites tree (180 test cases) using the "Export all test suites" function.
2) I've tried to import the XML in another Test Project using the "Import Test Suite" function.
I've tried a lot of different combination (with or without exporting the keywords, exporting only some test case and so on).
Every time the import function take less then a second and ends without any message (error or success).
I'm using Testlink 1.8.4 on a Win 2008 server with IIS 7
Thanks for your help
Roberto
I've another hint.
It seems that is failing the check:
if (file_exists($fileName))
line 169 of tcImport.php.
The file exist because if I replace the previous check with:
if (true)
the file is correctly imported.
Does anybody have the same problem ?
Any idea of why the check fails ?
Some authorisation problem ?
Thanks
Roberto
It seems that is failing the check:
if (file_exists($fileName))
line 169 of tcImport.php.
The file exist because if I replace the previous check with:
if (true)
the file is correctly imported.
Does anybody have the same problem ?
Any idea of why the check fails ?
Some authorisation problem ?
Thanks
Roberto
-
- TestLink user
- Posts: 2
- Joined: Thu Nov 05, 2009 9:07 pm
-
- TestLink user
- Posts: 2
- Joined: Thu Nov 05, 2009 9:07 pm