SW 중심대학 OSS GIT 서버 박건태, 이승준, 고기완, 이준호 새로운 배포
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
1.7 KiB

4 years ago
  1. # Quality Report
  2. `ARSubsystems` is a support package (does not appear in the package manager UI) that cannot
  3. be manually tested in isolation. The following QA report describes the end-to-end testing done
  4. for `ARCore XR Plugin` which has a dependency `ARSubsystems`.
  5. ## Version tested: [*ARSubsystems 2.0.0*]
  6. ## QA Owner: [*Dianna Ireland*]
  7. ## UX Owner: [*Sean Low*]
  8. ## Test strategy
  9. * [ARFoundation testrail](https://qatestrail.hq.unity3d.com/index.php?/suites/view/2755&group_by=cases:section_id&group_order=asc)
  10. * [Tests compelted in Google Doc](https://docs.google.com/document/d/1kblEP6o9gpZ3b5nk7HpZ55G3aJSGzyJhETf_tJec36Q/edit)
  11. * [Jenkins Automation](http://xrtest.hq.unity3d.com:8080/job/Test_Jobs/job/2019.1/job/2019.1-Win2-Run_All_XR_Functional_Tests/) - Only confirms activating ARCore does not result in failures.
  12. ## Package Status
  13. Use this section to describe:
  14. * Test Suite scenes confirming basical functionality.
  15. * ✅ Simple AR - Scene rendered asset tracked accurately on plane.
  16. * ✅ Motion Tracking - Tracks position trail as expected.
  17. * ✅ Camera to Meshed background switching - Camera switches between rendered background and camera background, keeping assets accurately in place.
  18. * ✅ Plane Detection - Able to track vertical and horizonal planes.
  19. * ✅ ARParticles - Particles fall from correct position and orient correctly when rotating camera.
  20. * ✅ Navigational Meshing - User is able to trace planes and use simple plane asset to recoginize where it is able to travel.
  21. * ✅ Anchor Testing - User can place Pose and Plane anchors on planes.
  22. * ✅ AR Video Player - Video is rendered correctly inside of a plane created by user.
  23. ARFoundation with ARsubsystems is stable and all test scenes worked as expected.