The purpose of __________________ is to isolate the behavior of a given component of software. It is an excellent tool for software validation testing.a. white box testingb. special box testingc. class box testingd. black-box testing

Answers

Answer 1

Answer:

d.) black-box testing

Explanation:

Software testing can be regarded as procedures/process engage in the verification of a system, it helps in detection of failure in the software, then after knowing the defect , then it can be corrected. Black Box Testing can be regarded as a type of software testing method whereby internal structure as well as design of the item under test is not known by one testing it. In this testing internal structure of code/ program is unknown when testing the software, it is very useful in checking functionality of a particular application. Some of the black box testing techniques commonly used are; Equivalence Partitioning, Cause effect graphing as well as Boundary value analysis. It should be noted that the purpose of black-box testing is to isolate the behavior of a given component of software.


Related Questions

Any one know??please let me know

Answers

Answer:

B

Explanation:

Answer:

The answer is B.

Explanation:

Also I see your using schoology, I use it too.

A video game character can face one of four directions

Answers

Really
I didn’t know that:)

Pointers are addresses and have a numerical value. You can print out the value of a pointer as cout << (unsigned)(p). Write a program to compare p, p + 1, q, and q + 1, where p is an int* and q is a double*. Explain the results.

Answers

Answer:

#include <iostream>

using namespace std;

int main() {

  int i = 2;

  double j = 3;

 

  int *p = &i;

  double *q = &j;

 

  cout << "p = " << p << ", p+1 = " << p+1 << endl;

  cout << "q = " << q << ", q+1 = " << q+1 << endl;

  return 0;

}

Explanation:

In C++, pointers are variables or data types that hold the location of another variable in memory. It is denoted by asterisks in between the data type and pointer name during declaration.

The C++ source code above defines two pointers, "p" which is an integer pointer and "q", a double. The reference of the variables i and j are assigned to p and q respectively and the out of the pointers are the location of the i and j values in memory.

what types of problems if no antivirus is not installed

Answers

If you meant what would happen if you don't install an antivirus software, trust me, you don't want to know. I'd definitely recommend either Webroot (I believe that's how it's spelled) or Mcafee.

Select the correct answer from each drop-down menu.
Complete the sentence listing the basic parts of a computer.
All computers have these four basic parts: an input device, a

Answers

Answer:

all computers have an input device, storage, proccesing,and output

hope it helped

Explanation:

Which of the following is NOT true?

a. The process provides the macro steps
b. Methodologies provide micro steps that never transcends the macro steps.
c. Methodologies provide micro steps that sometimes may transcend the macro steps.
d. A methodology is a prescribed set of steps to accomplish a task.

Answers

Answer:

b. Methodologies provide micro-steps that never transcends the macro steps.

Explanation:

Methodologies are a series of methods, processes, or steps in completing or executing a project. Projects can be divided into macro steps or processes and these macro steps can be divided into several micro-steps. This means that, in methodology, micro-steps always transcends to a macro-step.

Write a SELECT statement that returns these columns from the Customers table:
Customer last name customer_last name column
City customer_city column
Zip code customer_zip Column
Return only the rows with customer_state equal to IL .
Sort the results in Descending order of customer last name
SCHEMA:
CREATE TABLE customers
(
customer_id INT NOT NULL,
customer_last_name VARCHAR(30),
customer_first_name VARCHAR(30),
customer_address VARCHAR(60),
customer_city VARCHAR(15),
customer_state VARCHAR(15),
customer_zip VARCHAR(10),
customer_phone VARCHAR(24)
);
INSERT INTO customers VALUES
(1, 'Anders', 'Maria', '345 Winchell Pl', 'Anderson', 'IN', '46014', '(765) 555-7878'),
(2, 'Trujillo', 'Ana', '1298 E Smathers St', 'Benton', 'AR', '72018', '(501) 555-7733'),
(3, 'Moreno', 'Antonio', '6925 N Parkland Ave', 'Puyallup', 'WA', '98373', '(253) 555-8332'),
(4, 'Hardy', 'Thomas', '83 d''Urberville Ln', 'Casterbridge', 'GA', '31209', '(478) 555-1139'),
(5, 'Berglund', 'Christina', '22717 E 73rd Ave', 'Dubuque', 'IA', '52004', '(319) 555-1139'),
(6, 'Moos', 'Hanna', '1778 N Bovine Ave', 'Peoria', 'IL', '61638', '(309) 555-8755'),
(7, 'Citeaux', 'Fred', '1234 Main St', 'Normal', 'IL', '61761', '(309) 555-1914'),
(8, 'Summer', 'Martin', '1877 Ete Ct', 'Frogtown', 'LA', '70563', '(337) 555-9441'),
(9, 'Lebihan', 'Laurence', '717 E Michigan Ave', 'Chicago', 'IL', '60611', '(312) 555-9441'),
(10, 'Lincoln', 'Elizabeth', '4562 Rt 78 E', 'Vancouver', 'WA', '98684', '(360) 555-2680');

Answers

Answer:

SELECT customer_last_name, customer_city, customer_zip FROM customers WHERE customer_state = 'IL' ORDER BY customer_last_name DESC;

Explanation:

Here, we are given a SCHEMA with the table name customers.

It's creation command and commands to insert values are also given.

We have to print the customer last name, city and zip code of all the customers who have their state as IL in the decreasing order of their last names.

Let us learn a few concepts first.

1. To print only a specified number of columns:

We can write the column names to be printed after the SELECT command.

2. To print results as per a condition:

We can use WHERE clause for this purpose.

3. To print in descending order:

We can use ORDER BY clause with the option DESC to fulfill the purpose.

Therefore, the answer to our problem is:

SELECT customer_last_name, customer_city, customer_zip FROM customers WHERE customer_state = 'IL' ORDER BY customer_last_name DESC;

Output of the command is also attached as screenshot in the answer area.

Other Questions
NASA has a problem; it needs parts that no one makes anymore. (2) In order to keep the shuttles flying, the space agency has begun searching the Internetincluding Yahoo and eBayto find replacement parts for electronic gear that most computer users would think of as primitive. What change, if any, should be made in sentence 2? A. Change including to includeing. B. Make no change. C. Change replacement to replacemant. D. Change primitive to primative. Lost passwords set for documents in Microsoft Word documents can be retrieved in the backstage view. True False Osmosis does not require an additional input of energy from the cell.Osmosis is considered to be a type ofactive transportendocytosispassive transportexocytosis Solve the system of equations:y= -x + 9y = - 3x + 8X= Rome was located 15 miles up the Tiber River in order to protect the city from raid by militia.Please select the best answer from the choices providedTrueFalse What ended WWII look at the options The membrane enclosing the nucleus of an eukaryotic cell iscalled the nuclear ___ 7. Todos los personajes de los cuentos de Jos de la Cuadra son personas ricas de Guayaquila. Ciertob. Falso I need help ASAPDoes this show a function please explain Evaluate: 792.6 10-4remember it is not 10-4. it is 10 to the -4 power What canal does Ferdinand de Lesseps complete in 1869? The president nominates federal officials, but the Senate confirms those nominations. By passing amendments to the Constitution, Congress can effectively check the decisions of the Supreme Court. Congress can override a presidential veto. The Supreme Court can declare a law, passed by congress, unconstitutionalAccording to the list above, the Constitution grants each branch of government the power to ___________________. Ernest Rutherford used which experiment to TEST if electrons were floating in the electron cloud: A. Plum puddingB. Gold foilC. Nuclear fusionD. Electron microscope Which of the following negative sentences is written correctly?Question 9 options:Prof. Alvizo ne est pas grande.Prof. Alvizo est grande.Prof. Alvizo ne pas est grande.Prof. Alvizo nest pas grande. Find the slope of a line that passes through points (-2,1) and(3,-5) Gus drew a diagram to compare marsupial and placental mammals. Which label belongs in the area marked Y? have a two-week gestation period young develop inside body sometimes lay eggs are endotherms ILL GIVE BRAINLY WHO EVER HAS THE BEST ANSWER!! Which represents the Northern viewpoint during the Constitutional Convention in the argument over slaves and representation? (A) Only citizens should be counted for the purpose of government representation. (B) Part of our population is not represented in government and should not be counted. (C) We have a disadvantage if slaves are counted for government representation. (D) We will be required to pay more taxes without government representation. Need help??????!!!!!!!!! Mi mam ________ (venir) a la escuela. $ 53.70 divided by two different friends