Firefox OS/DeviceQA/Gaia-UI-Tests-On-Jenkins: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 10: Line 10:
** Sample file
** Sample file


== How to read build report ==
== How to Read Build Report ==
* the graph trend (quick view)
* Test Result Trend of a Project (e.g.: B2G.master.pvt.flame.gaiatest.smoketest)
** In project view (Jenkins>>Project), we can see a figure like below and quickly find out if the failed test number increases.
** In project view (Jenkins>>Project), we can see a figure like below and quickly find out if the failed test number increases.
[[File:Test Result Trend Graph.jpg|thumbnail|none|Test Result Trend]]
[[File:Test Result Trend Graph.jpg|thumbnail|none|Test Result Trend]]
* test results (overview)
 
** In test result view of a build (Jenikns>>Project>>Build>>Test Result), we can quickly know which cases failed, and its status in previous test run.
* Test Result Overview of a Build
** If it
** In Jenikns>>Project>>Build>>Test Result, we can quickly know which cases failed, and its status of the previous test run.
*** If Fail=1 && diff="", it is usually a known issue.
*** If Fail=1 && diff=+1, we need to figure out the reason: <big>'''if there is a bug or not'''</big>.
*** If Pass=1 && diff=+1, the previous issue might be resolved.
[[File:Jenkins Project build test results.jpg|thumbnail|none|Test Result Overview]]
[[File:Jenkins Project build test results.jpg|thumbnail|none|Test Result Overview]]
* index.html (report this time)
 
* Test Result Details
** In Jenkins>>Project>>Build>>index.html, we can see test result details, including build information, logs and screenshot of failed cases.
[[File:How to locate Index.heml.jpg|thumbnail|none|Where to click index.html]]
[[File:Failed Case Screenshot.jpeg|thumbnail|none|Failed Case Details]]
 
** How to verify if a failed case resulted from a bug
** How to verify if a failed case resulted from a bug
** Common non-bug errors
** Common non-bug errors
Confirmed users
129

edits

Navigation menu