You need to implement a Java class that validates a password entry field. The validation critena states that the password must:
1. be a minimum of 8 characters
2 contain at least one special character.
You are focusing on validation criterion 1 and have written a test class that checks that a 7 character password entry will fail validation.
You have written code designed to make this test class pass, however, on first execution of the test class it has failed
What should you do next9
SELECT ONE OPTION
In the context of Agile Technical Testing, when a test class fails, the immediate next step is to repair the failing code. This aligns with the Agile principle of fast feedback and continuous improvement. The failing test indicates that the current implementation does not meet the specified criteria, hence the need to correct the code. Once the code is repaired, it should be re-executed to verify that the test now passes, ensuring that the validation criterion is met.
Mindy
19 hours agoRupert
6 days agoRolland
11 days agoLizbeth
16 days agoJamal
21 days agoHaley
27 days agoNan
1 month agoRefugia
1 month agoKatheryn
1 month agoDelmy
2 months agoMila
2 months agoMarti
2 months agoHoa
2 months agoOren
2 months agoJohnna
2 months agoDarell
3 months agoReid
3 months agoBilli
3 months agoMariann
3 months ago