📌  相关文章
📜  如果脚本失败怎么办 - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:23.731000             🧑  作者: Mango

代码示例1
In my experience, I will identify the failure,
o if it is this due to application error,
sync error, script issue or environment 
is down, first of all I analyze the result by
reproduce it through Jenkins run only the fail one,
o if it is due to synchronization issue, 
I will add extra time by using implicit, 
explicit and some custom expected
conditions,
o If it is script issue I will debugging 
(identify) my script and fix it, analyze the exceptions,
o if it is real defect then I will log defect.