Category: automated-testing
Undecided Question
can anyone tell me what are the best practices for UI automation?Current Answers to this Question (1) :
Answers:
-
Hi,
As soon as the application is stable we need to go for UI automation.In the first build we need spy the UI object properties and save them.When you want to check the existance of the UI objects again and again pass the saved properties to our script and check the existance of objects in the application.
Thank you
