Pass the ISTQB Advance Level ISTQB-CTAL-TA Questions and answers with CertsForce

Viewing page 1 out of 3 pages
Viewing questions 1-10 out of questions
Questions # 1:

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?

Question # 1

Options:

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


Questions # 2:

Which test technique is MOST closely associated with classification tree diagrams?

SELECT ONE OPTION

Options:

A.

State transition testing


B.

Equivalence partitioning


C.

Decision table testing


D.

Use case testing


Questions # 3:

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.

Document:New CRM Overview-20nn-1 A

    CRM Replacement

    Author:Andrew Smith

    Date:26-01-20nn

    Version:0.04

The following are individual requirements:

    There are no new screens in the replacement CRM application

    The screen layouts match the existing CRM application

    Screen navigation conforms to the internal company standards

    Data will be displayed within 4 seconds

    Screen US002B layout is amended to introduce the ability to populate a new data item for Financial Conduct Authority registration number (optional field - to be reported from the start of the next tax year). This is a numeric item, unique to any company.

    Security access will be controlled by SSO (Single Sign-On) from the users' network logon

    Users without authorized access will not see any CRM screen

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:

Options:

A.

b, d


B.

d, e


C.

b, e


D.

a, c


Questions # 4:

Ticket machines are to be installed at the train station of a major European airport to enable newly arriving passengers to quickly purchase their tram tickets.

You are testing this new application and the following Use Case has been provided:

USE CASE: Credit Card Purchase

    Use Case ID: UC-001401

    Purpose: To purchase a single ticket to the city center

    Actors: User

    Preconditions: Ticket machine is at the "select language" screen, user has a valid credit card

Question # 4

You have been asked to review this Use Case. Which ONE of the following checklist items are TRUE and will pass?

SELECT ONE OPTION:

Options:

A.

All alternate paths are identified


B.

All error messages are defined


C.

Each path is testable


D.

The main path is clearly defined


Questions # 5:

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

Options:

A.

a, e


B.

a, d


C.

c, e


D.

b, d


Questions # 6:

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

Options:

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


Questions # 7:

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:

Question # 7

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

Options:

A.

Power Unit: Hybrid Body Style: Saloon


B.

Power Unit: Electric Body Style: Hatchback


C.

Power Unit: Petrol Body Style: Saloon


D.

Power Unit Hybrid Body Style: Hatchback


Questions # 8:

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:

Options:

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


Questions # 9:

You work for a company that is a pioneer in smart energy technology. The company is planning to launch a new application for smartphones and tablets that will allow customers to view their energy readings remotely. The application must support customers with disabilities.

The application is being delivered using a hybrid mix of agile and V-model methodologies over three iterations:

    Iteration 1:Development of the application for the iOS operating system

    Iteration 2:Enhancement to support the Android operating system

    Iteration 3:Enhancement to provide daily budget usage

You have been asked to review the risk register and design test conditions for the highest priority product risks that fall into your area of responsibility, relating to Iterations 1 and 2 only.

Question # 9

SELECT ONE OPTION

Options:

A.

R02


B.

R03


C.

R04


D.

R01


Questions # 10:

You work for a company that is a pioneer in smart energy technology. One of their core products is their energy monitor in-home display device, used to display current and historic energy consumption data to many thousands of customers. It has been designed to integrate with their other smart-home products, including domestic lighting control systems via their HomeHub.

The company is to launch a new application for smartphones and tablets that will allow its customers to view their energy readings remotely and to view their daily budget usage based on seasonal historic data. The application must also support customers with disabilities.

The following requirement specification has been written and you are reviewing it:

Question # 10

Description:

    The customer's daily gas, electricity, and usage figures must be accurately displayed

    The customer’s weekly gas, electricity, and usage figures must be accurately displayed

    The monthly gas, electricity, and usage figures must be accurately displayed

    The customer's annual gas, electricity, and usage figures must be accurately displayed

    The customer should be able to change between displaying gas only, electricity only, or both energy types

    The retrieval time for the customer's energy data must be less than 2 seconds from the opening of the application

    The screen design must be visually attractive and easy to operate for the customer

You are using the following review checklist:

    Is each requirement testable?

    Does each requirement have acceptance criteria listed?

    Is a use case calling structure available (if applicable)?

    Are the requirements uniquely identified?

    Is the specification versioned?

    Is there traceability visible from each requirement to the business/marketing requirements?

    Is there traceability between the requirements and the use cases (if applicable)?

Based on this checklist, which items are NOT met and will fail review?

SELECT ONE OPTION

Options:

A.

1, 2, 4, 6


B.

1, 4, 5, 7


C.

2, 3, 5, 6


D.

2, 3, 4, 7


Viewing page 1 out of 3 pages
Viewing questions 1-10 out of questions