2006-09-07 01:51:42 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
2007-02-22 21:15:24 +00:00
|
|
|
<title>RSE Test Framework</title>
|
2006-09-07 01:51:42 +00:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
2007-02-22 21:15:24 +00:00
|
|
|
<meta http-equiv="Content-Style-Type" content="text/css" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="../book.css" />
|
2006-09-07 01:51:42 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h2>Future Items</h2>
|
|
|
|
<h3>Semi-Automatic Tests</h3>
|
|
|
|
<p>Scriptable tests would run in the background, but would interact with the user
|
|
|
|
on a step by step basis. The steps would be externally defined and contain an image
|
|
|
|
(perhaps a screen shot) and some instructions. The user would follow the instructions
|
|
|
|
and provide feedback along the way as the test was run. The user could pass or
|
|
|
|
fail the test at any point. This would allow for script driven user-interface
|
|
|
|
testing suitable for TVT, CRT, and GVT kinds of tests.</p>
|
|
|
|
</body>
|
|
|
|
</html>
|