File: intro.xml

package info (click to toggle)
postfixadmin 2.3.5-2%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 6,200 kB
  • sloc: php: 25,767; xml: 14,485; perl: 964; sh: 664; python: 169; makefile: 84
file content (54 lines) | stat: -rw-r--r-- 1,914 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?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>