I am planning to automate cross platform app which is built in Typescript using Angular JS. UI of both Android and iOS will be exactly same. I am planning to automate the app.
Can I have a same test suite for android and iOS Mobile automation using Appium? Just for element identifier we have the two different file which we choose based on the device on which we have to execute?
In same project both Android and iOS can be automated? Is it possible?
I am using C# language for coding automation using appium. BDD framework (specflow).