Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 2.21 KB

README.md

File metadata and controls

33 lines (27 loc) · 2.21 KB

#Goal Our goal was to establish an independent QA for social network Diaspora implementing basic functional test automation in the style of a complete black box testing (test automation on production version)

#"Done" list

  • research and analysis of the Diaspora functionality were performed

  • functional map was developed

  • implemented auto-tests for more than 50% functional

    • 87 out of 108 features were covered by tests
    • taking into account the complexity of features, the approximate percentage of coverage is near 50%
  • reporting for tests was configured (Allure report)

    • report (general view) report (general view)
    • report (detailed information about test) report (detailed information about test)
    • test method code example - according to report test method code example - according to report
    • report archive
  • as a result

    • 16 issues for diaspora was created
      • (12 out of 16 issues were closed, 6 out of 12 closed issues were resolved as of 19 October 2016)
    • expertise of "black box" approach for Web UI automation of application "production version" was built