6 . Writing custom libraries with python

Опубликовано: 02 Июль 2023
на канале: Tech Edinam
110
0

In certain situations, it becomes necessary to develop your own library when existing keywords fail to fulfill your requirements. The communities of Robot Framework and Selenium may not always provide all the necessary libraries for your specific use case. Therefore, Python can be utilized to build custom libraries tailored to your needs. These custom libraries can then be imported into the test suites that require them. In this video we go through the steps of creating a python file, defining a couple of functions in the said python file, and subsequently importing them into the robot framework test suites.

If you are not familiar with programming, the main challenge lies in creating the custom libraries yourself. In such cases, it may be necessary to seek assistance from someone who can write these libraries for you, allowing you to import them into your test suites. However, if you are interested in learning Python, you can visit TechWorld with Nana's YouTube tutorial at the following link:    • Python Tutorial for Beginners - Learn...  


NOTE
If for some reason, the video is blurry, click the settings icon on the bottom right of the player, then click "Quality" and then choose "1080p". That should fix it. Thank you