_____ is a white-box testing technique first proposed by Tom McCabe. a) Equivalence Partitioning b) Basis Path Testing c.) Boundary Value Analysis d) None of the above.

1 Answer

Answer :

Ans : b. 

Related questions

Description : Which of the following is true about White and Black Box Testing Technique:- a) Equivalance partitioning, Decision Table and Control flow are White box Testing Techniques. b) Equivalence partitioning ... , State Transition , Use Case Testing and Decision Table are White Box Testing Techniques.

Last Answer : c) Equivalence partitioning , State Transition , Use Case Testing are black box Testing Techniques.

Description : When different combination of input requires different combination of actions,Which of the following technique is used in such situation? a) Boundary Value Analysis b) Equivalence Partition c) Decision Table d) Decision Coverage

Last Answer : Ans : c

Description : Which of the following is black box testing a) Basic path testing b) Boundary value analysis c) Code path analysis d) None of the mentioned

Last Answer :  Ans : b

Description : Boundary value analysis belong to? a) White Box Testing b) Black Box Testing c) White Box & Black Box Testing d) None of the mentioned

Last Answer : Ans: b

Description : Which technique can be used to achieve input and output coverage? It can be applied to human input, input via interfaces to a system, or interface parameters in integration testing. A. Error Guessing B. Boundary Value Analysis C. Decision Table testing D. Equivalence partitioning

Last Answer : D. Equivalence partitioning

Description : Which technique can be used to achieve input and output coverage? It can be applied to human input, input via interfaces to a system, or interface parameters in integration testing. a) Error Guessing b) Boundary Value Analysis c) Decision Table testing d) Equivalence partitioning

Last Answer : d) Equivalence partitioning

Description : One technique of Black Box testing is Equivalence Partitioning. In a programstatement that accepts only one choice from among 10 possible choices,numbered 1 through 10, the middle partition would be from _____ to _____ a) 4 to 6 b) 0 to 10 c) 1 to 10 d) None of the above

Last Answer : c) 1 to 10

Description : When testing a grade calculation system, a tester determines that all scores from 90 to 100 will yield a grade of A, but scores below 90 will not. This analysis is known as: A. Equivalence partitioning B. Boundary value analysis C. Decision table D. Hybrid analysis

Last Answer : A. Equivalence partitioning

Description : When testing a grade calculation system, a tester determines that all scores from 90 to 100 will yield a grade of A, but scores below 90 will not. This analysis is known as: A. Equivalence partitioning B. Boundary value analysis C. Decision table D. Hybrid analysis

Last Answer : B. Boundary value analysis

Description : Which of the following statement(s) is/are TRUE with regard to software testing? I. Regression testing technique ensures that the software product runs correctly after the changes during maintenance. II. Equivalence partitioning is a ... (1) only I (2) only II (3) both I and II (4) neither I nor II

Last Answer : (1) only I 

Description : White Box techniques are also classified as a) Design based testing b) Structural testing c) Error guessing technique d) None of the mentioned

Last Answer : Ans : b

Description : Which of the following is/are White box technique? a) Statement Testing b) Decision Testing c) Condition Coverage d) All of the mentioned

Last Answer : Ans: d

Description : Explain Equivalence Class Partitioning and Boundary value analysis. Compare the two.

Last Answer : Ans. Equivalence Class Partitioning: It is a technique in black box testing. It is designed to minimize the number of test cases by dividing tests in such a way that the system is expected to act the ... valid data equivalence class, then you can select test case values like: 1, 11, 100, 950 etc.

Description : One weakness of boundary value analysis and equivalence partitioning is (A) they are not effective. (B) they do not explore combinations of input circumstances. (C) they explore combinations of input circumstances (D) none of the above

Last Answer : (B) they do not explore combinations of input circumstances.

Description : Equivalence partitioning is a .................. method that divides the input domain of a program into classes of data from which test cases can be derived. (A) White-box testing (B) Black-box testing (C) Orthogonal array testing (D) Stress testing

Last Answer : (B) Black-box testing

Description : V- model uses -------- test models a) Component testing, integration testing, system testing and acceptance testing b) alpha testing, beta testing , acceptance testing and user testing c) black box testing, white box testing and gray box testing

Last Answer : a

Description : Behavioral testing is a) White box testing b) Black box testing c) Grey box testing d) None of the mentioned

Last Answer : Ans : b

Description : Acceptance testing is also known as a) Grey box testing b) White box testing c) Alpha Testing d) Beta testing

Last Answer : Ans : d

Description : The testing in which code is checked a) Black box testing b) White box testing c) Red box testing d) Green box testing

Last Answer :  Ans :b

Description : Which of the following divides the input domain into classes containing data? a) Equivalent partitioning b) Environment partitioning c) Procedure division d) Compilation division

Last Answer : Ans : a

Description : Which of the following is non-functional testing? a) Black box testing b) Performance testing c) Unit testing d) None of the mentioned

Last Answer : Ans : b 

Description : ..... is a black box testing method ? Boundary value analysis Basic path testing Code path analysis None of above

Last Answer : Boundary value analysis

Description : Which of the following techniques is NOT a black box technique? a) State transition testing b) LCSAJ (Linear Code Sequence and Jump) c) syntax testing d) boundary value analysis

Last Answer : b) LCSAJ (Linear Code Sequence and Jump)

Description : The cost incurred in first time reviews and testing is called --------- a) Red money b) Green money c) Blue money

Last Answer : Ans : c

Description : ----------- is the application of quality principles to all facets and business process of an organization. a) TQM b) Software Testing c) Software tools

Last Answer : Ans : a

Description : Which of the following is a myth in testing? a) Tester can find bugs b) Any user can test software c) Missed defects are not due to testers d) Complete testing is not possible

Last Answer : Ans : b

Description : Which of the following is the form of Alpha and Beta Testing? a) Acceptance Testing b) System Testing c) Unit Testing d) Integration Testing

Last Answer : Ans : a

Description : Finding Defect is not a major goal of Acceptance Testing. a) True b) False

Last Answer : ANSWER: True

Description : Which of the following is not a part of Performance Testing? a) Measuring Transaction Rate. b) Measuring Response Time. c) Measuring the LOC. d) None of the above

Last Answer : Ans : c

Description : When the Testing Principles are useful while building the Software Product? a) During testing b) During execution c) During review d) Throughout life-cycle

Last Answer : Ans : d

Description : Testing of individual components by the developers are comes under which type of testing? a) Integration testing b) Validation testing c) Unit testing d) None of the above

Last Answer : Ans : c

Description : What is the main purpose of integration testing? a) Design errors b) Interface errors c) Procedure errors d) None of the above

Last Answer : a

Description : What is normally considered as an adjunct to the coding step a) Integration testing b) Unit testing c) Completion of Testing d) Regression Testing

Last Answer : Ans : b

Description : Which testing is an integration testing approach that is commonly used when “shrink-wrapped” software products are being developed? a) Regression Testing b) Integration testing c) Smoke testing d) Validation testing

Last Answer :  Ans : c

Description : In which testing level the focus is on customer usage? a) Alpha Testing b) Beta Testing c) Validation Testing d) Both Alpha and Beta

Last Answer : Ans : d

Description : Unit testing is done by a) Users b) Developers c) Customers d) None of the mentioned

Last Answer : Ans : b

Description : Beta testing is done at a) User‟s end b) Developer‟s end c) User‟s & Developer‟s end d) None of the mentioned

Last Answer :  Ans : a

Description : Which of the following term describes testing? a) Finding broken code b) Evaluating deliverable to find errors c) A stage of all projects d) None of the mentioned

Last Answer : Ans: b

Description : Exhaustive testing is a) always possible b) practically possible c) impractical but possible d) impractical and impossible

Last Answer : Ans :c

Description : What are the various Testing Levels? a) Unit Testing b) System Testing c) Integration Testing d) All of the mentioned

Last Answer : Ans: d

Description : Alpha testing is done at a) Developer‟s end b) User‟s end c) Developer‟s & User‟s end d) None of the mentioned

Last Answer : Ans: a

Description : According to ISO 9001, inspection and testing comes under which management responsibility? a) Process control b) Document control c) Control of nonconforming products d) Servicing

Last Answer : Ans : a

Description : The degree to which the design specifications are followed during manufacturing is known as a) Quality of design b) Quality of conformance c) Quality of testing d) None of the mentioned

Last Answer : Ans: b

Description : Inspections and testing are what kinds of Quality Costs? a) Prevention b) Internal Failure c) External Failure d) Appraisal

Last Answer : Ans: a

Description : Which of the following is not an appraisal cost in SQA? a) inter-process inspection b) maintenance c) quality planning d) testing 

Last Answer :  Ans: c

Description : Which of the following is not included in External failure costs? a) testing b) help line support c) warranty work d) complaint resolution

Last Answer : Ans : a

Description : Which of the following is not included in failure costs? a) rework b) repair c) failure mode analysis d) none of the mentioned

Last Answer : Ans: d

Description : White box testing, a software testing technique is sometimes called ? Basic path Graph Testing Dataflow Glass box testing

Last Answer : Glass box testing

Description : White box testing, a software testing technique is sometimes called ? Basic path Graph Testing Dataflow Glass box testing

Last Answer : Glass box testing

Description : Evaluating testability of the requirements and system are a part of which phase:- a) Test Analysis and Design b) Test Planning and control c) Test Implementation and execution d) Evaluating ... text box which accepts alphabets in lower or upper case. Identify the invalid Equivalence class value.

Last Answer : a) Test Analysis and Design