qaf
qaf copied to clipboard
QAF reports data flushed away if execution interrupted
QAF Version
QAF v2.1.14-RC1 QAF Support v2.1.14-RC1 Maven project
Background : I have QAF maven project. I'm using BDD approach to automate UI testcases. There are 16 modules (BDD scenario files ) in my project. If i execute all module it takes around 6 hrs to complete the execution. Sometime my system get crashes ( system related issue may be memory or something else ) meanwhile the execution. If i open the report and check the status of total executed testcase till system met with crash it shows the blank.It shows blank
Recently I observed the same with Jenkins Job on other system. Please refer the relevant snaps:
Here you can see the report timing under test-result folder:
Also one level in:
Expected behavior
It should persist all the data and should show in reports even if execution interrupted.
Note : This behavior is observed in normal execution (without jenkins jobs) if execution interrupted.
It may be because you have configure job to do fresh checkout or to clean up post build.