To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
The technical storage or access that is used exclusively for statistical purposes.
The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
Some new sample questions:
Question:
A risk-based approach is being taken to test a new web-based retail application. Which of the following activities is the Technical Test Analyst NOT usually expected to perform?
A. Understanding the probability of each technical product risk
B. Assessing the likelihood of identified security risks
C. Assessing the business impact of identified performance risks
D. Designing tests to mitigate identified reliability risks
Question:
Given the following decision: IF X < 5 OR Y > 10 THEN
Which of the following sets of test inputs will achieve full MC/DC coverage?
A. X=4 and Y=7 X=6 and Y=12 X=5 and Y=10
B. X=4 and Y=11 X=7 and Y=10
C. X=5 and Y=8 X=2 and Y=12 X=4 and Y=4
D. X=3 and Y=10 X=5 and Y=15 X=0 and Y=15
Question:
Which of the following statements about Application Programming Interface (API) testing is TRUE?
A. API testing cannot be applied to distributed systems
B. Combinatorial testing cannot be applied to API testing
C. API testing may require the use of specialized tools
D. APIs are loosely coupled, so timing glitches will not happen
Question:
Listed below are some possible findings from static analysis of a component containing approximately 1,000 lines of code. Which combination suggests that the component does NOT need refactoring for better maintainability?
A) Low measure of coupling.
B) Low measure of cohesion.
C) Low measure of commenting.
D) Low measure of complexity.
E) High measure of coupling.
F) High measure of cohesion.
G) High measure of commenting.
H) High measure of complexity.
A. b, e, g
B. a, d, h
C. c, d, h
D. d, f, h
………