Lan Hui
|
44aa38be76
|
Add a new regression test: test_student_can_join_course
|
2024-09-28 09:46:52 +08:00 |
Lan Hui
|
debd85e74d
|
Add two new regression tests: test_student_with_valid_student_number_can_sign_up, test_student_with_invalid_student_number_cannot_sign_up
|
2024-09-27 10:16:01 +08:00 |
Lan Hui
|
39c14f7425
|
Add a new regression test: test_lecturer_can_add_student_numbers
|
2024-09-26 18:14:37 +08:00 |
Lan Hui
|
1ed7e2e394
|
Add test case: test_lecturer_can_post_assignment
|
2024-09-25 16:10:55 +08:00 |
Lan Hui
|
a34ab61916
|
Add a new regression test
|
2024-09-24 09:09:54 +08:00 |
Lan Hui
|
33f997412b
|
Improve the test script
|
2024-09-22 11:28:02 +08:00 |
Lan Hui
|
b1dbd94b00
|
Add a regression test script and fix bug
|
2024-09-22 10:50:49 +08:00 |
Lan Hui
|
7388868678
|
README.md: edit
|
2024-09-17 14:58:47 +08:00 |
Lan Hui
|
aa85b742f5
|
README.md: how to restore database
|
2024-09-17 14:51:22 +08:00 |
Lan Hui
|
e1c95395ef
|
README.md: seperate Q and A into two different lines
|
2024-09-17 14:40:23 +08:00 |
mrlan
|
65920bc0ac
|
Merge pull request 'Fix bug 193 http://118.25.96.118/bugzilla/show_bug.cgi?id=193' (#35) from Bug193-Martha into Hui-Organize
Reviewed-on: #35
|
2024-09-16 19:25:29 +08:00 |
Lan Hui
|
e66af1f419
|
Fix Bug 193
|
2024-09-16 19:22:39 +08:00 |
mrlan
|
162b347119
|
Merge pull request 'BUG430-Eden test script' (#70) from Eden-Testscript into Hui-Organize
Reviewed-on: #70
|
2024-09-16 18:47:01 +08:00 |
mrlan
|
5ebb0ccd6c
|
Merge pull request 'Fix Bug 430' (#63) from Bug430-Eden into Hui-Organize
Reviewed-on: #63
|
2024-09-15 16:03:59 +08:00 |
Lan Hui
|
5bbd812189
|
Fix bug 430
|
2024-09-15 16:02:40 +08:00 |
Lan Hui
|
162de63b4d
|
Merge branch 'Bug430-Eden' of http://118.25.96.118:3000/mrlan/LRR into Bug430-Eden
|
2024-09-15 15:45:20 +08:00 |
mrlan
|
88d20ed476
|
Merge pull request 'Bug486-Nartey' (#65) from Bug486-Nartey into Hui-Organize
Reviewed-on: #65
|
2024-09-15 15:34:57 +08:00 |
Lan Hui
|
5d0d0d91f7
|
Resolve merge conflict
|
2024-09-15 15:32:30 +08:00 |
mrlan
|
fea32072c3
|
Merge pull request 'Bug352-Neil-Revised' (#69) from Bug352-Neil-Revised into Hui-Organize
Reviewed-on: #69
|
2024-09-15 14:23:42 +08:00 |
nartey
|
5639ce4c6b
|
test script
|
2024-06-21 13:32:50 +08:00 |
nartey
|
8f3919d3bb
|
TestScript
|
2024-06-21 13:16:11 +08:00 |
ADMASU EDEN SOLOMON
|
da18cb617d
|
BUG430-Eden test script
|
2024-06-21 06:06:32 +08:00 |
Lan Hui
|
23e192568f
|
Merge branch 'Hui-Organize' of http://118.25.96.118:3000/mrlan/LRR into Bug352-Neil-Revised
|
2024-05-10 08:13:21 +08:00 |
Lan Hui
|
dc3ff79b5d
|
Rename test_cases.py to test_bug352_neil.py, and change some lines to use fixtures in conftest.py.
|
2024-05-10 08:13:04 +08:00 |
Lan Hui
|
690db8d5fe
|
Merge branch 'BUG352-NEIL2' of http://118.25.96.118:3000/mrlan/LRR into Bug352-Neil-Revised
|
2024-05-10 07:34:56 +08:00 |
mrlan
|
1a01b4facd
|
Merge pull request 'added my version of the test script' (#67) from Bug418-Yaaqob into Hui-Organize
Reviewed-on: #67
|
2024-05-10 07:19:52 +08:00 |
Lan Hui
|
4024a36021
|
(1) Move conftest.py to the top level test directory so that it applies to all test subfolders; (2) Move login() to helper.py so that it could be reused by other test scripts.
|
2024-05-10 07:17:56 +08:00 |
KOUONTCHOU NEIL ARMSTRONG
|
f600f2bc24
|
this is the demo video link https://cloud.zjnu.edu.cn/share/5d5a595aa863203768489383cd a second live demonsatration would be made in class
|
2024-05-08 15:48:49 +01:00 |
KOUONTCHOU NEIL ARMSTRONG
|
8e200b647f
|
udpdate that includes database restore make sure the original database link is ok in the case of error
|
2024-05-08 15:42:56 +01:00 |
KOUONTCHOU NEIL ARMSTRONG
|
dcd0e522c7
|
updated code tha uses fixture to restore the database. make sure the link of the database sql file is set nomally. this is the demo video https://cloud.zjnu.edu.cn/share/5d5a595aa863203768489383cd
|
2024-05-07 12:45:03 +01:00 |
Lan Hui
|
4da1c5a641
|
Merge branch 'Hui-Organize' of http://118.25.96.118:3000/mrlan/LRR into Bug418-Yaaqob
|
2024-05-03 15:38:06 +08:00 |
Lan Hui
|
f2aa60c994
|
Define extra fixtures (i.e., driver, url, admin_username, admin_password) in conftest.py and use them
|
2024-05-03 15:34:39 +08:00 |
Lan Hui
|
5b72461eda
|
Make the password work
|
2024-05-02 20:45:06 +08:00 |
Lan Hui
|
ff092f2a8e
|
Merge branch 'Bug418-Yaaqob' of http://118.25.96.118:3000/mrlan/LRR into Bug418-Yaaqob
|
2024-05-02 19:11:42 +08:00 |
YAAQOB ABDULSATTAR HAMID ABDULQADER
|
622ed4350f
|
added my version of the test script
|
2024-04-29 14:14:19 +08:00 |
ADMASU EDEN SOLOMON
|
64ffc3af1c
|
Resolve merge conflict( probably due to overlapping changes made in branch Bug557-Ayoub
|
2024-01-12 02:24:45 +08:00 |
mrlan
|
fde44f7600
|
Merge pull request 'Fix Bug 557' (#61) from Bug557-Ayoub into Hui-Organize
Reviewed-on: #61
|
2024-01-08 18:25:36 +08:00 |
mrlan
|
44a7d4533e
|
Merge pull request 'BUG352-NEIL2' (#59) from BUG352-NEIL2 into Hui-Organize
Reviewed-on: #59
|
2024-01-08 18:24:59 +08:00 |
mrlan
|
70d2bb4504
|
Merge pull request 'Fixed Bug418' (#58) from Bug418-YAAQOB-MPIANA into Hui-Organize
Reviewed-on: #58
|
2024-01-08 18:24:21 +08:00 |
Nartey Sylvester Amanor
|
9f03d380cd
|
Fix Bug486
|
2023-12-31 19:43:47 +08:00 |
Nartey Sylvester Amanor
|
c1f95ce017
|
Bug Fix 486
|
2023-12-31 18:20:22 +08:00 |
KOUONTCHOU NEIL ARMSTRONG
|
9d1670577e
|
this is the demo video.https://share.weiyun.com/I6ojWg0E
|
2023-12-27 22:45:36 +01:00 |
KOUONTCHOU NEIL ARMSTRONG
|
a87c741c13
|
Update test case script with improvements
- Removing unused statement.
- Testing already existing accounts.
|
2023-12-27 22:29:25 +01:00 |
ADMASU EDEN SOLOMON
|
adc9daef98
|
Fix Bug 430
|
2023-12-27 03:15:49 +08:00 |
YAAQOB ABDULSATTAR HAMID ABDULQADER
|
2dcbfab501
|
Merge branch 'Bug418-YAAQOB-MPIANA' of http://118.25.96.118:3000/mrlan/LRR into Bug418-YAAQOB-MPIANA
|
2023-12-27 00:11:46 +08:00 |
YAAQOB ABDULSATTAR HAMID ABDULQADER
|
cd7ece13bc
|
MPIANA updated test script test_assign_ta.py
|
2023-12-27 00:08:41 +08:00 |
YAAQOB ABDULSATTAR HAMID ABDULQADER
|
20cc8a332c
|
Merge branch 'Hui-Organize' of http://118.25.96.118:3000/mrlan/LRR into Bug418-YAAQOB-MPIANA
|
2023-12-27 00:03:50 +08:00 |
Lan Hui
|
1c560589ba
|
Merge branch 'Bug557-Ayoub' of http://118.25.96.118:3000/mrlan/LRR into Bug557-Ayoub
|
2023-12-23 17:17:27 +08:00 |
Lan Hui
|
61212c8e94
|
Merge branch 'Bug418-YAAQOB-MPIANA' of http://118.25.96.118:3000/mrlan/LRR into Bug418-YAAQOB-MPIANA
|
2023-12-23 15:54:35 +08:00 |
KOUONTCHOU NEIL ARMSTRONG
|
da9e29c5b6
|
this is the video https://cloud.zjnu.edu.cn/share/7c5a9ec7a87883c105687cf234
|
2023-12-22 15:05:33 +01:00 |