Question 6

You are testing the processing of a critical traffic control system to which various regulations apply The processing of the input variables is dependent on defined ranges within which the actual retrieved data values can lie.
Which of the following black-box test techniques should you use to test the processing functionality of this system?
  • Question 7

    Sell-It-Cheap salesrooms organize general and specialist sales where items are sold to the highest bidder.
    There is asliding scale of commission charges, based on the price of items sold, with lower-priced items attracting a higher percentage. All items sold have a price in multiples of £1.
    New commission bandings after customer feedback:
    * Items sold for£150 or lessattract a flat-rate fee of£7.00
    * Items otherwise sold forless than £500have a fee of6%
    * Items otherwise sold forless than £1000have a4.5%fee
    * Items otherwise sold forless than £5000have a3.5%fee
    * Items sold for£5000 or morehave a3%fee
    * Updated rule:Items sold between£500 and £749have a fee of5.5%
    What tests would be appropriate to test this change in commission bandings, using the 2-point boundary value analysis technique?
    SELECT ONE OPTION:
  • Question 8

    Supercar.
    Supercar is an online vehicle sales website specializing in a single manufacturer's Sports Utility Vehicles (SUVs) and saloons A vehicle has two key elements, power unit and body style The manufacturer offers three choices of power unit: petrol, electric and hybrid There are 3 main body styles Saloon, Hatchback and SUV.
    SUVs are available only as petrol and electric options. Hybrid is available for Hatchback only The website will allow an order to be processed if the chosen vehicle configuration is in stock, otherwise a message will be displayed asking the user to Cry again later. Based on the specification, the following classification tree has been developed:

    Which test case is needed to complete the test set and achieve minimum class coverage?
  • Question 9

    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?
  • Question 10

    When applying the State Transition test technique to the given State Transition diagram, and assuming that screen refreshes can be applied multiple times, how many 1-switch transitions are there starting from the state 'Screen 1'?

    SELECT ONE OPTION