Languages

Menu
Sites
Language
Development flow - CI/CD

Hello everyone,

 

I'd like to know what is the proper way we can delivery our tizen app to stakeholders.

 

Since it is being developed in an "agile" way (scrum), it is expected to demonstrate the next version of the software to the stakeholders whenever a sprint ends up, however, I didn't find any solution for that.

 

Following the flow I expected to:

1) Push source code to repository.

2) CI Tool check in fresh code, and then generates an artifact (.wgt file)

3) CI Tool publish it to a samsung BETA/DEV seller store

4) Stakeholder in another country update the app in their tv.

5) If it is ok, then, we can promove that version of the app to the samsung app store

 

The question is, since the customer is in another country, how do I properly generates a package to them? How do they install, test and validates the app before it is in prod environment?

Edited by: Leandro Toledo on 03 Oct, 2018

Responses

1 Replies
Yasin Ali

Hi,

I think you may perform a pre-test before the actual certification step using this tool. It will help in detecting critical defects before submitting the app. All test cases of this tool are provided in Launch Checklist.

Right after an application package has been uploaded, the Seller Office's Pre-Test tool will validate the uploaded application package automatically. After Pre-Test, whether the Pre-Test is passed or failed is reported on screen immediately.
 Check below links for detail:
 1. https://developer.samsung.com/tv/distribute/seller-office/applications/application-registration/#pre-test
 2. https://developer.samsung.com/tv/distribute/seller-office/
 (#Auto Pre-Test Tool)
 

Hope it will help.