PIT Training 00_Review === --- ## Topic * Selenium Introduction * Selenium IDE * Crawling WEB with Selenium IDE * Howework(Updtate FW) --- # Demonstration --- # :question: --- * ### Robotframework (WEB) ```graphviz digraph G { node [ shape = record ] Selenium_IDE [] WebDriver [] Robotframework [] Selenium_IDE->WebDriver [ arrowhead = vee, arrowtail = odiamond ] Robotframework->WebDriver [ arrowhead = vee, arrowtail = odiamond ] } ``` * #### [HTML](http://10.241.66.15:8080/job/SMM_GenerateReport/) * ### Python (IPMI) * ### [CI - Jenkins](http://10.241.66.15:8080/job/SMM2_BBFV_Test/) * ### [Test Architecture](https://gitlab.icelab.lenovo.com/hhuang10/BBFV_TC) --- # :Homework: * ### [[READ] - Writing Matainable Automated Acceptance Tests](http://dhemery.com/pdf/writing_maintainable_automated_acceptance_tests.pdf) * ### --- ###### tags: `PIT` ###### tags: `Course` ###### tags: `Selenium` <style> .reveal .slides { text-align: left; } </style>