how to test (unit test) the android ui and how to test(functional test) the same android ui using the junit framework in eclipse -
i had tested ui of android applications .the output success one. test automatically assign , calculate things calculator activity.but ,iam confusing ,what unit test , functional test .if knows this.pls point me u know
unit testing : software testing process done smallest testable parts in screen
functional testing : see if fields(including non mandatory fields) functioning correctly
Comments
Post a Comment