What is Synchronization point? Why it is being added in testing an application?
Synchronization points helps to solve the expected timing problems between your application and the test. For a database application test, the synchronization point can be added which makes the test to wait until that particular database records get loaded on the screen.
0 Comments:
Post a Comment
<< Home