issues
search
tiki-deprecated
/
publish-sdk-ios
TIKI SDK (iOS) - Consumer Data Licensing
https://mytiki.com/docs/sdk-overview
MIT License
3
stars
2
forks
source link
[iOS]Test get an title and verify the created title
#289
Closed
JesseMonteiro
closed
1 year ago
JesseMonteiro
commented
1 year ago
Scenario: Create an title, get this title and verify if is the same of was created
Precondition: Already exist an Title with the same ID
Steps to reproduce:0
Call TikiSdk.config().initialize
Generate an PTR
Call TikiSdk.instance.trail.title.create sending ptr, Tags with TagCommon.ADVERTISING_DATA
Call TikiSdk.instance.trail.title
Compare the return of create and get
Expected result:
The get method should return one object with the same properties of create
ricardobrg
commented
1 year ago
implemented in #296
Scenario: Create an title, get this title and verify if is the same of was created