iOS Test for Openbank by David Moreno Lora

Overview

MarvelMobileTest-iOS

iOS Test for Openbank by David Moreno Lora

Installation

Clone the project and install the dependencies using

pod install

Once the pods are installed, open OpenbankMarvelTest.xcworkspace file.

Start up

In order to be able to use the Marvel's API, add your public and private keys in Defines.swift. You can obtain them in https://developer.marvel.com/docs.

Project features

The project is an iOS app that shows a list of Marvel characters using the Marvel's API. The user can scroll through all the pages, search characters by name and see the detail of each one.

Project architecture

The project follows the VIPER architecture design pattern. We can find two VIPER modules, one for each scene (CharactersList and CharacterDetail).

The group API contains all the elements that make it possible to obtain data from the API. The models are here as well.

The group Common contains some elements that are used by many areas of the app, such as extensions, utils...

The group Services contains the services that act as an interface between the VIPER modules and the networking code.

The group UI contains some abstracted views.

Unit tests

The CharactersList module has been tested using XCTest.

License

MarvelMobileTest-iOS is available under the MIT license. See LICENSE file for mor info.

You might also like...
BDD Framework and test runner for Swift projects and playgrounds
BDD Framework and test runner for Swift projects and playgrounds

Spectre Special Executive for Command-line Test Running and Execution. A behavior-driven development (BDD) framework and test runner for Swift project

The XCTest Project, A Swift core library for providing unit test support

XCTest The XCTest library is designed to provide a common framework for writing unit tests in Swift, for Swift packages and applications. This version

Test Library for Swift's Error Handling

CatchingFire CatchingFire is a Swift test framework, which helps making expectations against the error handling of your code. It provides for this pur

This repository accompanies Test-Driven Development in Swift: Compile Better Code with XCTest and TDD
This repository accompanies Test-Driven Development in Swift: Compile Better Code with XCTest and TDD

Apress Source Code This repository accompanies Test-Driven Development in Swift: Compile Better Code with XCTest and TDD by Gio Lodi (Apress, 2021). D

This is a simple test app getting data from network to practice a tad bit.

test This is a simple test app getting data from network to practice a tad bit. Start Nothing fancy, no CocoaPods, just clone and run! Architecture Ju

Test case project for mackolik

Mackolik - iOS Developer - Test Case Gökhan Mandacı 28 Oct 2021 I developed a two-page app and a general purpose drop down widget for the Mackolik Tes

This repo holds the code for Dubizzle & Bayut test App

DubizzleClassified This repo holds the code for Dubizzle & Bayut test App About App This is a simple app which basically fetches item list from the gi

Test task application based on Swift using CoreData, Alamofire, AlamofireImage and CocoaPods
Test task application based on Swift using CoreData, Alamofire, AlamofireImage and CocoaPods

iTunes Search Test task application based on Swift using CoreData, Alamofire, AlamofireImage and CocoaPods Features 🔍 Searching music albums by name

Test Technique pour LeBonCoin

Test Technique pour LeBonCoin Test Technique pour LeBonCoin Créer une application universelle (iPhone, iPad) en Swift. Celle-ci devra afficher une lis

Owner
David Moreno Lora
David Moreno Lora
Test-To-Do-List - Test To Do List with core data

test-To-Do-List This is my first pet project with core data Launch screen Main s

Artem 0 Feb 26, 2022
test ios UnitTest and UITest

github_actions Bundlerの導入 fastlaneやiOSパッケージマネージャであるCocoaPodsはRubyのライブラリ 開発チームで使用するバージョンを揃えるためにBundlerを導入する bundlerのインストール gem install bundler Gemfile

SUGY 0 Nov 3, 2021
iOS Test Hasitha

Welcome to the Bidone iOS Coding Test! iOS Create a simple application with the list of orders from viewModel and display them in a list. When a user

null 0 Nov 12, 2021
iOS UI Automation Test Framework

Deprecation: EarlGrey 1.0 is deprecated in favor of EarlGrey 2.0 which integrates it with XCUITest. Please look at the earlgrey2 branch. EarlGrey 1.0

Google 5.5k Dec 30, 2022
A collection of useful test helpers designed to ease the burden of writing tests for iOS applications.

MetovaTestKit is a collection of useful test helpers designed to ease the burden of writing tests for iOS applications. Requirements Installation Usag

null 23 Aug 29, 2021
Alef Dev Test iOS

AlefDev тестовое задание iOS Задача Разработайте экран, где человек может заполн

null 0 Feb 25, 2022
Rapptr iOS Test Jimin Kim

Hello! Your task is to use the provided project to create the iOS app displayed

null 0 Dec 22, 2021
Mooviely - Mooviely Basic App for IOS Test

Mooviely Mooviely Basic App for IOS Test. Anasayfa Bu sayfa açıldığında ekranın

null 0 Feb 13, 2022
Monkey Test Tool For iOS

CrashMonkey Japanese About This is a tool of monkey test(random operation test) for iOS applications. Please watch the demo movie. CrashMonkey uses UI

Ken Morishita 198 May 25, 2022
Stub your network requests easily! Test your apps with fake network data and custom response time, response code and headers!

OHHTTPStubs OHHTTPStubs is a library designed to stub your network requests very easily. It can help you: test your apps with fake network data (stubb

Olivier Halligon 4.9k Dec 29, 2022