Testing Online Test Series 2, Free Testing Online Exam, Free Mock Test
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
Testing Online Test Series 2, Free Testing Online Exam, Mock Test, Online Testing, online Test Quiz. Testing online Test Quiz 2. Testing Test 2 Free Mock Test 2024. Testing Online Test 2 Question and Answers in PDF Series 2. The Testing online mock test paper is free for all students. Testing Online Test is very useful for exam preparation and getting for Rank. Testing Online Test 2 Question and Answers in English. Testing Online Test for topic via String Handling Mode. Here we are providing Testing Online Test in English Now Test your self for “Testing Online Test in English” Exam by using below quiz…
This paper has 30 questions.
Time allowed is 30 minutes.
The 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
Cyclomatic complexity is a
Correct
Cyclomatic complexity is a white box technique that is used to measure the complexity of a program.
Therefore, the white box testing technique is correct answer.Incorrect
Cyclomatic complexity is a white box technique that is used to measure the complexity of a program.
Therefore, the white box testing technique is correct answer. -
Question 2 of 30
2. Question
Which of the following is not a part of defect management process?
Correct
Defect management process is used to prevent defects, catching defects and minimizing the impact of defects.
Parts: defect prevention, deliverable baseline, defect discovery, defect resolution, process improvement, management reporting.
Therefore, Requirement baselining is not a part of defect management process.Incorrect
Defect management process is used to prevent defects, catching defects and minimizing the impact of defects.
Parts: defect prevention, deliverable baseline, defect discovery, defect resolution, process improvement, management reporting.
Therefore, Requirement baselining is not a part of defect management process. -
Question 3 of 30
3. Question
Cost of software testing is ___________ percentage of software development
Correct
Generally the cost of software testing is 40 to 50 %, but it depends on the organization to organization and project to project.
Therefore 45-50 is the correct answer.Incorrect
Generally the cost of software testing is 40 to 50 %, but it depends on the organization to organization and project to project.
Therefore 45-50 is the correct answer. -
Question 4 of 30
4. Question
Which of the following aptly describes testing?
Correct
Testing is the process of executing the test cases to evaluate the developed system or software and also to check whether the system has fulfilled the client requirement or not and for finding the difference between expected results and the actual result or errors in the program.
Therefore, evaluating deliverable is correct answer.Incorrect
Testing is the process of executing the test cases to evaluate the developed system or software and also to check whether the system has fulfilled the client requirement or not and for finding the difference between expected results and the actual result or errors in the program.
Therefore, evaluating deliverable is correct answer. -
Question 5 of 30
5. Question
In a company if the test plan is not written according to the standards, which category of defect will it be classified into?
Correct
Test Plan is a document that describes the testing scope and activities. The test plan is written on the basis of IEEE 829 standard, but if it is not written according to the standard, then this type of defect or issue are known as process defect.
Therefore, process defect is correct answer.Incorrect
Test Plan is a document that describes the testing scope and activities. The test plan is written on the basis of IEEE 829 standard, but if it is not written according to the standard, then this type of defect or issue are known as process defect.
Therefore, process defect is correct answer. -
Question 6 of 30
6. Question
Which of the following affect Software testing?
Correct
There are many factors that effect the software testing: rapidly requirement changes, Misunderstanding of requirement, misunderstanding life cycle testing, poorly developed test plan, poorly developed test cases, the relationship between clients.
Therefore, all of the above are correct answer.Incorrect
There are many factors that effect the software testing: rapidly requirement changes, Misunderstanding of requirement, misunderstanding life cycle testing, poorly developed test plan, poorly developed test cases, the relationship between clients.
Therefore, all of the above are correct answer. -
Question 7 of 30
7. Question
The letter D in PDCA cycle means
Correct
PDCA stands for Plan – Do – Check – Act. It is a method that is used for improvement of product or process.
Plan – Planning for change
Do – Execute the plan
Check- check the result
Act- Take action to standardize
Therefore, execute the plan is a correct answer.Incorrect
PDCA stands for Plan – Do – Check – Act. It is a method that is used for improvement of product or process.
Plan – Planning for change
Do – Execute the plan
Check- check the result
Act- Take action to standardize
Therefore, execute the plan is a correct answer. -
Question 8 of 30
8. Question
A process can be visually portrayed using a
Correct
PDCA cycle is used for improvement of process, and Workbench is a method of documenting how a particular activity must be fulfilled or defines the process.
Therefore, all of the above is correct answer.Incorrect
PDCA cycle is used for improvement of process, and Workbench is a method of documenting how a particular activity must be fulfilled or defines the process.
Therefore, all of the above is correct answer. -
Question 9 of 30
9. Question
Validation is:
Correct
Incorrect
-
Question 10 of 30
10. Question
Which of the following is an informal analysis of the program source code to find defects?
Correct
White box testing: White box testing is a technique that is used to test the internal structure of the application
Coverage testing: Coverage testing is used to measure the degree of a program is tested by a particular test suite.
Code Inspection: It is a formal testing technique where the programmer reviews the source code with other developers.
Code walkthrough: It is an informal analysis method that is used to analyze or review the source code to find defects.
Therefore, Code walkthrough is correct answer.Incorrect
White box testing: White box testing is a technique that is used to test the internal structure of the application
Coverage testing: Coverage testing is used to measure the degree of a program is tested by a particular test suite.
Code Inspection: It is a formal testing technique where the programmer reviews the source code with other developers.
Code walkthrough: It is an informal analysis method that is used to analyze or review the source code to find defects.
Therefore, Code walkthrough is correct answer. -
Question 11 of 30
11. Question
Which of the following is exclusively carried out by an independent test team?
Correct
System testing is performed by the independent test team or test team of same organization.
Integrated testing is done by the developer or sometime it is done by tester with the developer.
User acceptance testing is performed by the end users.
Beta testing is part of user acceptance testing.
Therefore, System testing is correct answer.Incorrect
System testing is performed by the independent test team or test team of same organization.
Integrated testing is done by the developer or sometime it is done by tester with the developer.
User acceptance testing is performed by the end users.
Beta testing is part of user acceptance testing.
Therefore, System testing is correct answer. -
Question 12 of 30
12. Question
To validate an entire system thoroughly, use
Correct
If we want to validate the entire system thoroughly, then we have to perform all the kind of black box and white box testing to identify the internal source code and the overall functionality of the system.
So, that is the reason why we have to use both structural testing (White box) and functional testing (Black box).Incorrect
If we want to validate the entire system thoroughly, then we have to perform all the kind of black box and white box testing to identify the internal source code and the overall functionality of the system.
So, that is the reason why we have to use both structural testing (White box) and functional testing (Black box). -
Question 13 of 30
13. Question
Operations testing is a
Correct
Operations testing is performed to verify the internal source code of program so that is the reason why operations testing is a structural testing technique.
Therefore, option A is a correct answer.Incorrect
Operations testing is performed to verify the internal source code of program so that is the reason why operations testing is a structural testing technique.
Therefore, option A is a correct answer. -
Question 14 of 30
14. Question
Which of the following is not a part of risk management plan used for testing?
Correct
A Risk Management Plan is a document that is used for the risk analysis of defect, impacts of the defect, and responses to issues.
Therefore, none of the above is correct answer.Incorrect
A Risk Management Plan is a document that is used for the risk analysis of defect, impacts of the defect, and responses to issues.
Therefore, none of the above is correct answer. -
Question 15 of 30
15. Question
Which of the following is Level 4 in CMM’s model?
Correct
CMM is a development model for software application. It has 5 levels: Initial, Repeatable, Defined, quantitatively Managed, Optimized.
Therefore option 1 is correct.Incorrect
CMM is a development model for software application. It has 5 levels: Initial, Repeatable, Defined, quantitatively Managed, Optimized.
Therefore option 1 is correct. -
Question 16 of 30
16. Question
Where may functional testing be performed?
Correct
Functional testing is a part of black box testing that is performed at all levels of testing cycle to check or verify the functionality of the system by inserting the valid input values into the system and verify the result is same as the expected result.
Therefore, Functional testing is performed at all levels.Incorrect
Functional testing is a part of black box testing that is performed at all levels of testing cycle to check or verify the functionality of the system by inserting the valid input values into the system and verify the result is same as the expected result.
Therefore, Functional testing is performed at all levels. -
Question 17 of 30
17. Question
In a software system that calculates the tax to be paid to employees:
An employee has 4000/- of salary tax free.
The next 1500/- is taxed at 10%.
The next 20000/- is taxed at 25%.
Any further amount is taxed at 40%.
Which of these is a valid Boundary Value Analysis test case?Correct
If employee’s salary between 0 to 4000 then tax is free
And if employee’s salary between 4001 to 5500 then tax is 10%
And if employee’s salary between 5501 to 25500 then tax is 25%
And if employee’s salary is greater than 25501 then tax is 40%
Therefore, the valid boundary value test case is 25500Incorrect
If employee’s salary between 0 to 4000 then tax is free
And if employee’s salary between 4001 to 5500 then tax is 10%
And if employee’s salary between 5501 to 25500 then tax is 25%
And if employee’s salary is greater than 25501 then tax is 40%
Therefore, the valid boundary value test case is 25500 -
Question 18 of 30
18. Question
Given the following specification, which of the following values for age are in the SAME equivalence partition?
If you are less than 18, you are too young to be insured.
Between 18 and 30 inclusive, you will receive a 20% discount.
Anyone over 30 is not eligible for a discount.Correct
In this example below 18 and greater than 30 values are not included for discount. Age between18 to 30 are capable of receiving discount so that’s why 18 to 30 values are valid partition.
Therefore, 18, 29, 30 is the correct answer.Incorrect
In this example below 18 and greater than 30 values are not included for discount. Age between18 to 30 are capable of receiving discount so that’s why 18 to 30 values are valid partition.
Therefore, 18, 29, 30 is the correct answer. -
Question 19 of 30
19. Question
Which of the following would NOT normally form part of a test plan?
Correct
Test Plan is a document that defines or explains the approaches or way uses for testing of the application or system. Part of test plan: identifier, Test items, Features to be tested, Features not to be tested, Approach, pass/fail criteria, Testing tasks, Responsibilities, Schedule, Risks and contingencies, Approvals.
An incident report is used to define the defect of the application.
So, incident report is not part of test plan.Incorrect
Test Plan is a document that defines or explains the approaches or way uses for testing of the application or system. Part of test plan: identifier, Test items, Features to be tested, Features not to be tested, Approach, pass/fail criteria, Testing tasks, Responsibilities, Schedule, Risks and contingencies, Approvals.
An incident report is used to define the defect of the application.
So, incident report is not part of test plan. -
Question 20 of 30
20. Question
Data flow analysis is a study of:
Correct
Data-flow analysis is used to increase program understanding by defining the flow of data on paths or statement through code.
Therefore, option C is correct.Incorrect
Data-flow analysis is used to increase program understanding by defining the flow of data on paths or statement through code.
Therefore, option C is correct. -
Question 21 of 30
21. Question
In which activity of the Fundamental Test Process is the test environment set up?
Correct
Incorrect
-
Question 22 of 30
22. Question
The difference between re-testing and regression testing is:
Correct
Incorrect
-
Question 23 of 30
23. Question
Which of the following is NOT a static testing technique?
Correct
Incorrect
-
Question 24 of 30
24. Question
Impact Analysis helps to decide:
Correct
Incorrect
-
Question 25 of 30
25. Question
Statement Coverage will not check for the following:
Correct
Incorrect
-
Question 26 of 30
26. Question
Beta testing is:
Correct
Incorrect
-
Question 27 of 30
27. Question
Which of the following is not part of performance testing?
Correct
Incorrect
-
Question 28 of 30
28. Question
Before launching a software which testing is to be done in-house?
Correct
Incorrect
-
Question 29 of 30
29. Question
Determine the statement which holds true in case of Exploratory Testing:
Correct
Incorrect
-
Question 30 of 30
30. Question
What is the purpose of test completion criteria in a test plan?
Correct
Incorrect