0 votes
in Appium by
What Is Data Exchange?

1 Answer

0 votes
by

When I say “data exchange” I am not referring to scenarios like getting or setting the value of a textbox or an elements attribute. All these things are easy to achieve in Appium as Selenium provides commands just for those. By “data exchange” I mean exchanging information hosted by complex objects stored in different parts of your webview-based app like the window object.

Consider the scenario when you dispatch and capture events. Your app can possibly perform many functions and the way the flow of data can be handled are many. Some objects might also have a state and the state machine behind some scenarios in your app can be large and articulated. For all these reasons you might experience problems when testing.

Related questions

0 votes
asked Apr 24, 2023 in Looker by john ganales
0 votes
asked Mar 7, 2022 in Web Services Security by rajeshsharma
...