Hi ,
I am trying to create test cases in test link1.9 using the java calls with call to tl.createTestCase.
XmlRpcClient rpcClient = rpcClient = new XmlRpcClient();
rpcClient.setConfig(config);
rpcClient.execute("tl.createTestCase",paramsToCreateTestCase);
with all the required parameter and other details.
I am able to create the test cases but I hit upon two issues
1. For each step/Summary and other field I have the line breaks which gets removed. while creating the test cases using the api.
I already tried HTML encoding the text and also replacing the line breaks with </br> but it did not helped
2. Most of my test cases have some kind of xml code but when I create test cases using API these all are removed.
so my code line
<name>Test</name> become just the Test
is there any workaround to these?
Thanks,
-Narendra
API does not allow to enter angle braces and line breaks
Moderators: Amaradana, TurboPT, TL Developers
Re: API does not allow to enter angle braces and line breaks
no workaround
please open issue on mantis with VERY detailed steps to reproduce (you can upload a zip file with your java source)
please open issue on mantis with VERY detailed steps to reproduce (you can upload a zip file with your java source)