Hi,
I have updated the two issues.
I asked about pointers to "Other third parties are planing to do work on test case automation". If you have some, please post some pointers.
Search found 24 matches
- Sat May 08, 2010 6:20 pm
- Forum: XML-RPC API
- Topic: Test execution vision/wish/plan/approach
- Replies: 8
- Views: 11188
- Sat May 08, 2010 5:12 pm
- Forum: XML-RPC API
- Topic: Test execution vision/wish/plan/approach
- Replies: 8
- Views: 11188
Re: Test execution vision/wish/plan/approach
Hi, fman. I am sorry if i did expect answers here and not in issue 3341 when you wrote "I'm working to give you some answers to this post". I see that you think implementing issue 3341, and then take things from there is a good approach, but issue 3341 without issue 2056 (execute test plan...
- Sat May 08, 2010 7:50 am
- Forum: XML-RPC API
- Topic: Test execution vision/wish/plan/approach
- Replies: 8
- Views: 11188
Re: Test execution vision/wish/plan/approach
Thanks, Mavadaes for the encouragement. I's still like to hear fman's take on it though, because he decides what is accepted into the code base and not, and it is kind of a waste to start implementing it if he thinks the design is completely wrong or he doesn't like supporting it in this way or at a...
- Sat May 08, 2010 7:47 am
- Forum: XML-RPC API
- Topic: Cannot add testcase to testplan
- Replies: 3
- Views: 6395
Re: Cannot add testcase to testplan
Hi, Brian.
Sounds like a bug.
Would you mind filing a bug report with what you have tried (and maybe with some illustrating selects from the database?)?
http://testlink.org/mantis
-J
Sounds like a bug.
Would you mind filing a bug report with what you have tried (and maybe with some illustrating selects from the database?)?
http://testlink.org/mantis
-J
- Sun May 02, 2010 4:53 pm
- Forum: XML-RPC API
- Topic: Help Querying Testcases
- Replies: 6
- Views: 9567
Re: Help Querying Testcases
Hi, Brian. I'm sorry I don't have Windows, and no experience the tools you mention. For windows, I would use Wireshark, and connect it to port 80 (http) on your computer for either source or dest. If you e.g. look at figure 1.1 here: http://www.wireshark.org/docs/wsug_html/ I believe "filter&qu...
- Thu Apr 29, 2010 6:44 am
- Forum: XML-RPC API
- Topic: using createTestCase
- Replies: 2
- Views: 4924
Re: using createTestCase
Hi, Brian. 1. addTestCaseToTestPlan() 2. While looking through the code, I have found: $action_on_duplicate_name='allow_repeat' self::$actionOnDuplicatedNameParamName => 'generate_new', self::$actionOnDuplicatedNameParamName => 'block'); I totally agree that better documentation would be good. Feel ...
- Thu Apr 29, 2010 6:34 am
- Forum: XML-RPC API
- Topic: Help Querying Testcases
- Replies: 6
- Views: 9567
Re: Help Querying Testcases
Hi, Brian. updateTestCase($args): Personally, (sadly) I find the best documentation in lib/api/xmlrpc.php. From the version I look at, updateTestCase() seems to not be implemented :( Stacktrace: I think the stacktrace is from you client code, that receives something that it doesn't expect? It is ver...
- Fri Apr 16, 2010 3:17 pm
- Forum: XML-RPC API
- Topic: Which table to query for the testcase id
- Replies: 2
- Views: 5280
They have a hierarchy where e.g. testcases are stored. Try this query: SELECT * FROM nodes_hierarchy nh JOIN node_types nt ON (nh.node_type_id = nt.id) WHERE nt.description LIKE 'testcase'; It gives me information like this: mysql> select * from nodes_hierarchy nh JOIN node_types nt ON (nh.node_type...
- Fri Apr 16, 2010 6:07 am
- Forum: XML-RPC API
- Topic: getting errors when i use getProjectTestPlansAPI in python
- Replies: 3
- Views: 5749
Hi, Overflow. I don't think that Python vs. PHP has anything to do with this one. I think the API_NO_TESTPROJID is because you have not provided the test project id - either forgotten completely, or sent with the wrong parameter name. In my lib/api/xmlrpc.php, the parameter has this name, is that th...
- Wed Apr 14, 2010 5:05 pm
- Forum: XML-RPC API
- Topic: I have this error : 32300 - transport error
- Replies: 3
- Views: 7976
- Tue Apr 13, 2010 6:21 pm
- Forum: XML-RPC API
- Topic: I have this error : 32300 - transport error
- Replies: 3
- Views: 7976
Hi, it looks like IXR-Client has bad error reporting (hides information) :( while (!feof($fp)) { $line = fgets($fp, 4096); if (!$gotFirstLine) { // Check line for '200' if (strstr($line, '200') === false) { $this->error = new IXR_Error(-32300, 'transport error - HTTP status code was not 200'); retur...
- Fri Apr 09, 2010 2:02 pm
- Forum: XML-RPC API
- Topic: Creating suites of tests not at the top level
- Replies: 3
- Views: 6012
- Fri Apr 09, 2010 6:23 am
- Forum: XML-RPC API
- Topic: getting testcase details by testplan
- Replies: 1
- Views: 4287
Hi, this looks like two problems? 1. tl.getTestCasesForTestSuite() did not work 2. Get test case details For 1., could you please say something about what was not working and exactly what you tried to do? Did you get any error message? I do run a test for tl.getTestCasesForTestSuite() here, which wo...
- Fri Apr 09, 2010 6:17 am
- Forum: XML-RPC API
- Topic: Using API through Perl
- Replies: 1
- Views: 4300
- Fri Apr 09, 2010 6:13 am
- Forum: XML-RPC API
- Topic: TestLinkAdapter Testlink 1.9
- Replies: 1
- Views: 4306
Hi, I am sorry, but this post doesn't contain enough information to know where to start troubleshooting. Which sample did you run? (If it only has has short code you can post that too) Did you get any error messages? (You can post the output of the run of the sample) Did you have a test case that co...