Writing tests using XCTest alone can make it difficult to organize your tests and keep them readable and maintainable. Using a BDD testing framework helps solve these problems and makes it easier and more enjoyable to write tests.
Sorry I may have a little dumb question. I am new to BDD and Swift. I do have some Obj-C experience. My question is: is BDD widely used in the industry for iOS Swift development? Or it sort of faded off in last few years. I just don’t see much newer documentation in last 2 years. Thanks.
I don’t have widespread adoption numbers. You’ll have to do some research. That said, looking at the Quick github page, it looks be up to date and active.