Caveat I haven't used IxChariot in about 5 years, so my memory may be inaccurate and/or the product may have changed

What part of IxChariot are you attempting to automate: test creation, test execution, post-execution processing, or a combination of the above? I don't think there's a way to 'automate' test creation; that's kind of the point of having the product. I believe that the perl script OGB was referring to is actually a script for automating execution. You can use the GUI to create a set of tests, then use just about any scripting language to run these tests concurrently/sequentially. There isn't a perl API per se, but it would be easy to invoke the test execution commands via perl. No API exists (that I know of) for parsing the test results. I believe the various run options for the test dictate the type/format of the stats you receive. If you need some sort of result calculation that the tool doesn't do for you, it shouldn't be hard to parse the tabular output to get the values you need.

You should probably describe what you're trying to automate, and why the IxChariot product as-is is deficient in what you are trying to accomplish

fnord


In reply to Re: ixchariot automation using perl by Illuminatus
in thread ixchariot automation using perl by rjsaulakh

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.