Beta Testing is done by____________________?
A. Developers
B. Testers
C. Users
D. All of the mentioned
Beta Testing is done by____________________? Read More »
Software Testing and Quality Management A. Developers
B. Testers
C. Users
D. All of the mentioned
Beta Testing is done by____________________? Read More »
Software Testing and Quality Management A. Test File Generator
B. Coverage Analyzer
C. Output Comparator
D. Test Harness System
Execution Verifier is a dynamic tool that is also known as_____________________? Read More »
Software Testing and Quality Management A. Test/File Generator
B. Test Harness System
C. Test Archiving Systems
D. Coverage Analyzer
Explanation: The answer is self-explanatory.
Which testing tool is responsible for documenting programs ? Read More »
Software Testing and Quality Management 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 A. Non-Code Source Statement
B. Non Comment Source Sentence
C. Non-Comment Source Statement
D. All of the mentioned
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 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.
A. Static Testing Tool
B. Dynamic Testing
C. Static & Dynamic Testing
D. None of the mentioned
Explanation: Static Testing tools are those that perform analysis of the the program without executing them at all.
Standard Enforcer is a___________________? Read More »
Software Testing and Quality Management A. data
B. case
C. variable
D. all of the mentioned
Explanation: It increases the scope for code inspection.
Test should be conducted for every possible_______________________? Read More »
Software Testing and Quality Management A. Acceptance testing
B. Regression testing
C. Equivalence partitioning
D. Quality assurance
Explanation: Equivalence partitioning is a software testing technique that divides the input data of a software unit into partitions of equivalent data from which test cases can be derived.
Which is a black box testing technique appropriate to all levels of testing ? Read More »
Software Testing and Quality Management