ISTQB® ATA Exam Practice Questions (P. 1)
- Full Access (61 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #1
Which of the following descriptions is an example of the use of defect taxonomies?
- AGrouping defects found in execution by functional areas
- BFollowing a defect management process through testing
- CRunning tests with the aim of finding as many defects as possible
- DUsing a list of known defect types to penetrate the security of computer systems
Correct Answer:
D
D
send
light_mode
delete
Question #2
You are testing an ATM based on the following use case;
ATM start screen is showing -
The user inserts card -
The user types in PIN -
The user selects cash with receipt
The user selects 50 -
The user selects no further service
Expected results -
The ATM provides 50 to the user -
The ATM return the card and balance slip
The ATM clears the screen -
The ATM returns to start menu in your test log which of the following could be noted as part of additional attention points?
ATM start screen is showing -
The user inserts card -
The user types in PIN -
The user selects cash with receipt
The user selects 50 -
The user selects no further service
Expected results -
The ATM provides 50 to the user -
The ATM return the card and balance slip
The ATM clears the screen -
The ATM returns to start menu in your test log which of the following could be noted as part of additional attention points?
- AIssues regarding time-behavior
- BIssues regarding interoperability
- CMore test cases needed to achieve full coverage
- DExpected results not clearly defined
Correct Answer:
A
A
send
light_mode
delete
Question #3
Tax system -
A tax system needs to be updated due to new legislation. For a person with a salary of less than 20.000 and who is married, the tax needs to be re-calculated. If the person also has more than two and less than five children, an additional 10% reduction is applicable.
Applying equivalence partitioning to the "Tax System" specification, which of the following set of equivalence classes is most effective in testing the processing the number of children?
A tax system needs to be updated due to new legislation. For a person with a salary of less than 20.000 and who is married, the tax needs to be re-calculated. If the person also has more than two and less than five children, an additional 10% reduction is applicable.
Applying equivalence partitioning to the "Tax System" specification, which of the following set of equivalence classes is most effective in testing the processing the number of children?
- A2, 4 and 6 children
- B2, 4 and 5 children
- C1, 3 and 6 children
- D3, 4 and 6 children
Correct Answer:
B
B
send
light_mode
delete
Question #4
Ken, an entrepreneur in Leeds finds the quality of the tea locally available so low, that he decides to research superior teas around the world. He decides to market, sell and distribute these superior teas via the web. His market strategy is to offer superior products on a well-designed website with graphics that are fast to load, has high availability, superior usability and fast response times.
The website will offer the following:
-An innovative interactive catalogue of teas, which not only enables customers to buy the product, but also enables them to provide feedback by rating the teas
(which will influence his stock purchasing levels)
Provide the customer with the ability to use secure credit card transactions
Provide the customer to give general feedback
Ken selects an iterative model for the development of the prototypes. The team consists of three developers that are experienced in web development. Ken, although he doesn't have technical skillset, is concerned with quality. He doesn't believe a lot of documentation is necessary and he wants the website to be completed quickly.
The test basis contains the following:
-Story boards that show the information flow and page links through the site
-HTML pages developed to date.
-A statement of non-functional requirements.
With the strategy taking shape, Ken asks your advice on the specific testing techniques that should be used to complete the required testing, bearing in mind the nature of the application and the nature of Kens overall objectives.
Which TWO of the following items may more frequently need to be explained in greater detail for non-functional defect reports than for a functional defect report?
The website will offer the following:
-An innovative interactive catalogue of teas, which not only enables customers to buy the product, but also enables them to provide feedback by rating the teas
(which will influence his stock purchasing levels)
Provide the customer with the ability to use secure credit card transactions
Provide the customer to give general feedback
Ken selects an iterative model for the development of the prototypes. The team consists of three developers that are experienced in web development. Ken, although he doesn't have technical skillset, is concerned with quality. He doesn't believe a lot of documentation is necessary and he wants the website to be completed quickly.
The test basis contains the following:
-Story boards that show the information flow and page links through the site
-HTML pages developed to date.
-A statement of non-functional requirements.
With the strategy taking shape, Ken asks your advice on the specific testing techniques that should be used to complete the required testing, bearing in mind the nature of the application and the nature of Kens overall objectives.
Which TWO of the following items may more frequently need to be explained in greater detail for non-functional defect reports than for a functional defect report?
- AExpected results
- BSteps to reproduce the defect
- CTest data used to identify the fault
- DLevel of load on the system at the time of failure
- EActual results
Correct Answer:
AD
AD
send
light_mode
delete
Question #5
A temperature unit holds the temperature between 10 degrees Celcius and 10 degrees Celcius. If the temperature drops below 10 or rises above 10 then an alarm rings. Boundary Value Analysis tests are drawn up using the approach of two test cases per boundary. The temperatures to be tested are:
- A11, 10, -11, -10
- B11, 10, 9, -11, -10, -9
- C11, 9, -9, -11
- D10, 9, -9, -10
Correct Answer:
A
A
send
light_mode
delete
All Pages