Search found 4 matches
- Wed Apr 18, 2018 9:29 am
- Forum: XML-RPC API
- Topic: Update testresults with mantis bug id automatically
- Replies: 0
- Views: 41945
Update testresults with mantis bug id automatically
Hi, I am able to attach bug id from Mantis to test execution in Testlink via UI. Is there a way to do it automatically? There is an example client in Testlink code (https://github.com/TestLinkOpenSourceTRMS/testlink-code/blob/testlink_1_9/lib/api/xmlrpc/v1/sample_clients/php/clientSample.php): priva...
- Wed Feb 21, 2018 1:50 pm
- Forum: Installation and configuration
- Topic: Send file attachment automatically to Tetslink
- Replies: 0
- Views: 26928
Send file attachment automatically to Tetslink
Hi, When updating test status automatically is there a way to attach a file or you have to do it manually through UI on test execution step? So say for phpunit i can see in sample php client function reportResult($server_url,$tcaseid=null, $tcaseexternalid=null,$tplanid, $buildid=null, $buildname=nu...
- Tue Feb 20, 2018 10:34 am
- Forum: Installation and configuration
- Topic: Send results from PHPUNIT to testlink
- Replies: 1
- Views: 10739
Re: Send results from PHPUNIT to testlink
Nevermind, found it. With a bit of digging)
- Tue Feb 20, 2018 9:04 am
- Forum: Installation and configuration
- Topic: Send results from PHPUNIT to testlink
- Replies: 1
- Views: 10739
Send results from PHPUNIT to testlink
Hello, I am using php-selenium to test UI with PHPUNIT. Is there a ways to send results from php to Testlink like for java? I.e. in java you do smth like import testlink.api.java.client.TestLinkAPIClient; import testlink.api.java.client.TestLinkAPIException; import testlink.api.java.client.TestLinkA...