filmov
tv
Python and Simple Salesforce in Robot Framework Tutorial 5

Показать описание
As I continue to look for Salesforce test solutions that support test automation, I am finding there is no shortage. And even better two of my favorite tools, Python and Robot Framework, are in the mix. Though Simple Salesforce is designed for Python, that translates in my mind that it is designed for Robot Framework. The reason is that if you can create functions in Python and execute, you can call those functions as keyword functions in Robot Framework. Then you have a way of getting good test results from Robot Framework, and you can introduce a good input driver, such as Excel combined with a Data Driver library.