Manual testing Online Test Series 1, Mock Test, Online Quiz, Exam Questions
Finish Quiz
0 of 30 questions completed
Questions:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
Information
Manual testing Online Test Series 1, mock test, quiz, exam questions. Manual testing Online Test 1 Quiz. Manual Testing Test Free Mock Test 2019. Manual testing Online Test 1 Question and Answers in PDF. The Manual testing online mock test paper is free for all students. Manual Testing is a type of Software Testing where Testers manually execute test cases without using any automation tools. Manual Testing is the most primitive of all testing types and helps find bugs in the software system.. Now Test your self for “Manual testing Online Test 1 in English” Exam by using below quiz…
This paper has 30 questions.
Time allowed is 30 minutes.
The Manual testing Online Test is Very helpful for all students. Now Scroll down below n click on “Start Quiz” or “Start Test” and Test yourself.
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading...
You must sign in or sign up to start the quiz.
You have to finish following quiz, to start this quiz:
Results
0 of 30 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 points, (0)
Average score |
|
Your score |
|
Categories
- Not categorized 0%
Pos. | Name | Entered on | Points | Result |
---|---|---|---|---|
Table is loading | ||||
No data available | ||||
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- Answered
- Review
-
Question 1 of 30
1. Question
What is the ratio of effort needed to fixing a defect in requirement phase, design phase, coding phase and implementing phase?
Correct
Incorrect
-
Question 2 of 30
2. Question
What is the order of priority testing?
Correct
Unit Testing: Unit testing is performed by the developer to verify the source code of all individual units or module of the application.
Integration Testing: Integration testing is performed by the developer or tester. It is used to verify all modules or units after combining with each other.
System Testing: System testing is performed by the testing team to verify that the system or software meets its specified requirement or not.
So, It is clearly defines that first we have to test all unit modules, then combine all modules and perform integration testing after that we can perform system testing for requirement verification.
Therefore, option A is correct.Incorrect
Unit Testing: Unit testing is performed by the developer to verify the source code of all individual units or module of the application.
Integration Testing: Integration testing is performed by the developer or tester. It is used to verify all modules or units after combining with each other.
System Testing: System testing is performed by the testing team to verify that the system or software meets its specified requirement or not.
So, It is clearly defines that first we have to test all unit modules, then combine all modules and perform integration testing after that we can perform system testing for requirement verification.
Therefore, option A is correct. -
Question 3 of 30
3. Question
Verification and validation uses:
Correct
Incorrect
-
Question 4 of 30
4. Question
Application doesn’t allow customer expected configuration, is an example of _________
Correct
Severity: Severity is used to define the impact of the bug on the functionality of the system or system.
Priority: Priority term is used to define the impact of the bug on the client business.
If the application doesn’t allow or work on customer expected configuration is an example of high severity and low priority because this defect does not impact on the client business but its impact on the functionality or GUI of the system so its severity is high.Therefore, option A is a correct answer.
Incorrect
Severity: Severity is used to define the impact of the bug on the functionality of the system or system.
Priority: Priority term is used to define the impact of the bug on the client business.
If the application doesn’t allow or work on customer expected configuration is an example of high severity and low priority because this defect does not impact on the client business but its impact on the functionality or GUI of the system so its severity is high.Therefore, option A is a correct answer.
-
Question 5 of 30
5. Question
White box testing is not concern with:
Correct
Statement coverage: statement coverage is used to calculate the coverage of the statements and for identifying all true condition and the conditions should be executed at least one time.
Decision Coverage: Decision coverage statement is used to calculate decision coverage and to identify all statements of decision condition and should be executed at least once.
Cause and effect coverage: Cause and effect coverage term is not used in white box testing.Multiple condition coverage: It is used to evaluate all the combination of condition.
Therefore, Cause and effect coverage is correct answer.
Incorrect
Statement coverage: statement coverage is used to calculate the coverage of the statements and for identifying all true condition and the conditions should be executed at least one time.
Decision Coverage: Decision coverage statement is used to calculate decision coverage and to identify all statements of decision condition and should be executed at least once.
Cause and effect coverage: Cause and effect coverage term is not used in white box testing.Multiple condition coverage: It is used to evaluate all the combination of condition.
Therefore, Cause and effect coverage is correct answer.
-
Question 6 of 30
6. Question
A tester is executing a test to evaluate that it complies with the user requirement that a certain field be populated by using a dropdown box containing a list of values. Tester is performing:
Correct
Incorrect
-
Question 7 of 30
7. Question
Component Drivers are not needed by:
Correct
Drivers are utilized in Bottom-up (Integration) testing where it calls a components to be tested and in Top-down approach stubs are utilized .
Incorrect
Drivers are utilized in Bottom-up (Integration) testing where it calls a components to be tested and in Top-down approach stubs are utilized .
-
Question 8 of 30
8. Question
Which of the following is not part of Specification based testing?
Correct
Incorrect
-
Question 9 of 30
9. Question
Pesticide Paradox principle of testing says that:
Correct
Pesticide Paradox Principle: If we use same test cases for testing the application or program, then it will not be useful for finding any new defect. To overcome this problem we need to be regularly review and revise the test cases, this is known as the pesticide paradox principle.
Therefore, Option D is correct.Incorrect
Pesticide Paradox Principle: If we use same test cases for testing the application or program, then it will not be useful for finding any new defect. To overcome this problem we need to be regularly review and revise the test cases, this is known as the pesticide paradox principle.
Therefore, Option D is correct. -
Question 10 of 30
10. Question
Which of the following is not Iterative Model?
Correct
Iterative model is also known as incremental model. In iterative model the delivery of software is released in multiple builds, version by version.
RAD Model: RAD (Rapid Application Development model). It is a type of incremental model that develops all components parallel and then assembles all the components into a working system.
Spiral model: Spiral model is a combination of iterative development process model and sequential linear development model
Therefore, V model is not related to the iterative model.Incorrect
Iterative model is also known as incremental model. In iterative model the delivery of software is released in multiple builds, version by version.
RAD Model: RAD (Rapid Application Development model). It is a type of incremental model that develops all components parallel and then assembles all the components into a working system.
Spiral model: Spiral model is a combination of iterative development process model and sequential linear development model
Therefore, V model is not related to the iterative model. -
Question 11 of 30
11. Question
Focus testing come under _______
Correct
Focus Testing: Focus testing is a kind of usability testing. It is performed by the testing team to test the movement of mouse courser for focus and unfocused functionality of the system.
Therefore, option C is a correct answer.Incorrect
Focus Testing: Focus testing is a kind of usability testing. It is performed by the testing team to test the movement of mouse courser for focus and unfocused functionality of the system.
Therefore, option C is a correct answer. -
Question 12 of 30
12. Question
On opening a link on website, user is getting a message “This section of our web site is currently under construction”. Then which type of error is this?
Correct
Functional Error: If any error occurrs in the functionality of the application or system, that type of error is known as functional error.
Structural Error: If any error occurrs in the internal structure or code of the system, that kind of defect is known as structural error.
URL Error: If we are not able to access the web site due to error in DNA, Spelling mistake in URL, this type of error is known as URL error.
Therefore, none of these is correct answer.Incorrect
Functional Error: If any error occurrs in the functionality of the application or system, that type of error is known as functional error.
Structural Error: If any error occurrs in the internal structure or code of the system, that kind of defect is known as structural error.
URL Error: If we are not able to access the web site due to error in DNA, Spelling mistake in URL, this type of error is known as URL error.
Therefore, none of these is correct answer. -
Question 13 of 30
13. Question
onBlur field Validation runs:
Correct
Incorrect
-
Question 14 of 30
14. Question
Testing accounts to what percent of development costs of Software?
Correct
Incorrect
-
Question 15 of 30
15. Question
A test technique that involves testing with various ranges of valid and invalid inputs a particular module or component functionality extensively is?
Correct
Incorrect
-
Question 16 of 30
16. Question
______is an existing defect that has not yet caused a failure because the conditions that is required to invoke the defect is not meet.
Correct
Masked Defect: Masked defect is an undetected defect that is prevented by the other defect.
Latent Defect: Latent Defect is also known as hidden defect. It is a kind of defect that is found after the delivery of the application because the condition that is required to invoke the defect is not meet.
Therefore, Latent Defect is correct answer.Incorrect
Masked Defect: Masked defect is an undetected defect that is prevented by the other defect.
Latent Defect: Latent Defect is also known as hidden defect. It is a kind of defect that is found after the delivery of the application because the condition that is required to invoke the defect is not meet.
Therefore, Latent Defect is correct answer. -
Question 17 of 30
17. Question
Bug status is set to postpone due to:
Correct
Incorrect
-
Question 18 of 30
18. Question
Which testing enables the tester to evaluate software behavior when exceptions occur?
Correct
Fuzz Testing: Fuzz testing is a Data Driven testing that is used to test the application by using invalid or random data as input value for the application.
Active Testing: Active testing is used to evaluate the result of execution by using test data values.Passive Testing: Passive testing is used to analyze the result of the application without using any test data value.
Fault injection testing: It is performed by QA team for analyzing the system behavior when any exception is occurring.Therefore, Fault injection testing is correct answer.
Incorrect
Fuzz Testing: Fuzz testing is a Data Driven testing that is used to test the application by using invalid or random data as input value for the application.
Active Testing: Active testing is used to evaluate the result of execution by using test data values.Passive Testing: Passive testing is used to analyze the result of the application without using any test data value.
Fault injection testing: It is performed by QA team for analyzing the system behavior when any exception is occurring.Therefore, Fault injection testing is correct answer.
-
Question 19 of 30
19. Question
Testing beyond normal operational capacity is:
Correct
I think answer should be (iv) option “All of these”. Because Stress testing means “Testing beyond Max operational capacity to the point from where performance goes down.”
Beyond Normal operational capacity to max operational capacity is Load testing.
and these two type of testing are the part of Performance testing.Incorrect
I think answer should be (iv) option “All of these”. Because Stress testing means “Testing beyond Max operational capacity to the point from where performance goes down.”
Beyond Normal operational capacity to max operational capacity is Load testing.
and these two type of testing are the part of Performance testing. -
Question 20 of 30
20. Question
Which is not true regarding smoke and sanity testing?
Correct
Because smoke is nothing but testing the testablity of a application where as sanity testing is testing the features of that application i.e by just opening a application we can perform smoke testing where there it is “opening” or not , on the other side we can perform sanity testing by clicking on the “options” of the opened application .So smoke test comes to action first then sanity.
Incorrect
Because smoke is nothing but testing the testablity of a application where as sanity testing is testing the features of that application i.e by just opening a application we can perform smoke testing where there it is “opening” or not , on the other side we can perform sanity testing by clicking on the “options” of the opened application .So smoke test comes to action first then sanity.
-
Question 21 of 30
21. Question
Which testing cannot be performed on first build of the software?
Correct
why because when ever first module comes we test it, if we find any defect then developer fix it and sending new module to testing team so we cant perform regression testing on first module…
we can perform retesting on first module.. how? because retesting means testing whether the bug fixed or not and also testing a functionallity with multiple set of input data so retesting we be done on first build also
so correct answer is REGRESSION TESTING
Incorrect
why because when ever first module comes we test it, if we find any defect then developer fix it and sending new module to testing team so we cant perform regression testing on first module…
we can perform retesting on first module.. how? because retesting means testing whether the bug fixed or not and also testing a functionallity with multiple set of input data so retesting we be done on first build also
so correct answer is REGRESSION TESTING
-
Question 22 of 30
22. Question
Which is not true in case of sanity testing?
Correct
Sanity Testing: Sanity Testing is a surface level testing that is performed by QA team. It is a subset of regression testing that follows narrow and deep approach with detailed testing to verify the build after performing some changes in code or adding new functionality. It is typically non-scripted and cursory testing to verify software application is working as per the client requirement.
Therefore, option D is correct.Incorrect
Sanity Testing: Sanity Testing is a surface level testing that is performed by QA team. It is a subset of regression testing that follows narrow and deep approach with detailed testing to verify the build after performing some changes in code or adding new functionality. It is typically non-scripted and cursory testing to verify software application is working as per the client requirement.
Therefore, option D is correct. -
Question 23 of 30
23. Question
Defects can be found more easily in:
Correct
Bottom up integration testing: In the bottom up technique, first we test the sub module then integrate that module and perform the testing. So that why it is more easy to find defect
Top down integration testing: In this technique, first we test the main module and then it divides into 2 or more sub module. In this first we perform integration testing and then unit testing.
Big bang testing: In the big bang technique, first we assemble all the components and then start the testing of application.
Sandwich integration testing: In this technique we divide the overall system in 3 layers and apply different technique in all layers, so some time it is difficult to understand the flow of the functionality.
Therefore, option A is the correct answer.Incorrect
Bottom up integration testing: In the bottom up technique, first we test the sub module then integrate that module and perform the testing. So that why it is more easy to find defect
Top down integration testing: In this technique, first we test the main module and then it divides into 2 or more sub module. In this first we perform integration testing and then unit testing.
Big bang testing: In the big bang technique, first we assemble all the components and then start the testing of application.
Sandwich integration testing: In this technique we divide the overall system in 3 layers and apply different technique in all layers, so some time it is difficult to understand the flow of the functionality.
Therefore, option A is the correct answer. -
Question 24 of 30
24. Question
Assertion Testing:
Correct
Incorrect
-
Question 25 of 30
25. Question
Which is not true in case of Soak testing?
Correct
Incorrect
-
Question 26 of 30
26. Question
Which is not true in case of Unit testing?
Correct
Unit testing: Unit testing is a white box testing technique that is performed by the developers. It is used to evaluate or verify the source code of all individual units of application is fit for use. The objective of performing unit testing is finding a defect or problem early in the development life cycle, but it doesn’t mean we can catch every error in the program.
Therefore, option A is correct answer.Incorrect
Unit testing: Unit testing is a white box testing technique that is performed by the developers. It is used to evaluate or verify the source code of all individual units of application is fit for use. The objective of performing unit testing is finding a defect or problem early in the development life cycle, but it doesn’t mean we can catch every error in the program.
Therefore, option A is correct answer. -
Question 27 of 30
27. Question
Testing which regards application security and has the purpose to prevent problems which may affect the application integrity and stability:
Correct
Vuluerability Testing: Vuluerability Testing is a kind of security testing that is used to prevent the problems which may affect the application integrity and stability. It is performed by the testing team.
Ramp Testing: Ramp testing is performed by testing team that is used to evaluate the system behavior by raising input values continuously.
Penetration Testing: Penetration testing is a kind of security testing that is used to evaluate the security of the application or system.
Fuzz Testing: Fuzz testing is a Data Driven testing that is used to test the application by using invalid or random data as input value for the application. It is performed by the testing team.
Therefore, Vuluerability Testing is a correct answer.
Incorrect
Vuluerability Testing: Vuluerability Testing is a kind of security testing that is used to prevent the problems which may affect the application integrity and stability. It is performed by the testing team.
Ramp Testing: Ramp testing is performed by testing team that is used to evaluate the system behavior by raising input values continuously.
Penetration Testing: Penetration testing is a kind of security testing that is used to evaluate the security of the application or system.
Fuzz Testing: Fuzz testing is a Data Driven testing that is used to test the application by using invalid or random data as input value for the application. It is performed by the testing team.
Therefore, Vuluerability Testing is a correct answer.
-
Question 28 of 30
28. Question
Difference between retesting and regression testing is:
Correct
Retesting: Retesting is also known as confirmation testing. It is performed by the tester to verify that the defect or bug has been successfully removed.
Regression Testing: Regression testing is performed after the fixing defects to ensure the change code has not affected the unchanged area of build.
Therefore, option A is correct.Incorrect
Retesting: Retesting is also known as confirmation testing. It is performed by the tester to verify that the defect or bug has been successfully removed.
Regression Testing: Regression testing is performed after the fixing defects to ensure the change code has not affected the unchanged area of build.
Therefore, option A is correct. -
Question 29 of 30
29. Question
The expected results of the software are:
Correct
When expected results are specified in advance those are most useful for a tester and developer.
Incorrect
When expected results are specified in advance those are most useful for a tester and developer.
-
Question 30 of 30
30. Question
Which is not the part of Specification testing?
Correct
Incorrect