Model Based Testing, AUTOMATIC GENERATION OF ANDROID UI TEST CASES FROM UML MODLES -
i working on generating ui test cases automatically android using model based testing approach , need modelling.
so activities , use state diagrams. eg : state a( mainactivity) -> state b(editactivity).
now in each activity , there ui elements need model . eg: state a(main activity) contains textview, imageview , need generate test-cases each. eg. textview in state a(main activity) need check possibilities i.isvieweddisplayed ii. if true fill in text iii. test being displayed. need elements in each view , after im done. transition next state view.
i need know model use describe views , possible test cases , how can connected state diagram.
i using argouml draw state diagram.
nb : writing graph algorithm transverse paths.
i hope explanation enough. thank you.
Comments
Post a Comment