Selenium Python - Data-Driven Testing
What will happen if a data-driven test in Selenium Python receives an empty data list?
```python
@pytest.mark.parametrize('value', [])
def test_empty(value):
assert value is not null
```
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions