mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-13 03:55:22 +02:00
21 lines
1 KiB
HTML
21 lines
1 KiB
HTML
<?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>
|
|
<title>Artemis Test Framework</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta http-equiv="Content-Style-Type" content="text/css"/>
|
|
<link rel="stylesheet" type="text/css" href="../book.css"/>
|
|
</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>
|