Testing NativeScript app with Appium

Part-1 : Views are created using xml which must have attributes like text,name,css etc. These are accessible using methods like By.name,By.cssSelector etc. depending on the attributes provided during development. Part-2 : I believe since Appium was built on selenium initially and supports majority of its functionality. You can go ahead and try something similar to … Read more