摘要: install and config //Installing on Linux: sudo dnf install git-all git config --global user.name "wenyan" git config --global user.email "sabertobihwy 阅读全文
posted @ 2023-10-27 23:52 PEAR2020 阅读(14) 评论(0) 推荐(0)
摘要: Pain point: The front-end cannot be tested until the back-end interface has been developed.The front end only needs: response of the interfaceTest set 阅读全文
posted @ 2023-10-27 16:45 PEAR2020 阅读(11) 评论(0) 推荐(0)
摘要: challenges: 1. version control After testing the branch A, pull the latest code(merged B) -> confilcts ? no conflicts? -> regression testing 2. change 阅读全文
posted @ 2023-10-27 13:53 PEAR2020 阅读(19) 评论(0) 推荐(0)