Using TL1.8 RC5:
When trying to import test results from an xml file using the Import xml results button in the GUI, Internet Explorer shows an 'error on page':
Line: 21
Char: 2
Error: Invalid Argument
Code: 0
URL: ...execTestResults.php?....
Any ideas of what could cause this? Could it be a configuration issue?
Also, is it possible to import multiple results (for many test cases) this way?
The button only shows up when a single test case is selected in test execution, but the example in tl-file-formats.pdf indicate that it should work to import more results for more than one test case at a time...
Import XML results gives IE error
Moderators: Amaradana, TurboPT, TL Developers
Upgrade 1.8.2 did not work
Thanks, we tried upgrading to 1.8.2 but the problem is still the same.
Any other ideas?
Thanks in advance!
/Malte
Any other ideas?
Thanks in advance!
/Malte
Partly worked around, but still not working...
Issue is reported #2534.
The problem remains in 1.8.3.
Workaround: When hardcoding the windowName, I at least got the window to open for selection of xml-file with test results.
But the BuildID is not included in the resulting import, so the build_id = 0 for all imported results in the executions-table in the DB.
I modified the function openImportResult to handle also BuildID as parameter (the only solution I came up with since I really don't know php...), but how to access the BuildID from this javascript call (contained in execSetResults.tpl)?
The BuildId is accessable in execSetResults.php but I don't know how to use it in execSetResults.tpl...
If I hardcode the BuildID it works fine, but that is no longterm solution.
Can anyone show me in a simple way (preferably with a row of code) how this can be solved?
The problem remains in 1.8.3.
Workaround: When hardcoding the windowName, I at least got the window to open for selection of xml-file with test results.
But the BuildID is not included in the resulting import, so the build_id = 0 for all imported results in the executions-table in the DB.
I modified the function openImportResult to handle also BuildID as parameter (the only solution I came up with since I really don't know php...), but how to access the BuildID from this javascript call (contained in execSetResults.tpl)?
The BuildId is accessable in execSetResults.php but I don't know how to use it in execSetResults.tpl...
If I hardcode the BuildID it works fine, but that is no longterm solution.

Can anyone show me in a simple way (preferably with a row of code) how this can be solved?