getdemo.php

来自「Software Testing Automation Framework (S」· PHP 代码 · 共 72 行

PHP
72
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head>  <title>Software Testing Automation Framework (STAF)</title></head><body><?phprequire "top.php";require "navigate.php";?><!-- Insert text for page here --><tr><td><center><a name=top><h1>Run STAF Demo</h1></center><font face="arial, helvetica" color="#1e029a" size="4"><b>STAF V3 Demo</b></font><p>This demo gives some hands on examples of how to use and leverage the primary internaland external services in STAF. In particular, it shows the use of the following STAFservices: <ul><li>Process <li>Variable <li>Semaphore <li>Queue <li>Log <li>Monitor <li>Resource Pool </ul><p>This demo is written in Java.<p>The <a href="current/STAFGS.pdf">Getting Started with STAF V3</a> document describes in detail howto setup and run the demo. <p>The demo is usually installed when you install STAF (unless you chose a minimal install or a custom install and deselected the Demo component).  If you did not install the demo,then you can download it from here. <!-- and then unzip it to get the STAFDemo.jar file. --><p><table border="1"><tr>  <td><b>File</b></td>  <td><b>File format</b></td>  <td><b>File size</b></td></tr><tr>  <td><a href="demo/STAFDemo.jar">STAFDemo.jar</a></td>  <td>zip file</td>  <td>57 KB</td></tr></table><p></td></tr><!-- end of text for page --><?phprequire "bottom.php";?></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?