Skip to Content

ISTQB

The International Software Testing Qualifications Board (ISTQB) is a globally recognized organization that provides certification for software testers. It was established to create a standardized and professional approach to software testing across the world.

ISTQB certifications help individuals understand software testing concepts, improve testing skills, and build a strong career in the software testing field.

Rating
0 0

There are no comments for now.

to be the first to leave a comment.

4. A tester designs tests from a state diagram without looking at the code. Which category does this technique belong to?
5. A tester derives tests to cover all branches in the control flow graph of a module. Which category of test technique is being used?
6. A tester designs tests based on a list of common errors from previous projects. Which category is this?
7. Which statement BEST explains why black‑box tests remain useful even if the implementation changes?
9. Why are experience‑based techniques considered complementary to black‑box and white‑box techniques?
23. In limited‑entry decision tables, how are condition values represented?
29. In state transition testing, what are the coverage items for all states coverage?
30. Your favorite daily bicycle rental store has implemented a new Customer Relationship Management (CRM) system and asked you, one of their most loyal members, to test it. The implemented features are as follows:
31. You are testing a system whose lifecycle is modeled by the state transition diagram shown below. The system starts in the INIT state and ends its operation in the OFF state.
33. In your project, there has been a delay in the release of a brand-new application, and test execution started late. You possess detailed domain knowledge and strong analytical skills. The full set of requirements has not yet been shared with the team, but management is asking for some test results to be presented.
37. You are testing a machine that scores exam papers and assigns grades. The grade mapping by score is as follows: 1-49 = F, 50-59 = D-, 60-69 = D, 70-79 = C, 80-89 = B, 90-100 = A
38. You are testing a machine that scores exam papers and assigns grades. The grading scheme is: 1-49 = F, 50-59 = D-, 60-69 = D, 70-79 = C, 80-89 = B, 90-100 = A
39. An application validates a numeric field as follows: values less than 10 are rejected; values from 10 through 21 are accepted; values greater than or equal to 22 are rejected
40. You have been given the following requirement: A user must log in to the system with a valid username and password. If they fail to enter the correct combination three times, they will receive an error and will have to wait 10 minutes before trying again. The test terminates when the user successfully logs in.