Urgent:- Unable to Import xml file.

The release related discussions, plans and questions.
Madhusudan
TestLink user
Posts: 1
Joined: Fri Sep 28, 2007 11:42 am

Urgent:- Unable to Import xml file.

Post by Madhusudan »

Hi
I tried to import some xml files using "Import Test Suite" and "Import Test cases" functionality in test link but its showing blank page and nothing gets imported.
I have converted excel file which contains previously created testcases but that also is not getting imported.
It is showing blank page and no error message is seen.
any solution for this will be really very helpfull.
Thanks in Advance....
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

you have problems with your PHP installation.
Check if you have enabled on your php.ini xlm modules

regards
Xgrind
Advanced user
Posts: 25
Joined: Mon Dec 18, 2006 2:24 am

Post by Xgrind »

Hi fman,

I also facing this issue and unable to import the xml file. Same observations: blank screen, no error and nothing is imported.

I've checked the PHP installation (php.ini) and enabled php_xmlrpc.dll but to no avail. Did I miss anything?

I am not very well versed in these but I need to know how to resolve it so that my department can transit over from TL1.6.2

Will appreciate your guidance. Thanks :)
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

Please give details about:

1. Operating System
2. PHP version
3. Web server

regards
Xgrind
Advanced user
Posts: 25
Joined: Mon Dec 18, 2006 2:24 am

Post by Xgrind »

Hi,

I'm running:

- Windows Server 2003
- PHP 5.2.5
- Apache 2.2

Thanks :)
fman wrote:Please give details about:

1. Operating System
2. PHP version
3. Web server

regards
typing82
TestLink user
Posts: 9
Joined: Mon Jan 07, 2008 12:43 am

Re: Urgent:- Unable to Import xml file.

Post by typing82 »

Madhusudan wrote:Hi
I tried to import some xml files using "Import Test Suite" and "Import Test cases" functionality in test link but its showing blank page and nothing gets imported.
I have converted excel file which contains previously created testcases but that also is not getting imported.
It is showing blank page and no error message is seen.
any solution for this will be really very helpfull.
Thanks in Advance....

i think it has something to do with the xml files u r importing.
check the xml content and make sure there is no special characters found in the testsuite and testcase name. i experienced this problem before and it has caused the entire project to be deleted and start importing again. but after removed the special characters, everything is fine.
arundasp
TestLink user
Posts: 3
Joined: Thu Jan 03, 2008 5:16 am

Post by arundasp »

Hi Madhusudan,

We r using Testlink for execution and able to import test cases properly.Can u pls tell how u converted Excel to XML? I think this issue happened bcz of ur conversion of Excel to XML

Regards

Arun
schlundus
TestLink user
Posts: 13
Joined: Sat Nov 26, 2005 8:03 pm

Post by schlundus »

Please check if the extension php_domxml is enabled.
Check also your PHP error logfile
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

look for documents in doc folder of your installation
Xgrind
Advanced user
Posts: 25
Joined: Mon Dec 18, 2006 2:24 am

Post by Xgrind »

Hi,

Thanks to schlundus, I enabled the php_domxml.dll (I added the line) in php.ini and everything's fine now!

Thanks everyone!
gdeepak@aztecsoft.com
TestLink user
Posts: 11
Joined: Mon Mar 24, 2008 6:37 am

Importing data/TestCases to TestLink

Post by gdeepak@aztecsoft.com »

Can i populate custome fields using an XML sheet?

I tried to add few custom fields in the test case and similarly i added few more elements in the XML file,but i am not able to populate the custom fields,no error is coming as well.
gdeepak@aztecsoft.com
TestLink user
Posts: 11
Joined: Mon Mar 24, 2008 6:37 am

Importing data/TestCases to TestLink

Post by gdeepak@aztecsoft.com »

php_domxml.dll

where is this parameter in php.ini

i cudn't locate it ,can sombody help me to locate this parameter.
driplock
TestLink user
Posts: 2
Joined: Fri May 30, 2008 8:05 am

Post by driplock »

installed php extensions :
php_domxml.so
php_xmlrpc.so


and importing testcases worked...thnks...

for unix user..

install php-extensions.,,make sure you include both extensions
driplock
TestLink user
Posts: 2
Joined: Fri May 30, 2008 8:05 am

Post by driplock »

driplock wrote:installed php extensions :
php_domxml.so
php_xmlrpc.so


and importing testcases worked...thnks...

for unix user..

install php-extensions.,,make sure you include both extensions
i mean:
dom.so
xmlrpc.so
eagleboy
TestLink user
Posts: 1
Joined: Thu Jun 26, 2008 12:30 pm

xml upload - zend.ze1_compatibility_mode -> OFF

Post by eagleboy »

guys,
I faced the same problem,
set PHP Core configuration->
zend.ze1_compatibility_mode -> OFF
and it works fine now....
hope this helps
eagleboy
Locked