Menu

How can I run a script repeatedly?

Help
2004-11-22
2013-05-20
  • jucain butler

    jucain butler - 2004-11-22

    I would like to run a script for several hours or even a few days to test the software, memory, and database.  Does anyone know how I can do this through Abbot/Costello, or possibly from the DOS command line in the .bat file?

    Thanks

     
    • Timothy Wall

      Timothy Wall - 2004-11-22

      Write your own test runner, or use something like http://abbot.sourceforge.net/src/example/MyCodeStressTest.java

       
      • jucain butler

        jucain butler - 2004-11-22

        I was finally able to get the code to compile and run my script, but i'm getting one error in the testLoop() method, which says -- "Only a single Launch Step may be used".

        basically i'm only able to run one iteration of the loop... 

        how to i get the program to launch the GUI more than once?

         
    • jucain butler

      jucain butler - 2004-11-22

      Thanks for the quick response!!

      I'm new to testing, and I've only been using the record and playback feature to create scripts, so this is not immediately clear. 

      Let me study the sample code to see if I modify it and setup my programming environment so that it can work.

      I may be back soon with followup questions. 

      Thanks again!

       
    • jucain butler

      jucain butler - 2004-11-22

      Got it.  forgot the terminate step in my script

       

Log in to post a comment.