Get help with testing, discuss unit testing strategies etc.


Post by balajivaikar »

Hi Mats & Team,

I'm evaluating Siesta for our organization. My organization is well satisfied with this product, but they've one major concern thats on recording/logging test results at build time testing in persistent storage like file for analysis before Sys Test raises bugs in our web application.

Could you please let me know, does Siesta support this feature or is it possible thru integrating to phantomjs / selenium? if so how ? (Sorry am not familiar with Phantomjs or Selenium). This really helps to convince them to buy this wonderful tool.

Thanks,
Balaji

Post by mats »

Yes this is easy using Siesta with PhantomJS/Selenium. Please see this guide and let me know if it helps?

https://www.bryntum.com/products/siesta/ ... automation

Post by balajivaikar »

Thanks Mats. This really helps a lot. In addition, can you post how the JUnit XML output for Siesta will look like ?

Thanks again for helping me out.
Balaji

Post by mats »

Here's a sample XML output (updated the guide to show this too):
<testsuite errors="0" failures="1" hostname="localhost:8085" name="Ext Scheduler Test Suite" tests="2" time="3.594" timestamp="2012-06-06T08:55:21.520">
  <testcase classname="Bryntum.Test" name="lifecycle/040_schedulergrid.t.js" time="1.238">
    <failure message="Oops" type="FAIL"></failure>
  </testcase>
  <testcase classname="Bryntum.Test" name="lifecycle/042_schedulergrid_right_columns.t.js" time="0.818"></testcase>
</testsuite>

Post Reply