Exam Name: | Certified Tester Advanced Level Technical Test Analyst | ||
Exam Code: | CTAL-TTA Dumps | ||
Vendor: | ISTQB | Certification: | Advance Level |
Questions: | 175 Q&A's | Shared By: | issa |
Consider the following control flow graph:
The control flow represents a software component of a car navigation system. Within the project the maximum cyclomatic complexity to be allowed is set at 5.
Which of the following statements is correct?
When planning and specifying security tests which of the following is NOT likely to be a useful part of the approach?
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