Selenium Python - Data-Driven Testing
You have a JSON file
How do you read this file and print the name of the second user?
users.json with multiple user records:[{"name": "Alice", "age": 30}, {"name": "Bob", "age": 25}]How do you read this file and print the name of the second user?
