Search found 5 matches
- Wed Feb 06, 2013 2:55 pm
- Forum: TestLink 1.9
- Topic: TestCases not associated to any testplan
- Replies: 2
- Views: 3430
TestCases not associated to any testplan
HI all, I was wondering how to query the DB to obtain the testcases not associated to any testplan, I assumed that it must be: select * from tcversions where id not in (select tcversion_id from testplan_tcversions) but it doesn`t seem correct. There are no null on testplan_id attribute on testplan_t...
- Fri Nov 30, 2012 9:07 am
- Forum: TestLink 1.9
- Topic: TL 1.9.4 Result report
- Replies: 5
- Views: 6894
Re: TL 1.9.4 Result report
But what was the problem? There was known issues on Query Metrics in 1.9.3 version?
- Thu Nov 29, 2012 10:48 am
- Forum: TestLink 1.9
- Topic: Help to get SQL Statement
- Replies: 14
- Views: 17527
Re: Help to get SQL Statement
Hi again, pals, Which API are you talking about fman? Is XMLRPC? I'm also finding difficult to do my own queries, and I'd like to know which method are you using to do reports, but I cannot access to the code here (trouble with the fckng ISA server, not even CNTLM works) Can you give us some indicat...
- Thu Nov 22, 2012 8:38 am
- Forum: Import / Export
- Topic: Importing test cases from Excel to 1.9.1
- Replies: 7
- Views: 27150
Re: Importing test cases from Excel to 1.9.1
The workaround I use was to customize an exported XML testcase, and edit it with and XML editor like Stylus Studio in grid view, you can also omit the CDATA fields for simplicity, here is a example . Also I would suggest an improvement, it would be perfect if you can import many .xml at the same tim...
- Thu Nov 22, 2012 8:34 am
- Forum: TestLink 1.9
- Topic: Database scheme for 1.9.4 and FKs
- Replies: 1
- Views: 2969
Database scheme for 1.9.4 and FKs
Hi, I was wondering if there are any doc about de DB scheme for this version, and if you're planning to define de FKs in the table creation script, for it's much more easy to work with them if you have to extract a diagram and make your own queries to get your own reports. Last DB scheme I found was...