Test Django view returns correct status and content
Preconditions (2)
Step 1: Use Django test client to send a GET request to '/'
Step 2: Check that the response status code is 200
Step 3: Check that the response content contains the text 'Welcome to Home Page'
✅ Expected Result: The response status code is 200 and the response content includes 'Welcome to Home Page'