Question

Which of the following is least applicable in black box testing? A) Specification of the system...

Which of the following is least applicable in black box testing?
A) Specification of the system
B) Understand the environment in which the software will be deployed
C) Source code
D) Use cases

Which of the following “quality dimensions” are applicable for WebApps:
A) usability, performance, interoperability
B) security, maintainability, navigability
C) content, structure, function
D) all of the above

An objective of content testing is:
A) to uncover syntactic errors (e.g., typos, grammar mistakes) in text-based documents, graphical representations, and other media
B) to uncover semantic errors (i.e., errors in the accuracy or completeness of information) in any content object presented as navigation occurs
C) to find errors in the organization or structure of content that is presented to the end-user
D) all of the above E) none of the above

Decision table technique should be used in a situation where
A) Variables are physical variables
B) Inputs are not independent
C) Variables are logical variables
D) code is available to the tester

Which of the following construct that cannot be modeled by the finite state model
A) Sequence
B) selection
C) concurrency
D) repetition

Which of the following is a NOT a factor that software testers used to design equivalent class based test cases
A) valid inputs
B) invalid inputs
C) output
D) System configuration
E) Cyclomatic complexity

Equivalent partitioning is common a common technique used in black-box testing.
Which of the following may not be a considered in determining equivalent class
A) Valid Input data
B) Invalid input data
C) Minimum system requirement to run the software
D) Outputs
E) Use case diagram

Which of the following JUnit tag is used in initializing object instances before running
test cases against them

A) @BeforeClass
B) @AfterClass
C) @Before
D) @After

Which of the following statements best describe the functionality of the following JUnit test
@Test
public void Test2() {
int d=31, m=1, y=2010;
Date date = new Date(m, d, y);
date.increment();
assertEquals("test", "2/1/2010", date.toString());
}
A) It checks if the date.toString() method call returns the string “test”
B) It checks of the date.toString() method returns the "2/1/2010"
C) It checks if the incremt() method of the object.
D) None of the above

Homework Answers

Answer #1

1 Solution ) BLACK BOX TESTING is defined as a testing technique in which functionality of the Application Under Test (AUT) is tested without looking at the internal code structure, implementation details and knowledge of internal paths of the software. This type of testing is based entirely on software requirements and specifications. In BlackBox Testing we just focus on inputs and output of the software system without bothering about internal knowledge of the software program.

OPtion A is correct

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
20. Which of the following statements about hypothesis testing is FALSE? Select one: a. A valid...
20. Which of the following statements about hypothesis testing is FALSE? Select one: a. A valid hypothesis should be testable and falsifiable. b. Experiments should be designed to test whether an hypothesis can be rejected. c. Experiments rely on variables and controls to test hypotheses. d. Each variable being tested should have at least one control. e. A control group should have as many distinct features as possible compared to the test group. f. If an hypothesis is inconsistent with...
Subject Name: Data Management for Analytics Software used: SAS Q2. Which of the following statements are...
Subject Name: Data Management for Analytics Software used: SAS Q2. Which of the following statements are true regarding dummy coding? a. Dummy coding high cardinality inputs can lead to overfitting a predictive model. b. The reference level should always be the second level of the categorical variable after sorting in ascending order. c. In SAS, dummy variables can only be created with following code: if var1="X" then var1_x_dum = 1; else var1_x_dum = 0; d. Dummy coding is also known...
Residual Plot is used to test which of the following assumptions of linear regression A. The...
Residual Plot is used to test which of the following assumptions of linear regression A. The errors are independent B. The errors are not normally distributed C. The errors have a constant variance D. The errors have a mean of Zero
1.Which of the following is true of Chow test? a. It is a type of sign...
1.Which of the following is true of Chow test? a. It is a type of sign test. b. It is only valid under heteroskedasticity. c. It is only valid under homoskedasticty. d. It is a type of t test. 2. Consider the following simple regression model y = β0 + β1x1 + u. Suppose Corr(x,u) > 0, Corr(z,x) > 0, and Corr(z,u) < 0. Then, the IV estimator has a(n) _____. a. substantial bias b. downward bias c. asymptotic bias...
1. Which of the following would be least likely to be represented with a Unified Modeling...
1. Which of the following would be least likely to be represented with a Unified Modeling Language (UML) Class? Why?                A)    Trucks                         B)    Currency                C)    Employees                D)    Bank Account 2.  Which situation best exemplifies why analysts must understand process decision requirements?                  A)    A business accepts cash, checks and all major credit cards                    B)    A business can only transact with retailers who have a valid business license                C)    A business sells multiple types of widgets...
Which of the following is FALSE regarding the budgeting system? A. The budgeting system aims to...
Which of the following is FALSE regarding the budgeting system? A. The budgeting system aims to communicate management's plans throughout the entire organization. B. The budgeting system helps managers uncover potential bottlenecks before they occur. C. The budgeting system generates a detailed qualitative plan for acquiring and using financial and other resources over a specified forthcoming time period. D. The budgeting system provides a means of allocating resources to those parts of the organization where they can be used most...
1. Which of the following does a box plot not display? a. The range b. The...
1. Which of the following does a box plot not display? a. The range b. The interquartile range c. The lower quartile d. The mean 2. You have income data for your entire customer database. Some of your clients are far wealthier than others. Which of the following do outliers least affect? a. The range b. The mean c. The median d. The standard deviation 3. Some data were collected about consumer loyalty towards a (relatively) new brand of toilet...
Which of the following could be considered high-stakes testing? A. An anonymous test to gauge a...
Which of the following could be considered high-stakes testing? A. An anonymous test to gauge a classroom's entry level knowledge B. An internet poll to decide a celebrity movie award C. A customer staisfaction survey for your favorite store D. A drug test when applying for a job
TO-DO LIST QUESTIONS 1.In a well designed internal control system which of the following is an...
TO-DO LIST QUESTIONS 1.In a well designed internal control system which of the following is an example of general authorization? A. acceptance of special orders B Granting of credit C. Two signatures on large denominated checks D.All of the above are examples of specific authorization circumstances 2.As an in-charge auditor you are reviewing a communication about reportable conditions related to internal control over cash receipts and disbursements. Which of the following conditions, standing alone, should cause you the most concern?...
In which of the following cases is a measure considered reliable? The Balance Tracking System (BTrackS)...
In which of the following cases is a measure considered reliable? The Balance Tracking System (BTrackS) force-plate captures the center of pressure (a measure of postural control) of an older adult in an experimental session of 3 trials with consistent results A new motion capture system software had highly variable results measuring angular velocity of the elbow joint in 2 trials under similar conditions A measuring tape essential for measuring the distance required to accurately place a marker 4 feet...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT