test-fullautomation / robotframework-doip

doip support for robotframework
Apache License 2.0
0 stars 1 forks source link

Upload the investigation documents for DoIP knowledge. #5

Closed huavanthong closed 10 months ago

huavanthong commented 10 months ago

Hi Thomas,

I would like to upload the investigation document about DoIP at https://github.com/test-fullautomation/robotframework-doip/issues/1 Please help me review it. If you have any questions, please let me know.

Thank you Thong Hua

test-fullautomation commented 10 months ago

Hi @huavanthong , This is a very good summary and overview.

We go with the pypi library https://pypi.org/project/doipclient/ as base because we need to implement a generic interface. Further we need to isolate and bundle project specific parts (if existing) . The existing library from PDT and RBSW we can use for inspiration, but always the generic approach must be our focus. E.g. project specific configuration must not be part of the libraries (python, keyword). This must be done on robot test configuration level as configuration for the keyword library, in our case with our test suites management,

Thank you, Thomas