Software Testing Multiple Choice Questions

Which of the following options is not a software development model (A)

A.V model

B. Quick model

C. Spiral model

D. Agile model

Which of the following options is not a factor affecting software quality (C)

A. The demand is vague

B. Lack of standardized documentation guidance

C. to use new technology

D. Developers have limited skills

Which of the following is not the cause of software defects (B)

A. The demand is not clear

B. Bad test case design

C. The software structure is complex

D. Short project cycle

Regarding software defects, which of the following statements is incorrect (C)

A. Software defects are problems, errors, missing or extra hidden functions in the software (including programs and documents) that affect the normal operation of the software.

B. According to the priority of the defect, the defect can be divided into immediate solution, high priority, normal queuing, and low priority

C. There is a unified template for defect reports, which is formulated by IEEE729-1983

D. Each defect has a unique number, which is the identification of the defect

Regarding software testing, which of the following statements is incorrect (D)

A. In early software development, testing is equivalent to debugging

B. Software testing is the process of using manual or automatic means to run or measure a system

C. The purpose of software testing is to check whether it meets the specified requirements or to find out the difference between the expected results and the actual results

D. Software testing and software development are two independent and separate processes

Which of the following is not a principle of software testing (B)

A. Testing should be based on customer needs

B. The later the test is performed, the better

C. Exhaustive testing is not possible

D. Software testing follows the GoodEnough principle

Which of the following options is not the relationship between the input and input of the causal graph (A)

A, identity

B, or

C. to request

D. the only

Which of the following options is not a key factor in the orthogonal experiment method (D)

A. Index

B. Factor

C. Factor status

D. Orthogonal table

Which of the following options does not belong to logical coverage (D)

A. Statement coverage

B. Condition coverage

C. Judgment coverage

D. Decision-statement coverage

Regarding logic coverage, which of the following statements is wrong (C)

A. The statement covered by the statement does not include blank lines, comments, etc.

B. Compared with statement coverage, decision coverage takes into account the value of each decision statement

C. Condition coverage takes into account all combinations of the values ​​of each logical condition

D. In logic coverage, conditional combination coverage is the test method with the largest coverage

Regarding the pile insertion method, the wrong one of the following statements is©

A. The instrumentation method is a method of inserting test code into the program under test to achieve the purpose of testing

B. The instrumentation method can be divided into object code instrumentation and source code instrumentation

C. The source code stub program needs to go through the compilation and linking process, but the stub code does not participate in the compilation and linking process

D. Object code instrumentation is to insert code into the binary program

Regarding performance testing, which of the following statements is wrong (D)

A. Slow software response is a performance problem

B. Performance testing is the activity of testing various performance indicators of the system under normal, peak and abnormal load conditions through performance testing tools

C. Performance testing can discover the performance bottleneck of the software system

D. Performance testing is for the purpose of verifying that the function is complete

Which of the following options is not a performance test indicator?

A. Response time

B、TPS

C、DPH

D. Throughput

Which of the following options is a performance test that instantaneously loads the system pressure to the maximum (D)

A. Stress test

B. Load test

C. Concurrent testing

D. Peak test

Regarding the performance testing process, which of the following statements is wrong (A)

A. Performance testing is special, it does not follow the general testing process

B. In performance test requirements analysis, testers must first clarify the test objectives

C. When formulating a performance test plan, a very important task is to design the scene

D. Performance testing usually requires monitoring the testing process

About LoadRunner and JMeter, the wrong statement in the following is ©

A. LoadRunner is charged, and JMeter is open source

B. LoadRunner widely supports industry standard protocols

C. JMeter uses the listener to record the server's response

D. JMeterJMeter has fewer reports, and its test report is not as detailed as LoadRunner

Guess you like

Origin blog.csdn.net/Yajyaj123/article/details/130740039