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

CTAL-TA_Syll2019 Exam Dumps - ISTQB Certified Tester Advanced Level - Test Analyst (Syllabus 2019)

Question # 4

Consider the following state diagram for a simple ATM.

The decision has been made to add the following capabilities:

Allow the customer to go from Get Balance to Deposit, Withdrawal or Menu.

Allow the customer to go from Deposit to Withdrawal, Get Balance or Menu

From Withdrawal the customer still will be able to go only to Menu.

How many test cases are required to achieve 100% 0-switch coverage of the new and existing capabilities?

A.

6

B.

9

C.

13

D.

16

Full Access
Question # 5

You are working on a hand held product that will be used by carpet salespeople to create estimates while the salesperson is at the customer's location. The carpet installation prices are different based on how much carpet the customer will be buying. If the customer is buying enough only for a small room (less than 20 square yards) the cost to install is $5 a square yard. For a medium room (less than 40 square yards) the cost to install is $4 a square yard. For a large room (40 square yards or more) the cost to install is $2 a square yard. Two small rooms or one small room plus a set of stairs is priced at the medium room price. Two medium rooms or one medium room plus a set of stairs is priced at the large room price.

Which of the following is the smallest set of test conditions to provide minimum coverage of the boundary values?

A.

0 sq yds, 1 sq yd, 19 sq yds, 20 sq yds, 39 sq yds, 40 sq yds, max sq yds, max sq yds + 1

B.

20 sq yds, 40 sq yds

C.

No purchase, 1 sq yd, 20 sq yds, 40 sq yds, max sq yds

D.

O One small room, one medium room, one large room, one set of stairs, one large room + 1 set of stairs

Full Access
Question # 6

In the initial release of an insurance risk assignment application, a variety of test techniques were employed, especially equivalence partitioning.

After a thorough root cause analysis of this release, it was determined that the developers tended to incorrectly use ">" and "<" rather than the ">=" and " <= " in the code at several decision points.

This caused several borderline cases to be handled incorrectly.

Based on this analysis, how would you modify your test strategy for the next version's release?

A.

Use the same approach, but schedule 50% more time for regression testing

B.

Create test cases using boundary value analysis techniques

C.

Re-analyze the test basis and create a state transition diagram to ensure all transitions are properly tested

D.

Ensure that decision tables are used throughout the testing process

Full Access
Question # 7

Based on the system state transition diagram of an ATM system shown below, using the state transition test technique which of the following is an example of a test case required to achieve 1-switch coverage?

A.

1 st try-> 2nd try

B.

1 st try -> 2nd try -> 3rd try

C.

1st try -> 2nd try -> eat card

D.

1 st try -> 2nd try -> 3rd try -> access to act

Full Access
Question # 8

You are testing software that will be used on mobile devices by senior citizens to help them sign up for activities in a retirement home. The interface is modern with moving graphics and few

words. There is no help included with the application. Given this information, what type of testing is needed to ensure the application is suitable for use?

A.

Functional completeness

B.

Functional correctness

C.

Functional accuracy

D.

Functional appropriateness

Full Access
Question # 9

You are testing an ATM based on the following use

ATM start screen is showing

1. The user inserts card

2. The user types in PIN

3 The user selects cash with receipt'

4. The user selects €50

5. The user selects no further service' Expected results

- The ATM provides €50 to the user

- The ATM returns the card and balance slip

- The ATM clears the screen

- The ATM returns to start menu

You are asked to review this use case.

You are asked to review this use case.

What is the most important information that is missing from this use case?

A.

Nothing has been defined for expected response times.

B.

The use case should also include alternative behaviour.

C.

More test cases are needed to achieve the minimum acceptable level of coverage.

D.

Expected results not clearly defined

Full Access
Question # 10

A Test Analyst is investigating what should be tested for interoperability between two systems. In addition to looking at the information exchange between the systems, what else should be

identified for testing?

A.

The information exchange between the systems and the users

B.

The information exchange between each system and its environment

C.

The information exchange between the business analyst and the end user

D.

The information exchange between the test automation and the test management system

Full Access
Question # 11

What type of testing would focus on completeness, appropriateness, and correctness characteristics of the application under test?

A.

Functional testing

B.

Reliability testing

C.

Usability testing

D.

Efficiency testing

Full Access
Question # 12

You are building tests using the classification tree below. You have been told that pairwise testing would be a good approach to this problem. When you apply the pairwise testing technique what would be the expected effect on the number of test cases?

A.

Pairwise testing will require fewer test cases than exhaustive testing

B.

Pairwise testing will have no effect on the number of test cases

C.

Pairwise testing would not be applicable for this problem

D.

Pairwise testing would not be possible because equivalence partitions have not been defined

Full Access
Question # 13

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 # 14

You've created a checklist for an upcoming requirements/use case review. You have included validating the testability of each requirement, and establishing acceptance criteria for each requirement.

You've ensured that each requirement and use case has a unique identifier that complies with company policy. What else should you add to the checklist?

A.

Decision tables

B.

State transition diagrams

C.

Orthagonal arrays for all specified variables

D.

Traceability documentation

Full Access
Question # 15

You are assigned to a test team to write test cases for their retail call center application. Your analysis estimates a need for approximately 2,000 test cases. Your test team consists of experienced business users, who have helped with testing on an on-going basis for several years. The application that you are assigned to test is continually being updated to meet market and customer requirements.

What is recommended in this situation?

A.

Writing low-level test cases with step by step instructions so your non-professional testers can execute the test cases without error

B.

Focusing on high-level test cases consisting mostly of guidelines of what should be tested

C.

Creating low-level test cases to minimize on-going maintenance efforts

D.

Having business users create decision tables and state transition diagrams to assist in creating step-by-step test cases

Full Access
Question # 16

How many cases are required to test the tax system specification as described below, using a decision table which is not collapsed?

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 the person also has more than two and less than five children, an additional 10% reduction is applicable.

A.

2

B.

4

C.

6

D.

8

Full Access
Question # 17

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 # 18

Which of the following is an appropriate task for the Test Analyst to perform during the test execution phase?

A.

Creating a test execution schedule

B.

Creating automated tests

C.

Finalizing test data and test environments

D.

Analysing anomalies to establish their likely causes

Full Access
Question # 19

You are working on a hand held product that will be used by carpet salespeople to create estimates while the salesperson is at the customer's location. The carpet installation prices are different based on how much carpet the customer will be buying. If the customer is buying enough only for a small room (less than 20 square yards) the cost to install is $5 a square yard.For a medium room (less than 40 square yards) the cost to install is $4 a square yard. For a large room (40 square yards or more) the cost to install is $2 a square yard. Two small rooms or one small room plus a set of stairs is priced at the medium room price. Two medium rooms or one medium room plus a set of stairs is priced at the large room price.

Which of the following is the smallest set of test conditions to provide minimum coverage of the equivalence partitions?

A.

One small room, two medium rooms with stairs

B.

One small room, one small room with stairs, two medium rooms

C.

No purchase, one small room, one medium room, one large room, one extra large room

D.

One small room, one small room with stairs, one medium room, one medium room with stairs, one large room

Full Access
Question # 20

What are ways in which classification trees support the application of pairwise testing?

a. They help to identify inputs to be used by the pairwise test technique

b. They show the combinations needed to cover all-pairs

c. They help to identify particular combinations of interest

d. They show both typical and atypical behavior

e. They show the expected results for the various test cases

A.

b and c

B.

b, d and e

C.

a, b and c

D.

c and e

Full Access
Question # 21

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 # 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

The Acme Elevator company uses state-transition diagrams to document the behavior of their elevator doors.

The following text is taken from one of their requirements documents. Convert it into the equivalent state-transition diagram:

When the doors are open, the close command starts the doors closing.

When the doors are closing, the closed sensor indicates that the doors are fully closed.

When the doors are closed, the open command starts the doors opening.

When the doors are opening, the open sensor indicates that the doors are fully open.

If the doors are closing, the open command will start the doors opening.

If the doors are opening, the close command will start the doors closing.

Which state transition diagram most closely represents Acme's elevator door rules?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 24

During which test stage is functional appropriateness typically tested?

A.

Component testing

B.

System testing

C.

Operability testing

D.

Adaptability testing

Full Access