<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Testlink</title>
	<link>http://testlink.org/wordpress</link>
	<description>avoid bugs by testing</description>
	<pubDate>Wed, 06 Feb 2008 22:32:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>
	<language>en</language>
			<item>
		<title>Updated 1.7 demo</title>
		<link>http://testlink.org/wordpress/2008/02/06/updated-17-demo/</link>
		<comments>http://testlink.org/wordpress/2008/02/06/updated-17-demo/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 22:32:46 +0000</pubDate>
		<dc:creator>azl</dc:creator>
		
	<category>announcements</category>
		<guid isPermaLink="false">http://testlink.org/wordpress/2008/02/06/updated-17-demo/</guid>
		<description><![CDATA[The main demo has now been updated to point to 1.7.3.
There is still an old demo of Testlink 1.6 available if you need to access it for some reason. It is highly recommended all users upgrade to 1.7 as 1.6 is no longer being maintained and 1.7 offers significant benefits over 1.6.

]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://testlink.org/demo/">main demo</a> has now been updated to point to 1.7.3.</p>
<p>There is still an <a href="http://testlink.org/1.6_demo">old demo</a> of Testlink 1.6 available if you need to access it for some reason. It is highly recommended all users upgrade to 1.7 as 1.6 is no longer being maintained and 1.7 offers significant benefits over 1.6.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://testlink.org/wordpress/2008/02/06/updated-17-demo/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>API Beta Updates</title>
		<link>http://testlink.org/wordpress/2007/12/03/api-beta-updates/</link>
		<comments>http://testlink.org/wordpress/2007/12/03/api-beta-updates/#comments</comments>
		<pubDate>Mon, 03 Dec 2007 22:33:58 +0000</pubDate>
		<dc:creator>azl</dc:creator>
		
	<category>announcements</category>
	<category>beta</category>
		<guid isPermaLink="false">http://testlink.org/wordpress/2007/12/03/api-beta-updates/</guid>
		<description><![CDATA[Many changes have been made to the Testlink API based on feedback. Please update your client API implementations to match these changes. The new API is available as a zip file or in the nightly builds.
API URL has moved to /lib/api/xmlrpc.php instead of /api/xmlrpc.php
5 additional methods are now available for testing


tl.getProjects
gets a list of all [...]]]></description>
			<content:encoded><![CDATA[<p>Many changes have been made to the Testlink API based on feedback. Please update your client API implementations to match these changes. The new API is available as a <a href="http://testlink.org/api/TestlinkAPIBeta2.zip">zip file</a> or in the <a href="http://testlink.org/cvs_tarballs/index.php?dir=head/">nightly builds</a>.</p>
<p><span style="background-color: yellow">API URL has moved</span> to /lib/api/xmlrpc.php instead of /api/xmlrpc.php</p>
<p><span style="background-color: yellow">5 additional methods are now available for testing</span></p>
<table width="454" cellspacing="0" cellpadding="2" border="1">
<tr>
<td valign="top" style="width: 181px"><code>tl.getProjects</code></td>
<td valign="top" style="width: 269px"><font face="Courier New">gets a list of all the projects in Testlink </font></td>
</tr>
<tr>
<td valign="top" style="width: 181px"><font face="Courier New">tl.getProjectTestPlans </font></td>
<td valign="top" style="width: 269px"><font face="Courier New">gets the Test Plans for a specific project </font></td>
</tr>
<tr>
<td valign="top" style="width: 181px"><font face="Courier New">tl.getTestCasesForTestSuite </font></td>
<td valign="top" style="width: 269px"><font face="Courier New">lists test cases within a test suite and its child suites or just within a specific suite </font></td>
</tr>
<tr>
<td valign="top" style="width: 181px"><font face="Courier New">tl.getTestCaseIDByName </font></td>
<td valign="top" style="width: 269px"><font face="Courier New">returns the ID of a specific test case based on the name of the test case<br />
</font></td>
</tr>
<tr>
<td valign="top" style="width: 181px"><font face="Courier New">tl.createBuild </font></td>
<td valign="top" style="width: 269px"><font face="Courier New">creates a new build associated with a specific test plan </font></td>
</tr>
</table>
<p><a href="http://testlink.org/api/phpdoc_generated/">Updated documentation for these methods is available</a></p>
<p>Updated client implementations and additional methods will be coming shortly</p>
<p>Please keep testing and sending feedback.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://testlink.org/wordpress/2007/12/03/api-beta-updates/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Testlink API Beta</title>
		<link>http://testlink.org/wordpress/2007/11/19/testlink-api-beta/</link>
		<comments>http://testlink.org/wordpress/2007/11/19/testlink-api-beta/#comments</comments>
		<pubDate>Mon, 19 Nov 2007 21:30:57 +0000</pubDate>
		<dc:creator>azl</dc:creator>
		
	<category>announcements</category>
	<category>beta</category>
		<guid isPermaLink="false">http://testlink.org/wordpress/?p=24</guid>
		<description><![CDATA[The Testlink API is finally ready for testing! The code should work with cvs head (1.8) and the 1.7 branch. It will show up in the nightly builds (only in head). As this is a beta it is not yet recommended you install this on a production system. Please file any bugs you find to [...]]]></description>
			<content:encoded><![CDATA[<p>The Testlink API is finally ready for testing! The code should work with cvs head (1.8) and the 1.7 branch. It will show up in the nightly builds (only in head). As this is a beta it is <strong>not yet recommended you install this on a production system</strong>. Please file any bugs you find to <a href="http://testlink.org/mantis">mantis</a>. Sample client implementations are also available in PHP, Ruby, Python, and Java. There is also <a href="http://testlink.org/api/phpdoc_generated/">API Documentation available</a>. Currently only TC execution results can be reported through the API, and other methods are coming soon. If there are other methods you&#8217;d like to see please comment.</p>
<p>Installation</p>
<ol>
<li>Backup your original database or create a copy for testing</li>
<li>Download the api code in one of the following ways
<ol>
<li>Download latest code <a href="http://testlink.org/cvs_tarballs/index.php?dir=head/">from nightly builds</a></li>
<li>Download <a href="http://testlink.org/api/TestlinkAPIBeta1.zip">API only zip</a></li>
</ol>
</li>
<li>Execute api_sql_changes.sql against your db inside the /api directory</li>
<li>Insert a row into the api_developer_keys table with a developer_key for testingExample:
<p><code>INSERT INTO `api_developer_keys` ( `id` , `developer_key` , `user_id` ) VALUES ( NULL , 'testKey', '1' ); </code></li>
<li>See one of the client implementation samples to see how to interact with the API.</li>
</ol>
]]></content:encoded>
			<wfw:commentRSS>http://testlink.org/wordpress/2007/11/19/testlink-api-beta/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Testlink 1.7 branch nightly tarballs now available</title>
		<link>http://testlink.org/wordpress/2007/10/08/testlink-17-branch-nightly-tarballs-now-available/</link>
		<comments>http://testlink.org/wordpress/2007/10/08/testlink-17-branch-nightly-tarballs-now-available/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 21:32:22 +0000</pubDate>
		<dc:creator>azl</dc:creator>
		
	<category>announcements</category>
	<category>info</category>
		<guid isPermaLink="false">http://testlink.org/wordpress/?p=23</guid>
		<description><![CDATA[As requested, tarballs for the 1.7 branch are now available.
http://testlink.org/cvs_tarballs/index.php?dir=1_7_branch/

]]></description>
			<content:encoded><![CDATA[<p>As requested, tarballs for the 1.7 branch are now available.</p>
<p><a href="http://testlink.org/cvs_tarballs/index.php?dir=1_7_branch/">http://testlink.org/cvs_tarballs/index.php?dir=1_7_branch/</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://testlink.org/wordpress/2007/10/08/testlink-17-branch-nightly-tarballs-now-available/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>TestLink 1.7.0 final is released</title>
		<link>http://testlink.org/wordpress/2007/09/17/testlink-170-final-is-released/</link>
		<comments>http://testlink.org/wordpress/2007/09/17/testlink-170-final-is-released/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 15:52:43 +0000</pubDate>
		<dc:creator>azl</dc:creator>
		
	<category>announcements</category>
		<guid isPermaLink="false">http://testlink.org/wordpress/?p=22</guid>
		<description><![CDATA[Please download the final 1.7.0 release:
https://sourceforge.net/project/showfiles.php?group_id=90976&#038;package_id=216115&#038;release_id=539575 
This is final and stable version. There is several minor fixes against RC3 (see changes log).
Download, install and enjoy!
New 1.7 functionality overview
# Test Case history/ versioning
# Unlimited structure of Test Specification
# Support for other databases (SQL standard, generalized DB interdace)
# Improved user management (editable)
# Attachments
# Revision of Standard terminology
# Enhanced [...]]]></description>
			<content:encoded><![CDATA[<p>Please download the final 1.7.0 release:</p>
<p><a href="https://sourceforge.net/project/showfiles.php?group_id=90976&#038;package_id=216115&#038;release_id=539575">https://sourceforge.net/project/showfiles.php?group_id=90976&#038;package_id=216115&#038;release_id=539575 </a></p>
<p>This is final and stable version. There is several minor fixes against RC3 (see changes log).<br />
Download, install and enjoy!</p>
<h3>New 1.7 functionality overview</h3>
<p># Test Case history/ versioning<br />
# Unlimited structure of Test Specification<br />
# Support for other databases (SQL standard, generalized DB interdace)<br />
# Improved user management (editable)<br />
# Attachments<br />
# Revision of Standard terminology<br />
# Enhanced reports<br />
# XML import/export<br />
# Custom fields for Test Cases
</p>
]]></content:encoded>
			<wfw:commentRSS>http://testlink.org/wordpress/2007/09/17/testlink-170-final-is-released/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>1.7 demo updated</title>
		<link>http://testlink.org/wordpress/2007/03/19/17-demo-updated/</link>
		<comments>http://testlink.org/wordpress/2007/03/19/17-demo-updated/#comments</comments>
		<pubDate>Mon, 19 Mar 2007 23:07:36 +0000</pubDate>
		<dc:creator>azl</dc:creator>
		
	<category>announcements</category>
		<guid isPermaLink="false">http://testlink.org/wordpress/?p=21</guid>
		<description><![CDATA[The demo for Testlink 1.7 has been updated to the latest code and database schema. Please check it out and report any bugs you find in mantis.

]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://testlink.org/1.7_demo">demo for Testlink 1.7</a> has been updated to the latest code and database schema. Please <a href="http://testlink.org/1.7_demo">check it out</a> and report any bugs you find in <a href="http://testlink.org/mantis">mantis</a>.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://testlink.org/wordpress/2007/03/19/17-demo-updated/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Installing PEAR and Spreadsheet_Excel_Writer</title>
		<link>http://testlink.org/wordpress/2007/02/22/installing-pear-and-spreadsheet_excel_writer/</link>
		<comments>http://testlink.org/wordpress/2007/02/22/installing-pear-and-spreadsheet_excel_writer/#comments</comments>
		<pubDate>Thu, 22 Feb 2007 22:15:27 +0000</pubDate>
		<dc:creator>azl</dc:creator>
		
	<category>info</category>
		<guid isPermaLink="false">http://testlink.org/wordpress/?p=20</guid>
		<description><![CDATA[We have had many questions on how to install PEAR and Spreadsheet_Excel_Writer which are both now dependencies of Testlink. So here is some information on how to accomplish these tasks.
If you need to setup PEAR I have created a document for doing so on Windows. It is located at http://asiel.us/pear.php
Also here are the instructions I [...]]]></description>
			<content:encoded><![CDATA[<p>We have had many questions on how to install PEAR and Spreadsheet_Excel_Writer which are both now dependencies of Testlink. So here is some information on how to accomplish these tasks.<br />
<span class="postbody">If you need to setup PEAR I have created a document for doing so on Windows. It is located at <a target="_blank" href="http://asiel.us/pear.php">http://asiel.us/pear.php</a></span></p>
<p>Also here are the instructions I wrote for the INSTALL_NOTES as part of Testlink.</p>
<p>========================================<br />
Installing pear<br />
========================================<br />
1. open a command prompt or terminal window<br />
2. If php is not in your path cd to your php install directory (eg. c:\php5)<br />
3. run &#8220;pear version&#8221; to make sure you have pear installed<br />
3a. Download and run the go-pear script from <a target="_blank" href="http://pear.php.net/go-pear">http://pear.php.net/go-pear</a><br />
3b. Read <a target="_blank" href="http://asiel.us/pear.php">http://asiel.us/pear.php</a> for detailed instructions on installing PEAR in windows<br />
3b. If you need additional instructions go to <a target="_blank" href="http://pear.php.net/manual/en/installation.getting.php">http://pear.php.net/manual/en/installation.getting.</a><a href="http://www.usingdrugswisely.com/archives/xenical-trim-down-massive-bodily-fat/">php</a><br />
4. run &#8220;pear install -a Spreadsheet_Excel_Writer-beta&#8221;<br />
5. This should install the latest version of Spreadsheet_Excel_Writer and its dependencies
</p>
]]></content:encoded>
			<wfw:commentRSS>http://testlink.org/wordpress/2007/02/22/installing-pear-and-spreadsheet_excel_writer/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Testlink 1.7 in Beta</title>
		<link>http://testlink.org/wordpress/2007/02/13/testlink-17-in-beta/</link>
		<comments>http://testlink.org/wordpress/2007/02/13/testlink-17-in-beta/#comments</comments>
		<pubDate>Tue, 13 Feb 2007 01:20:55 +0000</pubDate>
		<dc:creator>azl</dc:creator>
		
	<category>announcements</category>
	<category>beta</category>
		<guid isPermaLink="false">http://testlink.org/wordpress/?p=19</guid>
		<description><![CDATA[Testlink 1.7 is available and is currently in Beta. The best place to download the latest release is from the nightly cvs tarballs. These are available here
Please report any issues you find to mantis or ask questions on the forums or testlink-dev mailing list.

]]></description>
			<content:encoded><![CDATA[<p>Testlink 1.7 is available and is currently in Beta. The best place to download the latest release is from the nightly cvs tarballs. These are available <a href="http://testlink.org/cvs_tarballs/1.7/">here</a></p>
<p>Please report any issues you find to <a href="http://testlink.org/mantis/main_page.php">mantis</a> or ask questions on the <a href="http://www.teamst.org">forums</a> or <a href="http://groups.google.com/group/testlink-dev">testlink-dev mailing list</a>.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://testlink.org/wordpress/2007/02/13/testlink-17-in-beta/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Testlink 1.6.3 released</title>
		<link>http://testlink.org/wordpress/2006/12/22/testlink-163-released/</link>
		<comments>http://testlink.org/wordpress/2006/12/22/testlink-163-released/#comments</comments>
		<pubDate>Fri, 22 Dec 2006 21:22:11 +0000</pubDate>
		<dc:creator>azl</dc:creator>
		
	<category>announcements</category>
		<guid isPermaLink="false">http://testlink.org/wordpress/?p=18</guid>
		<description><![CDATA[This release includes multiple bug fixes and several new features.
New 1.6.3 features:
-Excel reporting
-Multiple bug fixes
-Upgraded fckeditor component
If you find a bug please submit it to http://testlink.org/mantis
To download click here
Download and enjoy!

]]></description>
			<content:encoded><![CDATA[<p>This release includes multiple bug fixes and several new features.</p>
<p>New 1.6.3 features:<br />
-Excel reporting<br />
-Multiple bug fixes<br />
-Upgraded fckeditor component</p>
<p>If you find a bug please submit it to <a href="http://testlink.org/mantis">http://testlink.org/mantis</a></p>
<p>To download <a href="https://sourceforge.net/project/showfiles.php?group_id=90976&#038;package_id=143763&#038;release_id=473322">click here</a><a href="https://sourceforge.net/project/showfiles.php?group_id=90976&#038;package_id=143763&#038;release_id=473322" /></p>
<p>Download and enjoy!
</p>
]]></content:encoded>
			<wfw:commentRSS>http://testlink.org/wordpress/2006/12/22/testlink-163-released/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>RC for Testlink 1.6.3</title>
		<link>http://testlink.org/wordpress/2006/10/27/rc-for-testlink-163/</link>
		<comments>http://testlink.org/wordpress/2006/10/27/rc-for-testlink-163/#comments</comments>
		<pubDate>Fri, 27 Oct 2006 21:05:05 +0000</pubDate>
		<dc:creator>azl</dc:creator>
		
	<category>announcements</category>
	<category>beta</category>
		<guid isPermaLink="false">http://testlink.org/wordpress/?p=15</guid>
		<description><![CDATA[Please test the RC for Testlink 1.6.3.
This release will contain many minor bug fixes and several reporting enhancements as well as the latest version of fckeditor. If everyone could do some testing to verify everything is working as expected I&#8217;ll post this file to sourceforge as the 1.6.3 release.
Download it here
Please leave a comment describing [...]]]></description>
			<content:encoded><![CDATA[<p>Please test the RC for Testlink 1.6.3.</p>
<p>This release will contain many minor bug fixes and several reporting enhancements as well as the latest version of fckeditor. If everyone could do some testing to verify everything is working as expected I&#8217;ll post this file to sourceforge as the 1.6.3 release.</p>
<p>Download it <a href="http://testlink.org/rc/SNAPSHOT-branch_testlink_1_6-2006-11-14.tar.bz2">here</a></p>
<p>Please leave a comment describing your experience.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://testlink.org/wordpress/2006/10/27/rc-for-testlink-163/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
