Automated tests for the ContactBook App:
- API tests (based on NUnit and ReshSharp)
- Selenium Web UI tests (based on NUnit + Selenum + ChromeDriver)
- Appium Android UI tests (based on Appium + AndroidDriver)
- Appium Windows Desktop UI tests (based on Appium + WinAppDriver)
“Contact Book” is a simple information system for managing contacts. Each contact consists of first name, last name, email, phone and comments. Users can view the contacts, search by keyword, and add new contacts.
The system consists of: RESTful API + Web client app + Desktop client app + Android mobile app. Project assets:
- https://github.com/nakov/ContactBook – ContactBook RESTful API and Web client app
- https://github.com/nakov/ContactBook-DesktopClient – ContactBook desktop app for Windows
- https://github.com/nakov/ContactBook-AndroidClient – ContactBook mobile app for Android
- Live demo: https://samplecontactbook.zhivkozhelqzkov.repl.co
- Live code: https://repl.it/@ZhivkoZhelqzkov/SampleContactBook