Posts

Showing posts from August, 2020

Appium Architecture & Appium - XCUITest Driver setup on Real iOS Device(Updated on 2nd June 2024 from United Kingdom)

Image
Predominantly, smartphone users spend time on mobile applications. Thus developing a great mobile app experience is essential. To ensure our apps work seamlessly on both platform iOS and Android we need proper testing before releasing it in the respective app stores which are very critical. To perform functional testing on mobiles apps we have mainly two testing technique:-   ·        Testing to be done Non-Scripted by QA analyst (Human)  -  Testing does not use frameworks but may use guidelines, checklists, stringent processes to draft certain test cases. ·        Automation Testing  which is done with the use of script, code, and automation tools (computer) by a tester.  Automation testing uses frameworks like Data Drive, Keyword, Hybrid to accelerate the automation process. Now, to perform automation testing we need certain tools to interact with the mobile applications and do testing for us, and he...