BDD

BDD using XCTActivity feature of XCUITest ?

Apple has recently announced new features in XCUITest framework. One of the great feature is Activities which can be used  to organise XCTest actions into human readable activities. The new protocol XCTActivity has been added to the XCTest framework. What is Activities in XCUITests Usually UI Tests perform lot of actions during execution e.g Read more…