mmtestenv/mmtesttools/Scripts/TestResultsComparisonTool/RegressionSuite/RunTesting.bat
changeset 24 2672ba96448e
equal deleted inserted replaced
21:1c0a769d0cc5 24:2672ba96448e
       
     1 call ResultsComparison.pl -m Mistral -s http://localhost:8080/new/new_summary.html -r http://localhost:8080/ref/ref_summary.html -k c:\RegressionTestKF.xml -c TB92 -p Winscw -v > normal_log.txt
       
     2 
       
     3 call ResultsComparison.pl -m Mistral -s http://localhost:8080/new/new_summary.html -r http://localhost:8080/ref/ref_summary.html -k c:\RegressionTestKF.xml -c TB92 -p Winscw -i -v > normal_ignorenotinref_log.txt
       
     4 
       
     5 call ResultsComparison.pl -m Mistral -s http://localhost:8080/incorrect_url.html -r http://localhost:8080/ref/ref_summary.html -k c:\RegressionTestKF.xml -c TB92 -p Winscw -v > nosummary_log.txt
       
     6 
       
     7 call ResultsComparison.pl -m Mistral -s http://localhost:8080/empty_summary/empty_summary.html -r http://localhost:8080/ref/ref_summary.html -k c:\RegressionTestKF.xml -c TB92 -p Winscw -v > emptysummary_log.txt
       
     8 
       
     9 call ResultsComparison.pl -m Mistral -s http://localhost:8080/new/new_summary.html -r http://localhost:8080/ref/ref_summary.html -v > nokfsheet_log.txt
       
    10 
       
    11 call ResultsComparison.pl -m Mistral -s http://localhost:8080/new/new_summary.html -r http://localhost:8080/ref/ref_summary.html -k c:\KFSheetWrongFormat.xls -c TB92 -p Winscw -v > wrongformatkfsheet_log.txt
       
    12 
       
    13 call ResultsComparison.pl -m Mistral -s http://localhost:8080/new/new_summary.html -r http://localhost:8080/ref/ref_summary.html -k c:\missing_kf_sheet.xml -c TB92 -p Winscw -v > missingkfsheet_log.txt
       
    14 
       
    15 call ResultsComparison.pl -m Mistral -s http://localhost:8080/new/new_summary.html -k c:\RegressionTestKF.xml -c TB92 -p Winscw -v > noreferencebuild_log.txt
       
    16 
       
    17 call ResultsComparison.pl -m Local -s ./logs/ -r http://localhost:8080/ref/ref_summary.html -k c:\RegressionTestKF.xml -c TB92 -p Winscw -v > local_normal_log.txt