Tag Archives: Silktest

How To Show Silktest Automation Results in Real Time

The SilkTest® built-in result or logging system can’t show results in real time, so you have to use the API combined with some database operations. We can use these methods to write all the execution results into a remote database during script execution; then write some ASP pages to retrieve the data from the database; then deploy the pages to an application server like IIS and finally post the site publicly. Then, your client can log into the ASP site and read the automation status and results at any time. More

Posted in Test Automation | Tagged , , | Leave a comment