Announcement

Collapse
No announcement yet.

Command line

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Command line

    Hi Users,

    one interesting question, is there a possibility to set testcases to different status (failed, passed, postponed,....) by using the command line and not the GUI.
    I have writen a small tool by myself to perform automatic test, and now i want them to turn the status.
    Is this with testlog possible?
    Regards
    Lawre

  • #2
    Currently it isn't possible to edit test cases using the command line, only to generate reports and project web exports.

    Comment


    • #3
      Hi Lawre,

      we also have built up an automated testing framework around TestLog. I think one of TestLog's strengths is that all Test Cases are XML based. So you can use an XML reader/writer to work with the TestCases.... Or you can even just modify the text in the XML files (awk, sed, perl,...).

      Christian

      p.s. In general I would also like if TestLog would become a bit more flexible wrt. customization of the GUI. This would make it more intuitiv.

      Comment


      • #4
        well so the xml writer must do , maybe another release will be more flexible
        thanks for the input
        Lawre

        Comment

        Working...
        X