-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCommandLineExamples.txt
More file actions
23 lines (19 loc) · 959 Bytes
/
CommandLineExamples.txt
File metadata and controls
23 lines (19 loc) · 959 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#1st Command Window
#Starting the server on specific host and port
cd SQUISHDIR/bin
squishserver --port 4322 --host localhost --verbose
#2nd Command Window
#Running squishrunner and executing all test cases of the test suite
cd SQUISHDIR/bin
squishrunner --host localhost --port 4322 --testsuite TESTSUITEFOLDER\suite_advanced_test_execution_sections_2_to_4
#3rd Command Window
#Starting the server
cd SQUISHDIR/bin
squishserver
#4th Command Window
#Running squishrunner and executing specific test cases
cd SQUISHDIR/bin
squishrunner --testsuite TESTSUITEFOLDER\suite_advanced_test_execution_sections_2_to_4 --testcase tst_product --testcase tst_sum
#Running squishrunner and executing all test cases of the test suite in random order
squishrunner --testsuite TESTSUITEFOLDER\suite_advanced_test_execution_sections_2_to_4 --random --local
squishrunner --testsuite TESTSUITEFOLDER\suite_advanced_test_execution_sections_2_to_4 --random 2877322191 --local