A Test Manager conducts risk assessment for a project. One of the identified risks is: The sub-contractor may fail to meet his commitment". If this risk materializes. it will lead to delay in completion of testing required for the current cycle.
Which of the following sentences correctly describes the risk?
The following state transition diagram describes the behavior of a control system in terms of its possible modes of operation. The initial start state will be the “NORMAL MODE”.
Which ONE of the following test cases covers an INVALID sequence?
A state transition diagram describes a control system’s behavior in different operational modes. The initial state is“NORMAL MODE”.
Which ONE of the following test cases covers anINVALID sequence?
As a tester, as part of a V-model project, you are currently executing some tests aimed at verifying if a mobile app asks the user to grant the proper access permissions during the installation process and after the installation process. The requirements specification states that in both cases the app shall ask theuser to grant access permissions only to the camera and photos stored on the device. However, you observe that the app also asks the user to grant access permission to all contacts on the device. Consider the following items:
[I]. Test environment
[II]. Expected result
[III]. Actual result
[IV]. Test level
[V]. Root cause
Based on only the given information, which of the items listed above, are you able to correctly specify in a defect report?
Which of the following statements about how different types of test tools support testers is true?
Which of the following statements about the typical activities of a formal review process is true?
Which ONE of the following options is a practice that does NOT TYPICALLY correspond to a shift left approach?
Consider a given test plan which, among others, contains the following three sections: "Test Scope", "Testing Communication", and "Stakeholders". The features of the test object to be tested and those excluded from the testing represent information that is:
Determining the schedule for each testing activity and test milestones for a test project, using activity estimates, available resources, and other constraints is a typical task performed during:
Scenario 2 “Big Drop”:
A company“The Big Drop”providesbulk discounts and frequent customer discountsas follows:
How manypossible decision rulescan be extracted from this table?
Which of the following s the most correct statement about state testing techniques?
Your organization's test strategy states that it is desirable to usemore than one method for estimating test effort. You are responsible for estimating test effort for the next project. Based on historical data, thedevelopment-to-test effort ratiois5:3.
The initial estimate for thedevelopment effort is 450 person-days.
Which ONE of the following options corresponds to the estimatedtest effortusing the ratio-based method?
A document describes the test procedures that have been derived for the identified test sets. Among other things, the order in which the test cases in the corresponding test set are to be executed according to the dependencies described by preconditions and postconditions is specified. This document is a typical work product produced as part of:
Which ONE of the following options BEST characterizes the Behavior-Driven Development (BDD) approach?
For each of the test cases to be executed, the following table specifies the priority order and dependencies on other test cases
Which of the following test execution schedules is compatible with the logical dependencies and allows executing the test cases in priority order?
A virtual service emulating a real third-party service and the automated test scripts (aimed at testing the system under test) that interact with that service, are test work products that are typically created during:
Consider a review for a high-level architectural document written by a software architect. The architect does most of the review preparation work, including distributing the document to reviewers before the review meeting. However, reviewers are not required to analyze the document in advance, and during the review meeting the software architect explains the document step by step. The only goal of this review is to establish a common understanding of the software architecture that will be used in a software development project.
Which of the following review types does this review refer to?
Which of the following about typical information found within a test plan is false?
A calculator software is used to calculate the result for 5+6.
The user noticed that the result given is 6.
This is an example of;
Which of the following statements about static testing and dynamic testing is true?
Consider the followingiteration planning taskswhere a tester can provide value:
Break down user stories into tasks (particularly testing tasks)
Estimate test effort for all testing tasks
Identify and refine functional and non-functional aspects of the test object
Which ONE of the following tasks should be ADDED to the above list?
The following 4 equivalence classes are given:
Which of the following alternatives includes correct test values for x. based on equivalence partitioning?
Which ONE of the following options contains the statements (I - V) that MOST ACCURATELY characterize acceptance test levels?
I. Acceptance test levels focus on validating and demonstrating readiness for deployment.
II. Acceptance test levels must be performed by an independent test team.
III. Acceptance test levels often require specific support, such as test harnesses.
IV. Acceptance test levels ideally should be performed by the intended users.
V. Acceptance test levels use component specifications as the test basis for the system.
Which of the following statements is an example of testing contributing to higher quality?
Consider the following examples of risks identified in different software development projects:
[I]. It may not be possible to generate the expected workloads to run performance tests, due to the poor hardware equipment of the machines (load injectors) that should generate these workloads
[II]. A user’s session on a web application is not invalidated after a certain period of inactivity (configured by the system administrator) of the user
[III]. The test team will not have an adequate requirements specification (since many requirements will still be missing) by the time test design and analysis activities should begin according to the test plan
[IV]. Following a failure, the system is unable to continue to maintain its pre-failure operation and some data becomes corrupted
Which of the following statements is true?
Who of the following has the best knowledge to decide what tests in a test project should be automated?
Pariksha labs is a mature software testing company. They are TMMi level 5 certified. Their testing processes are well defined. Which ONE of the following statements is likely to be CORRECT about them?
Which of the following is a good testing practice which is applicable INDEPENDENT of the software development lifecycle followed?
Use Scenario 1 “Happy Tomatoes” (from the previous question).
Using theBoundary Value Analysis (BVA)technique (in its two-point variant), identify the set of input values that provides the HIGHEST coverage.
Which of the following statements best describes how configuration management supports testing?
Which ONE of the following activities TYPICALLY belongs to the planning phase of the review process?
You are a tester working on a critical project. Based on the risk analysis you need to decide on the order of test execution. Which of the following lists the correct sequence of test execution? Priority 1 is the highest and Priority 3 is the lowest priority.
Test CasePriorityDependencies
Test A3-
Test B1TestD
TestC2Test A
Test D3•
An e-commerce site accepts credit cards for processing the payment. The payment processing form has a field for the amount of money to be deducted. The minimum amount of money that can be processed is $10. The credit cards have a limit of $5,000 (Five Thousand). Assume that only integers can be accepted as inputs. Which of the following set of boundary values you will choose for EFFICIENT testing for the amount of money that can be spent?
Which ONE of the following statements about the objectives of confirmation and regression testing is the BEST?
Which of the following is a role that is usually responsible for documenting the findings (e.g., action items, decisions, recommendations) made by the review team as part of a typical formal review?
Mark the correct sentences:
* Defects are a result of environmental conditions and are also referred to as "Failures"
* A human mistake may produce a defect
* A system mil totally fail to operate correctly when a failure exists in it
* When a defect exists in a system it may result in a failure
* Defects occur only as a result of technology changes
Which of the following statements about the value of maintaining traceability between the test basis and test work products is not true?
Which of the following types of tools is best suited for determining source code compliance with the guidelines provided by a coding standard?