You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/codebang_test_guide.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,9 +59,18 @@ This is a tutorial for developer to prefect test cases of codebang. There is a [
59
59
Suite Setup Open Codebang To Home Page
60
60
Suite Teardown Close Browser
61
61
```
62
-
### Tags
62
+
#### Keywords, cases and documentions
63
+
See [How to write good test cases using Robot Framework](https://github.com/robotframework/HowToWriteGoodTestCases/blob/master/HowToWriteGoodTestCases.rst)
64
+
65
+
#### Tags
66
+
In order to costomize **smoke test**, we should create test cases with `Tags`.A test case can specified with multiple tags.
67
+
* Use the `main` for the most important test case, such as login, add course etc.
68
+
* Use the `normal` for legal operations
69
+
* Use the `abnormal` for iilegal operations
70
+
* Continually updating...
63
71
64
72
## Reference
65
73
66
74
*[Robot Framework User Guide](http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html)
67
-
*[The home page of SeleniumLibrary](https://robotframework.org/SeleniumLibrary/)
75
+
*[The home page of SeleniumLibrary](https://robotframework.org/SeleniumLibrary/)
76
+
*[How to write good test cases using Robot Framework](https://github.com/robotframework/HowToWriteGoodTestCases/blob/master/HowToWriteGoodTestCases.rst)
0 commit comments