Easter Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: mxmas70

Home > ISTQB > Advance Level > ISTQB-CTAL-TA

ISTQB-CTAL-TA ISTQB Certified Tester Advanced Level - Test Analyst (CTAL-TACore)v3.1.2 Question and Answers

Question # 4

A PIN entry component of an ATM system has been developed using the following state table:

Using the state transition test technique, how many 0-switch test cases are needed to achieve 100% 0-switch coverage?

A.

4

B.

7

C.

8

D.

28

Full Access
Question # 5

Supercar is an online vehicle sales website specialising 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, diesel and hybrid. There are 3 mam body styles Saloon, Hatchback and SUV SUVs only come as petrol and diesel options Hybrid is available for Hatchback only. The site will allow an order to be processed if at least one of the chosen vehicle configurations is in stock, otherwise a message will be displayed asking the user to try again later As a Test Analyst you are asked to review the Supercar specification before starting to design the corresponding usability test cases. Which of the comments below should you make?

A.

I have no comments, specification looks OK

B.

Boundaries for stock levels are ambiguous.

C.

Dependencies between power unit and body style are ambiguous

D.

It is not clear which message will be displayed when the car is "out of stock"

Full Access
Question # 6

To enhance both the effectiveness and efficiency of the test design phase, the purchase of a test design tool is being considered. Which one of these statements best characterizes a test design tool?

A.

A test design tool validates models of the software.

B.

A test design tool enables tests to be executed automatic ally.

C.

A test design tool enables individual tests to be traced to requirements

D.

A test design tool generates test inputs from requirements

Full Access
Question # 7

You work for an insurance company that is running several parallel projects. You need to recommend the best approach for test case design for each project.

    Project C:Previous releases hadvague and inconsistent requirements. More formal reviews have been introduced to improve quality.

    Project D:Emphasis onregression testing, with most test cases forming part of the regression pack, initially manual but planned for automation.

SELECT ONE OPTION

A.

Project C - Low level test cases. Project D - Low level test cases

B.

Project C - Low level test cases. Project D - High level test cases

C.

Project C - High level test cases. Project D - High level test cases

D.

Project C - High level test cases. Project D - Low level test cases

Full Access
Question # 8

You are testing a hospital patient management system. New or amended patient data is captured by hospital administrators using an in-house patient capture application and transmitted to one or more hospital departments depending on the nature of the medical condition. Each department operates its own software package.

There has been a change to the patient capture application, and you are going to run a series ofinteroperability tests.

Which TWO of the following are NOT interoperability defects?

a) The patient name field is truncated on one of the receiving department systems

b) Hospital administrators find the new patient-capture application screens difficult to navigate

c) Two department systems are unable to recognize the format of international telephone numbers for foreign patients

d) Existing patient data takes too long to retrieve by the patient-capture application

e) There are spelling errors in the field names on some screens

SELECT ONE OPTION:

A.

b, d

B.

a, c

C.

a, b

Full Access
Question # 9

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:

A.

Functional appropriateness

B.

Installability

C.

Functional completeness

D.

Functional correctness

Full Access
Question # 10

Which of the following statements BEST describes checklist-based and black-box test techniques?

SELECT ONE OPTION

A.

The checklist-based technique is most effective when applied by experienced testers; black-box techniques are most effective applied against a well-specified test basis

B.

Checklist-based testing derives tests from lists which focus on defects; black-box techniques find defects through systematic test case design

C.

Checklists should only be used as a source of test design for inexperienced testers; requirement specifications are often used as the basis for applying black-box techniques

D.

The checklist-based technique produces consistent, reproducible test cases; test cases produced by black-box techniques are less systematic

Full Access
Question # 11

Based on the tax system specification as described below, using boundary value analysis, which would be the best test set to explicitly test on single boundary value fully?

Tax system

A tax system needs to be updated due to new legislation. For a person with a salary of less than € 20 000 and who is married, the tax needs to be recalculated.

If a person has at least three and less than six children, an additional 10% reduction is applicable.

A.

Test set (i)

B.

Test set (ii)

C.

Test set (iii)

D.

Test set (iv)

Full Access
Question # 12

A software component for a game application calculates a player’s trophy level based on two input parameter values: Points Earned and Level of Difficulty. A total score is calculated by the component as:

Total Score = Points Earned × Level of Difficulty

The trophy levels are:

    Blue- total score equal to or less than 40

    Silver- total score > 40

    Gold- total score > 70

    Diamond- total score > 80

    Platinum- total score > 90

The component then outputs the correct trophy level.

Applying theEquivalence Partition test design techniqueto this component, what percentage of output partitions have been exercised by the following suite of test cases?

    Player 1 - Points earned 25, level of difficulty 2

    Player 2 - Points earned 20, level of difficulty 3

    Player 3 - Points earned 30, level of difficulty 1

SELECT ONE OPTION:

A.

60%

B.

40%

C.

10%

Full Access
Question # 13

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:

A.

£500, £749, £999, £1000

B.

£748, £749, £750, £751

C.

No additional tests required; existing BVA tests can be used

D.

£499, £500, £749, £750, £999, £1000

Full Access
Question # 14

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?

A.

Use case testing

B.

Pairwise testing

C.

Equivalence partitioning enhanced with boundary value analysis

D.

State transition testing

Full Access
Question # 15

You are a Test Analyst in the banking domain. You have received the following requirement: "The system shall allow cash advances of at least 200 Euros for all supported credit cards. The following credit cards are supported: American Express, Diners, Visa, Mastercard and Eurocard.

Which one of the findings described below is true regarding this requirement?

A.

The requirement is ambiguous in terms of supported cards.

B.

The requirement indicates potential performance problems.

C.

The requirement is unclear in terms of advance limits.

D.

The requirement indicates potential usability problems

Full Access
Question # 16

When would the Test Analyst’s involvement in an Agile project normally start?

SELECT ONE OPTION

A.

At the beginning of the first iteration

B.

As soon as the user stories have been signed-off

C.

In parallel with coding for the first iteration

D.

At the beginning of the project

Full Access
Question # 17

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?

A.

Low-level test cases since this will support both the external audit and the new junior testers.

B.

High-level test cases since this is consistent with the chosen test strategy

C.

Low-level test cases since it will make the process more effective and it will make the best use of the knowledge and skills of the experienced domain testers.

D.

High-level test cases since it will make the process more effective and it will make the best use of the knowledge and skills of the experienced I domain testers.

Full Access
Question # 18

The following document has been produced as part of the replacement of an internal Customer Relationship Management (CRM) application. The replacement application should not differ from the current CRM application, and the documentation reflects this aspiration, with seven specific requirements listed.

The requirements will be reviewed using a standard checklist:

a. Requirements should be testable

b. Each requirement should be consistent with other requirements

c. Each requirement should be unambiguous

d. Each requirement should have a unique identifier

e. Documents should be versioned, dated, and the author specified

Which checklist items would identify issues in this requirements document?

SELECT ONE OPTION

A.

d, e

B.

a, c

C.

b, e

D.

b, d

Full Access
Question # 19

You are running a regression test suite using a keyword-driven test approach for automation. The test suite has been enhanced for the current release to include:

    Three new test cases covering new business functionality

    Several new keywords, as project schedule constraints mean that more effective maintenance of the automated test cases is required

However, the automated suite failed unexpectedly when executing one of the new test cases, which was also utilizing a new keyword.

As Test Analyst, what should be your first step?

SELECT ONE OPTION:

A.

Examine the sequence of tests that led up to the failure to determine if the problem occurred in a previous step

B.

Remove the test case from the regression suite and convert it to a manual test, to reduce further impact on project schedules

C.

Run the test case manually to see if the failure lies in the System Under Test (SUT). If the test failsmanually, raise a defect report

D.

Ask the technical test analyst to review the keyword script(s), as this is a new keyword and is the most likely cause of failure

Full Access
Question # 20

When applying for health insurance from Health4You, applicants are categorized based on age, alcohol consumption, employment, and smoking status. How many test cases are required to give full coverage for the above rules when applying collapsed decision table testing to exclude infeasible combinations and irrelevant conditions?

SELECT ONE OPTION

A.

12

B.

8

C.

32

D.

10

Full Access
Question # 21

A web-based system is being developed to support the administration of tennis tournaments.

The system provides advice on how much money to offer each player as their individual attendance fee. The amount depends on a combination of the following factors:

    Overall attendance fund (divided into five numeric ranges)

    Player's current world ranking (divided into ten numeric ranges)

    Whether it is a local tournament for the player (YES or NO)

    Their relationship with the tournament sponsors (clothing, equipment, or endorsement)

    Their previous attendance history at this event (finalist, played, withdrew before event, or withdrew during event)

It has been noted that the attendance fee calculation does not take account of 'last minute' invitations that are made to replace a player who withdraws close to the tournament start date. In this case, enhanced attendance fees are offered depending on whether the invitation is made within a week, a fortnight, or a month of the tournament start date.

Which of the following specification-based techniques would be the BEST choice for testing the 'last minute' scenario where players are replaced close to the tournament start, and what type of defect is being targeted by the testing?

SELECT ONE OPTION:

A.

Decision Table testing technique; Fee calculation defects

B.

Use Case testing technique; Fee specification defects

C.

Equivalence Partitioning technique; Date formatting defects

D.

Boundary Value Analysis technique; Date comparison defects

Full Access
Question # 22

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?

A.

Define keywords to be implemented, eg, check balance.

B Design test navigation scripts.

B.

Select a tool to support keyword-driven testing

C.

Work together with a developer to define a test automaton architecture

Full Access
Question # 23

A tablet manufacturer offers the following options for its customers:

    Colour:Black, White, Silver, Gold (4 options)

    Model:Standard, Mini, Pro (3 options)

    Gigabytes:32, 64, 128, 256 (4 options)

    Connectivity:Wifi-only, Wifi+Cellular (2 options)

Using the pairwise technique, what is the MINIMUM number of test cases needed to achieve a full 2-wise coverage?

SELECT ONE OPTION

A.

96

B.

12

C.

4

D.

16

Full Access
Question # 24

You are asked to select the test conditions that address functional suitability, portability, usability, and accessibility for Iteration 1 (iOS only) of a new energy monitor application.

SELECT ONE OPTION

A.

a, e

B.

a, b

C.

b, d

D.

e, e

Full Access
Question # 25

Which TWO of the following are MOST likely to be defects found as part of portability testing?

a) Insufficient, unclear installation or de-installation instructions

b) Clumsy screen navigation and input screen labeling

c) Inability to log on as an administrator

d) Time out errors when entering incorrect login details

e) The stock control barcodes cannot be read by the replaced barcode scanner

SELECT ONE OPTION

A.

a, e

B.

a, d

C.

c, e

D.

b, d

Full Access
Question # 26

When preparing test cases for an interoperability test, not all interactions may be clearly specified in the requirements documents. Which type of document is typically also used by a Test Analyst as the test basis for interoperability testing?

A.

User stories

B.

Functional specifications

C.

Component specifications

D.

System architecture document

Full Access
Question # 27

A tablet manufacturer offers the following options for its customers:

    Colour:Black, White, Silver, Gold

    Model:Standard, Mini, Pro

    Gigabytes:32, 64, 128, 256

    Connectivity:Wifi-only, Wifi+Cellular

When applying the pairwise test technique, how many TEST CASES would be needed to ensure that ALL pair combinations are tested?

SELECT ONE OPTION

A.

14

B.

9

C.

16

D.

12

Full Access
Question # 28

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

A.

Functional completeness

B.

Functional correctness

C.

Functional appropriateness

D.

Installability

Full Access