A major software upgrade includes many new facilities and presents very different screens based on user roles. Computational accuracy is the greatest business risk. Which quality characteristic would you focus on the MOST when testing the system?
SELECT ONE OPTION
As a Test Analyst, you have been given a set of requirements that have been defined for the payment module of a new public transport system The set includes the following requirements:
P101 The product shall calculate the lowest fare for the destination considering day of week and time, (priority: medium)
P102 The product shall compare the traveler's payment with the calculated payment (priority: high)
P103 The product shall provide feedback if the payment is not sufficient (priority: high)
P104 The product will process payments within 20 seconds at all priority 1 stations during peak hours (priority high)
Which set of requirements will typically be tested by a Test Analyst?
company in the medical domain has adopted methodical testing as its preferred test strategy Before being able to release to the market an external audit on the test process is mandatory. The test team consists of a mix of highly experienced domain-based testers and junior testers who only recently joined the company.
What is the BEST option regarding the level of detail and documentation required for test cases in the project?
Which of the following statements about defect-based techniques is TRUE?
SELECT ONE OPTION
Which of the following is a TYPICAL defect found in functional completeness testing?
SELECT ONE OPTION
Which of the following is an appropriate task for the Test Analyst to perform during the test execution phase?
In the recent past, you have learned that test automation just using capture & playback tooling, possibly enhanced with some test programming, has limitations. For the next banking project, that will be run using Agile methods, you want to implement a keyword-driven test automation approach. You have already started to define some high-level test cases for the account transfer user story:
TC 1 transfer € 150 from Lars to Ann, verify Ann's balance to be € 150
TC 2 transfer € 300 from Tim to Ann, verify Ann's balance to be € 450
In the context of implementing the keyword-driven test automation approach, which of the following activities should now be conducted by the Test Analyst?
As a Test Analyst you are involved in the early stages of an acceptance test for a Product Data Management system. You are asked to write test designs and test cases based on use cases. An earlyversion of the system is already available. It is expected that many things will change (including the user interface) during implementation of the new version.
The tests will be conducted by end-users with much domain knowledge who have also been involved in the project defining the user requirements (in the format of use cases) and reviewing other documentation.
What Is the BEST option regarding the level of detail and documentation required for test cases in the project?
A game component calculates a player's trophy level based on Points Earned and Level of Difficulty. The total score is calculated as (Points Earned * Level of Difficulty). Trophy levels are as follows:
Blue:≤ 40
Silver:> 40
Gold:> 70
Diamond:> 80
Platinum:> 90
Test cases:
Player 1:Points earned 25, level of difficulty 2 → Total Score = 50 (Silver)
Player 2:Points earned 20, level of difficulty 3 → Total Score = 60 (Silver)
Player 3:Points earned 30, level of difficulty 1 → Total Score = 30 (Blue)
What percentage of output partitions have been exercised by the following suite of test cases?
SELECT ONE OPTION
Although usability is an important aspect for a new planning system, due to availability constraints, the usability evaluation shall be performed without Which of the following is a usability technique that can be applied in this situation?