https://github.com/rajaikumar-iosdev/simplebddexample
🧪 This is an example of basic implementation of BDD(Given, When & Then) in swift.
https://github.com/rajaikumar-iosdev/simplebddexample
bdd ios swift uitesting unittesting
Last synced: 11 months ago
JSON representation
🧪 This is an example of basic implementation of BDD(Given, When & Then) in swift.
- Host: GitHub
- URL: https://github.com/rajaikumar-iosdev/simplebddexample
- Owner: Rajaikumar-iOSDev
- License: mit
- Created: 2021-01-28T21:52:00.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-10T11:21:32.000Z (almost 5 years ago)
- Last Synced: 2025-01-16T02:30:41.144Z (about 1 year ago)
- Topics: bdd, ios, swift, uitesting, unittesting
- Language: Swift
- Homepage: https://rajaikumar.medium.com/ios-behavioural-testing-given-when-then-in-ui-unit-testing-part-1-41e3eff8811b
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🧪SimpleBDDExample
This is an example of basic implementation of BDD(Given, When & Then) in swift.
UI test cases built on top of unit test cases. Seperate test plans created for UI & unit test cases.
# 📄Tutorial in Medium
Click the Medium badge to read the tutorials.
Since it was a big read, I have seperated it into two parts.
## 🥞Tech stack
UIKit, XCTest, Swift & Xcode.
## 📸Screenshot

# 👨💻 Author
[Rajai kumar](https://github.com/Rajaikumar-iOSDev)
# 🔖 Licence
The project is availabe under [MIT licence](https://github.com/Rajaikumar-iOSDev/SimpleBDDExample/blob/main/LICENSE).