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

Alpha testing is done at________________?

Alpha testing is done at________________?

A. Developer’s end
B. User’s end
C. Developer’s & User’s end
D. None of the mentioned

Explanation: Alpha testing takes place at the developer’s end. Developers observe the users and note problems. Alpha testing is testing of an application when development is about to complete. Minor design changes can still be made as a result of alpha testing.

Alpha testing is done at________________? Read More »

Software Testing and Quality Management

Maintenance testing is performed using which methodology ?

Maintenance testing is performed using which methodology ?

A. Retesting
B. Sanity testing
C. Breadth test and depth test
D. Confirmation testing

Explanation: Maintenance Testing is done on the already deployed software. The deployed software needs to be enhanced, changed or migrated to other hardware. The Testing done during this enhancement, change and migration cycle is known as maintenance testing.

Maintenance testing is performed using which methodology ? Read More »

Software Testing and Quality Management

The testing in which code is checked___________________?

The testing in which code is checked___________________?

A. Black box testing
B. White box testing
C. Red box testing
D. Green box testing

Explanation: White-box testing is a method of testing software that tests internal structures or workings of an application, as opposed to its functionality .

The testing in which code is checked___________________? Read More »

Software Testing and Quality Management

White Box techniques are also classified as_________________?

White Box techniques are also classified as_________________?

A. Design based testing
B. Structural testing
C. Error guessing technique
D. None of the mentioned

Explanation: The structural testing is the testing of the structure of the system or component. Structural testing is often referred to as ‘white box’ or ‘glass box’ or ‘clear-box testing’ because in structural testing we are interested in what is happening ‘inside the system/application’.

White Box techniques are also classified as_________________? Read More »

Software Testing and Quality Management

Lower and upper limits are present in which chart ?

Lower and upper limits are present in which chart ?

A. Run chart
B. Bar chart
C. Control chart
D. None of the mentioned

Explanation: A run chart is used to monitor the behavior of a variable over time for a process or system. Run charts graphically display cycles, trends, shifts, or non-random patterns in behavior over time. It contains lower and upper limits.

Lower and upper limits are present in which chart ? Read More »

Software Testing and Quality Management

Exhaustive testing is___________________?

Exhaustive testing is___________________?

A. always possible
B. practically possible
C. impractical but possible
D. impractical and impossible

Explanation: Exhaustive testing is the testing where we execute single test case for multiple test data.It means if we are using single test case for different product or module under manual testing.
testing .

Exhaustive testing is___________________? Read More »

Software Testing and Quality Management