Loading questions...
Updated
In an Agile development model, the completion of testing or “done” is defined by which of the following?
Which of the following is an advantage of the whole team approach?
Which sequence of state transitions is INCORRECT in accordance with the following description?
To provide for disaster recovery a system (designated as A) has been provided with a backup system (designated as B). Only one of them can be active at a time. When A goes down, В becomes active. When A comes back up then В becomes inactive and A becomes active again. However, when A is down and В also goes down then a message is sent to the system administrator. After this once A comes back up, A becomes active or if В comes up then В becomes Active.
Want a break from the ads?
Become a Supporter and enjoy a completely ad-free experience, plus unlock Learn Mode, Exam Mode, AstroTutor AI, and more.
Which of the following statements is CORRECT?
Which ONE of the following is a GOOD testing practice that is INDEPENDENT of the chosen SDLC (Software Development Life Cycle) model?
User Story:
As a member of the “Agnotoly” association, I want to be able to pay the association's dues through an automatic payment method so that I can forget about payment deadlines.
Acceptance Criteria:
• The member can only pay with “Agnosis Master” credit card.
• The member must register their cell phone number.
• The member must register the credit card in the association's payment system.
• The member must select one of the following credit card payment methods: monthly or annual.
• For the payment system to proceed with the transaction, the member must accept the terms and conditions applicable to the selected payment method (monthly or annual payment).
• If the member accepts the terms and conditions, the payment system sends a message to the member's mobile/cell phone with a one-time password and prompts the member to enter the one-time password.
• The payment method is registered in the association's payment system once the one-time key sent by the payment system is verified.
• Once the payment method is registered, the association's payment system will charge the member on the first business day of the following month.
Remark:
The payment method registration is a transactional process; therefore, if the acceptance criteria 1 through 7 are not met, the payment system will revert to its previous state and will not maintain any information that may have been entered.
In the test cycle that has just ended, the following objectives have been achieved:
• Members of the association have been able to pay association dues with the credit card.
• Dues payments have been made on a monthly basis and for more than a year since the initial payment.
Which ONE of the following options identifies the acceptance criteria that has NOT been fully covered during the above test cycle?
The following state transition diagram describes the behavior of a control system in terms of its possible modes of operation. The initial start state will be the “NORMAL MODE”.
Which ONE of the following test cases covers an INVALID sequence?

Which role is responsible for ensuring the effective running of review meetings?
In the testing quadrants model, which testing is business-facing and supports the team?
You prioritize test cases using the additional coverage prioritization technique, using the requirements coverage as a coverage measure. All four test cases must be executed. The coverage achieved by your test cases is shown in the table below.
Which test case should be executed LAST?

Which TWO are the examples of entry criteria for system testing of a food order app? (Choose two.)
Support Examcademy
Your support keeps this platform running. Become a Supporter to remove all ads and unlock exclusive study tools.
Match test activities (1)-(4) with related tasks (P)-(S):
(1) Test analysis
(2) Test completion
(3) Test implementation
(4) Test execution
(P) Defining test conditions
(Q) Reporting defects
(R) Creating change requests for unresolved defects
(5) Creating test cases
Which black-box technique should be used to verify different responses of the system, depending on its current conditions or previous history?
A functional requirement states that pressure values must always be positive and stay within a range of 100 to 200 pounds for a particular tank (100 and 200 are valid within the range).
Which of the following is the minimum set of values that would achieve coverage using the equivalence partitioning technique?
In what way does configuration management help the tester?
Create a free account to unlock all questions for this exam.
Log In / Sign UpScenario “Happy Tomatoes”
An intelligent application for agricultural use incorporates temperature sensors located at different points of an enclosure. The sensors measure and record the temperature at regular intervals and extract the statistical values for these measurements. These values include the average daily temperature.
A new variety of tomatoes is currently being grown and the “World Organization for Happy Tomatoes” has established temperature ranges related to vegetative development.
When the system establishes that the average temperature is within a specific range, it emits a value that will be used to monitor and control the crop.
Using the Boundary Value Analysis technique (in its two-point variant), identify the set of input values that provides the HIGHEST coverage.

If you are using test results to learn more about the software and are then creating additional tests based on those results, what type of testing are you doing?