Selenium Python - Data-Driven Testing
Which of the following code snippets correctly reads JSON data from a file named
testdata.json?testdata.json?with open('filename') as f: to open the file safely.f to json.load() to parse JSON data.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions