Forum Discussion

yogish_mt26's avatar
yogish_mt26
Occasional Contributor
12 years ago

[LoadUIWeb] Running one test to another test using Batch files

Hello sir,



now i running one test at time, so i want to run 5 test one after the another using batch file.



please provide me any solution
  • MPunsky's avatar
    MPunsky
    SmartBear Alumni (Retired)
    You can do this by running WebLoadUI from the commandline.



    The full instructions for doing this are contained in the help files, but the general syntax is as follows:




    WebLoadUI.exe [file_name [/run 

    [
    /test:test_name ] ] [/exit]]

    [/SilentMode][/exportlog:File_name][/ForceConversion][/ns]



    If you string these together within a batch file, you should be able to accomplish your goal.