mehulkapoor020 / IS601-EndTerm

MIT License
0 stars 0 forks source link

Playwright test for Our Mission image #109

Closed mehulkapoor020 closed 10 months ago

mehulkapoor020 commented 10 months ago

Summary:

Acceptance Criteria

  1. Check the presence of the Our Mission section image:

    • Write playwright test case to check the presence of Our Mission section image.
  2. AAA Testing Method:

    • Ensure that the test plan follows the Arrange-Act-Assert (AAA) testing methodology for improved clarity and consistency.
  3. Arrange: Get the Data Ready for Action:

    • Set up the necessary data and environment to prepare for the test action.
    • Confirm that the test suite is configured appropriately to support the testing scenarios.
  4. Act: Take Action:

    • Perform the actions defined in the test plan, such as interacting with the application or executing specific test cases.
    • Utilize appropriate testing tools and frameworks to carry out the planned actions effectively.
  5. Assert: Check the Result:

    • Verify and validate the outcomes of the test actions against the expected results.
    • Implement assertions to ensure that the system behaves as intended and meets the defined criteria.