Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-10T11:21:32.000Z (almost 4 years ago)
- Last Synced: 2023-03-08T06:58:46.121Z (almost 2 years 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
![Simulator Screen Shot - iPhone 12 mini - 2021-01-29 at 03 28 18](https://user-images.githubusercontent.com/22410262/106204139-7fd37600-61e2-11eb-806d-f848dfd432a6.png)
# 👨💻 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).