Exploring Widgets with Widgetastic
ND
Nikhil Dhandre
@digitronik
Technical level: Intermediate
In the world of testing, we are playing with interactive and non-interactive widgets. Widgetastic is a python web UI testing framework. It is designed to abstract out web UI widgets into a nice object-oriented layer. Usually, people use classes and instances to avoid repetitive work. In a similar way, the user can do with the widgets on the web UI. Let’s explore the world of widgets…
Outline
- What is widgetastic?
- How to initiate individual interactive and non-interactive elements as the widget?
- How to group widgets in View?
- Parametrized Views and Switchable Conditional Views.
- Demo
Talk Duration: 30 Min
Speaker bio
Nikhil Dhandare (digitronik)
FOSS enthusiast, Python hacker, Research Scholar…
Links
- Packages:
- Major Projects using widgetastic for testing:
{{ errorMsg }}