-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Test Cases for Issue #126 - Verify the field validation is working in the manager plan screen Issue #219
- Loading branch information
Showing
26 changed files
with
119 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+12.4 KB
Tests/Regression/Manager/Images/file_method/macos_warning_label_no_all.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+7.38 KB
Tests/Regression/Manager/Images/file_method/macos_warning_label_no_rampup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+6.74 KB
Tests/Regression/Manager/Images/file_method/macos_warning_label_no_robots.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+6.82 KB
Tests/Regression/Manager/Images/file_method/macos_warning_label_no_run.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+6.85 KB
Tests/Regression/Manager/Images/file_method/macos_warning_label_no_script.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+6.32 KB
Tests/Regression/Manager/Images/file_method/macos_warning_label_no_test.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+8.37 KB
Tests/Regression/Manager/Images/file_method/ubuntu_warning_label_no_all.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.33 KB
Tests/Regression/Manager/Images/file_method/ubuntu_warning_label_no_rampup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.72 KB
Tests/Regression/Manager/Images/file_method/ubuntu_warning_label_no_robots.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.79 KB
Tests/Regression/Manager/Images/file_method/ubuntu_warning_label_no_run.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4 KB
Tests/Regression/Manager/Images/file_method/ubuntu_warning_label_no_script.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.48 KB
Tests/Regression/Manager/Images/file_method/ubuntu_warning_label_no_test.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.31 KB
Tests/Regression/Manager/Images/file_method/windows_warning_label_no_all.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.22 KB
Tests/Regression/Manager/Images/file_method/windows_warning_label_no_rampup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.98 KB
Tests/Regression/Manager/Images/file_method/windows_warning_label_no_robots.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.03 KB
Tests/Regression/Manager/Images/file_method/windows_warning_label_no_run.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.01 KB
Tests/Regression/Manager/Images/file_method/windows_warning_label_no_script.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.91 KB
Tests/Regression/Manager/Images/file_method/windows_warning_label_no_test.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions
12
Tests/Regression/Manager/testdata/Issue-#126/Issue-#126_all.rfs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[Scenario] | ||
uploadmode = err | ||
scriptcount = 1 | ||
graphlist = | ||
|
||
[1] | ||
robots = 0 | ||
delay = 0 | ||
rampup = 0 | ||
run = 0 | ||
test = | ||
|
13 changes: 13 additions & 0 deletions
13
Tests/Regression/Manager/testdata/Issue-#126/Issue-#126_rampup.rfs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[Scenario] | ||
uploadmode = err | ||
scriptcount = 1 | ||
graphlist = | ||
|
||
[1] | ||
robots = 1 | ||
delay = 0 | ||
rampup = 0 | ||
run = 10 | ||
test = Example Test Case | ||
script = example.robot | ||
|
13 changes: 13 additions & 0 deletions
13
Tests/Regression/Manager/testdata/Issue-#126/Issue-#126_robots.rfs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[Scenario] | ||
uploadmode = err | ||
scriptcount = 1 | ||
graphlist = | ||
|
||
[1] | ||
robots = 0 | ||
delay = 0 | ||
rampup = 10 | ||
run = 10 | ||
test = Example Test Case | ||
script = example.robot | ||
|
13 changes: 13 additions & 0 deletions
13
Tests/Regression/Manager/testdata/Issue-#126/Issue-#126_run.rfs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[Scenario] | ||
uploadmode = err | ||
scriptcount = 1 | ||
graphlist = | ||
|
||
[1] | ||
robots = 1 | ||
delay = 0 | ||
rampup = 10 | ||
run = 0 | ||
test = Example Test Case | ||
script = example.robot | ||
|
12 changes: 12 additions & 0 deletions
12
Tests/Regression/Manager/testdata/Issue-#126/Issue-#126_script.rfs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[Scenario] | ||
uploadmode = err | ||
scriptcount = 1 | ||
graphlist = | ||
|
||
[1] | ||
robots = 1 | ||
delay = 0 | ||
rampup = 10 | ||
run = 10 | ||
test = test | ||
|
12 changes: 12 additions & 0 deletions
12
Tests/Regression/Manager/testdata/Issue-#126/Issue-#126_test.rfs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[Scenario] | ||
uploadmode = err | ||
scriptcount = 1 | ||
graphlist = | ||
|
||
[1] | ||
robots = 1 | ||
delay = 0 | ||
rampup = 10 | ||
run = 10 | ||
test = | ||
script = example.robot |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters