Question 2
An online booking system requires users to provide a “check-in date” and a “check-out date” while reserving a hotel room. A tester alters the “check-out date” in the form submission to a date earlier than the “check-in date” to check if the application properly enforces the relationship between the two fields. What type of testing does this scenario describe?
Control flow level bypass testing
Parameter level bypass testing
Value level bypass testing
User session data based testing