Selenium Python - Data-Driven Testing
What is wrong with this code snippet for reading JSON data?
import json
with open('test.json', 'w') as f:
data = json.load(f)import json
with open('test.json', 'w') as f:
data = json.load(f)15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions