mmtestenv/mmtesttools/Scripts/TestResultsComparisonTool/RegressionSuite/RunTesting.bat
author hgs
Tue, 02 Nov 2010 12:28:51 +0000
changeset 6 fe9d1bf55678
parent 0 b8ed18f6c07b
permissions -rw-r--r--
2010wk46_02
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
b8ed18f6c07b 2010wk40
hgs
parents:
diff changeset
     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
b8ed18f6c07b 2010wk40
hgs
parents:
diff changeset
     2
b8ed18f6c07b 2010wk40
hgs
parents:
diff changeset
     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
b8ed18f6c07b 2010wk40
hgs
parents:
diff changeset
     4
b8ed18f6c07b 2010wk40
hgs
parents:
diff changeset
     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
b8ed18f6c07b 2010wk40
hgs
parents:
diff changeset
     6
b8ed18f6c07b 2010wk40
hgs
parents:
diff changeset
     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
b8ed18f6c07b 2010wk40
hgs
parents:
diff changeset
     8
b8ed18f6c07b 2010wk40
hgs
parents:
diff changeset
     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
b8ed18f6c07b 2010wk40
hgs
parents:
diff changeset
    10
b8ed18f6c07b 2010wk40
hgs
parents:
diff changeset
    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
b8ed18f6c07b 2010wk40
hgs
parents:
diff changeset
    12
b8ed18f6c07b 2010wk40
hgs
parents:
diff changeset
    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
b8ed18f6c07b 2010wk40
hgs
parents:
diff changeset
    14
b8ed18f6c07b 2010wk40
hgs
parents:
diff changeset
    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
b8ed18f6c07b 2010wk40
hgs
parents:
diff changeset
    16
b8ed18f6c07b 2010wk40
hgs
parents:
diff changeset
    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