Hi, I'm using TestLink 1.9.3. I want to filter all the test cases in a certain test plan that don't have a certain keyword. It seems that I don't have
a way to do it, as I have only 'Or' and 'And' selection.
Is there a way to do it?
Thanks.
Search found 2 matches
- Wed Nov 19, 2014 5:41 pm
- Forum: TestLink 1.9
- Topic: [SOLVED] Filter tests which *don't* have a certain keyword
- Replies: 1
- Views: 3229
- Mon May 13, 2013 6:21 am
- Forum: XML-RPC API
- Topic: NoClassDeffoundError in TestLink Java API
- Replies: 0
- Views: 7262
NoClassDeffoundError in TestLink Java API
Hi, I'm trying to use TestLink Java AP on windows 7. I receive the following exception: NoClassDefFoundError: org/slf4j/LoggerFactory when trying to create a new instance of TestLinkAPI: TestLinkAPI api = new TestLinkAPI(testLinkURL, devKey) I do have the slf4j-api & slf4j-log4j12 (and also trie...