You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
1.9 KiB
XML
54 lines
1.9 KiB
XML
<?xml version="1.0"?>
|
|
<page title="Introduction to SimpleTest" here="English version">
|
|
<long_title>
|
|
The Last Craft? Web developer tutorials on PHP, Extreme programming
|
|
and Object Oriented development
|
|
</long_title>
|
|
<content>
|
|
<p>
|
|
The <a local="simple_test">SimpleTest PHP unit tester</a> is in
|
|
the 1.0.1 release cycle and is available for download from your nearest <a
|
|
href="http://souceforge.net/projects/simpletest/">SourceForge</a>.
|
|
</p>
|
|
<p>
|
|
It is a PHP unit test, mock objects and web test framework.
|
|
Users of <a href="http://www.junit.org/">JUnit</a> will be
|
|
familiar with most of the interface.
|
|
<a href="http://jwebunit.sourceforge.net/">JWebUnit</a>
|
|
style functionality is more complete now.
|
|
It has support for SSL, frames, proxies, basic authentication and the
|
|
standard HTML controls.
|
|
The idea is that common but fiddly PHP tasks, such as logging into a site,
|
|
can be tested easily.
|
|
</p>
|
|
<p>
|
|
There is currently no support for JavaScript in the web tester.
|
|
For testing these elements we recommend
|
|
<a href="http://www.edwardh.com/jsunit/">JSUnit</a>
|
|
or
|
|
<a href="http://selenium.thoughtworks.com/index.html">Selenium</a>.
|
|
</p>
|
|
</content>
|
|
<meta>
|
|
<keywords>
|
|
software development,
|
|
computer programmer,
|
|
php programming,
|
|
programming php,
|
|
software development tools,
|
|
software development company,
|
|
php tutorial,
|
|
free php scripts,
|
|
bespoke software development uk,
|
|
corporate web development,
|
|
architecture,
|
|
php resources,
|
|
unit test,
|
|
php testing,
|
|
test cases tutorial,
|
|
explain unit test case,
|
|
unit test example,
|
|
xml
|
|
</keywords>
|
|
</meta>
|
|
</page> |