Agenda: To understand Appium and explore concepts that helps us to achieve mobile test automation. Introduction: Open source tool that works for native, hybrid and mobile apps Supports selenium webdriver API Platform support for iOS, Android and FirefoxOS Architecture: Appium Client Code => Json (Request) ==> Appium Server ==> UIAutomator2 ==> Android ==> XCUITest ==> iOS Appium client code is the code that is written by user using any language that is supported by selenium like Java, C#, python etc The request will be sent to Appium server in the form of JSON, which is interpreted by server and executes ac...
Comments
Post a Comment