CTAL-TTA試験無料問題集「ISTQB Certified Tester Advanced Level Technical Test Analyst 認定」

What is the earliest stage in the application's SDLC at which performance efficiency testing can be performed?

解説: (GoShiken メンバーにのみ表示されます)
You are a senior Technical Test Analyst on a new government project for the Air Force. The software you are testing is used to control the hydraulics for the landing gear for a supersonic, stealth aircraft. You are responsible for organizing the white-box testing that will be performed for this project.
Which of the following would be the most appropriate technique to apply in this situation?

解説: (GoShiken メンバーにのみ表示されます)
You are asked to provide a practical and pragmatic testing solution for a commercial system where the main user interface is via the Internet. It is critical that the company's existing good name and market profile are not damaged in any way. Time to market is not a critical issue when appropriate testing solutions are identified to mitigate business risks.
A product risk assessment has revealed the following product risk:
* Abnormal application termination due to connection failure of the main interface.
Which of the following is the appropriate test type to address this risk?

解説: (GoShiken メンバーにのみ表示されます)
Which statement correctly describes continuous testing'
SELECT ONE OPTION

解説: (GoShiken メンバーにのみ表示されます)
What is MOST likely to be a consideration when implementing a new performance test tool?

解説: (GoShiken メンバーにのみ表示されます)
The following User story is being developed using the 8DD approach:
As a Purchasing Manager
i want to see a list of all Purchase Orders placed so far this month with their total value So that I can control the amount of money being spent Which scenario is BOTH written in correct Gherkin format AND is appropriate for this User Story9 SEI ECT ONE OPTION

解説: (GoShiken メンバーにのみ表示されます)
The last release of a hotel booking website resulted in poor system performance when hotel searches reached peak volumes. To address these problems in the forthcoming release, changes to the system architecture are to be implemented as follows:
Change 1 - Provision of a single Internet service using multiple servers, rather than a single server, to maximize throughput and minimize response time during peak volumes Change 2 - Prevention of unnecessary database calls for objects that were not immediately needed by the calling applications. Achieved by not automatically creating database connections at the start of processing, instead only just before the data is required.
The system architecture document has been drafted and as Technical Test Analyst you have been invited to participate in its review. Which of the following review checklist items is MOST likely to identify any defects in the proposed system architecture for Change 1?

解説: (GoShiken メンバーにのみ表示されます)
A unit test should be deterministic. Which option correctly describes the meaning of 'deterministic' as a characteristic of a unit test9 SELECT ONE OPTION

解説: (GoShiken メンバーにのみ表示されます)
You have been assigned the task of defining the risk-based approach to testing the performance efficiency of a new application. Which of the following is an ISTQB defined technique to use for Identifying the risks?

解説: (GoShiken メンバーにのみ表示されます)
Given the following code:
If x > y and z = 3 statement!
elseif z = 4 statement
endif;
What is the minimum number of tests needed to achieve 100% decision coverage?

解説: (GoShiken メンバーにのみ表示されます)