1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-13 12:05:21 +02:00
cdt/rse/tests/org.eclipse.rse.tests.framework/html/futures.html

22 lines
1 KiB
HTML
Raw Normal View History

<?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>