Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

Software Testing and Quality Management

Debugging Program is a program which runs concurrently with the program under test & provide commands to_____________________?

Debugging Program is a program which runs concurrently with the program under test & provide commands to_____________________?

A. examine memory & registers
B. stop execution at a particular point
C. search for references for particular variables, constant and registers
D. all of the mentioned

Explanation: Debugging is a methodical process of finding and reducing the number of bugs, or defects, in a computer program or a piece of electronic hardware, thus making it behave as expected.

Debugging Program is a program which runs concurrently with the program under test & provide commands to_____________________? Read More »

Software Testing and Quality Management

Software Testing with real data in real environment is known as_____________________?

Software Testing with real data in real environment is known as_____________________?

A. alpha testing
B. beta testing
C. regression testing
D. none of the mentioned

Explanation: Beta testing is the last stage of testing, and normally can involve sending the product to beta test sites outside the company for real-world exposure or offering the product for a free trial download over the Internet.

Software Testing with real data in real environment is known as_____________________? Read More »

Software Testing and Quality Management

Many applications using static analysis find 0.1-0.2% NCSS. NCSS stands for______________________?

Many applications using static analysis find 0.1-0.2% NCSS. NCSS stands for______________________?

A. Non-Code Source Statement
B. Non Comment Source Sentence
C. Non-Comment Source Statement
D. All of the mentioned

Many applications using static analysis find 0.1-0.2% NCSS. NCSS stands for______________________? Read More »

Software Testing and Quality Management

Which of the following testing tools examine program systematically & automatically ?

Which of the following testing tools examine program systematically & automatically ?

A. Code Inspector
B. Static Analyzer
C. Standard Enforcer
D. Coverage Analyzer

Explanation: A static analyzer operates from a pre-computed database o descriptive information derived from the source text of the program.

Which of the following testing tools examine program systematically & automatically ? Read More »

Software Testing and Quality Management

Which testing tool does a simple job of enforcing standards in a uniform way of many programs ?

Which testing tool does a simple job of enforcing standards in a uniform way of many programs ?

A. Static Analyzer
B. Code Inspector
C. Standard Enforcer
D. Both Code Inspector & Standard Enforcer

Explanation: A standard enforcer is just like a code inspector, except that the rules are generally simpler. Standard enforcer looks at only single statements while the static analyzer looks at whole programs.

Which testing tool does a simple job of enforcing standards in a uniform way of many programs ? Read More »

Software Testing and Quality Management