A web-based system is being developed to support the administration of tennis tournaments. Testing schedules are severely challenged.
Which specification-based technique would be the BEST choice in the circumstances?
SELECT ONE OPTION
You work for an insurance company with parallel projects. You need to recommend the best approach for test case design for each project.
Project A:Maintenance release with minor UI changes, experienced testers, manual execution.
Project B:Development of a new algorithm for risk assessment, high risk of regression, automation needed, audit required.
SELECT ONE OPTION
You are testing an enhanced user interface for a mortgage approval program involving multiple user roles. Which test technique would be MOST suitable for this next stage of testing?
SELECT ONE OPTION
What is the MOST important reason why test conditions should be understandable by business stakeholders?
A new web site must operate correctly with different browsers (Internet Explorer, Google Chrome, Firefox, Opera, Safari), using different plug-ins (Realplayer, Mediaplayer), will be receiving pages from different servers (IIS, Apache and WebLogic) and will be running on various operating systems
(Windows, Android, iOS and Linux).
Which of the following test techniques should you use to define the required test cases for testing this new web site in its various environments?
A major upgrade of business software has been undertaken, with many new facilities added in response to the wishes of the (internal company) staff. There are now very different screens presented to users, depending on their roles within the business. Due to the nature of the business,computational accuracyis regarded as the area of greatest business risk.
Which of the following quality characteristics would you focus on the MOST when testing the system?
SELECT ONE OPTION:
Applying the State Transition test technique to the given State Transition diagram, how many invalid transitions are there to test?
SELECT ONE OPTION
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