Quizzes
Search
Take Quizzes
Animal
Nutrition
Love
Relationship
Computer
Sports
Society
Business
Geography
Language
Personality
Harry Potter
Movie
Television
Music
Online Exam
Health
Country
Art
Entertainment
Celebrity
Math
Game
Book
Fun
Science
Food
History
Education
All Topics
Create a Quiz
Quiz Maker
Training Maker
Survey Maker
Flashcards
Brain Games
See All
ProProfs.com
Search
Create A Quiz
Take Quizzes
Animal
Nutrition
Love
Relationship
Computer
Sports
Society
Business
Geography
Language
Personality
Harry Potter
Movie
Television
Music
Online Exam
Health
Country
Art
Entertainment
Celebrity
Math
Game
Book
Fun
Science
Food
History
Education
All Topics
Products
Quiz Maker
Training Maker
Survey Maker
Flashcards
Brain Games
See All
ProProfs.com
Quizzes
Quizzes
ISTQB Practice Questions Simulator - 2
Start
Share on Facebook
Share on Twitter
Share on Whatsapp
Share on Pinterest
Share on Email
Copy to Clipboard
Embed on your website
Question
1
/ 26
0 %
0/100
Score
0/100
1.
Q11. What are the key features to be concentrated upon when doing a testing forworld wide web sites
Interaction between html pages
Performance on the client side
Security aspects
All of the above
Submit
Start Quiz
About This Quiz
ISTQB Practice Questions Simulator - 2
2.
What's your name?
We’ll put your name on your report, certificate, and leaderboard.
2.
Q7. What are the 2 major components taken into consideration with risk analysis?
The probability the negative event will occur
The potential loss or impact associated with the event
Both a and b
Neither a nor b
Submit
3.
Q10. What if the project isn't big enough to justify extensive testing?
Use risk based analysis to find out which areas need to be tested
Use automation tool for testing
A and b
None of the above
Submit
4.
Q3. Typical defects that are easier to find in reviews than in dynamic testing are:
Deviations from standards
Requirement defects
Design defects
Insufficient maintainability and incorrect interface specifications
All of the above
Submit
5.
Q22. Complete statement and branch coverage means:
That you have tested every statement in the program
That you have tested every statement and every branch in the program
That you have tested every IF statement in the program
That you have tested every combination of values of IF statements in the program
Submit
6.
Q23. What if the project isn't big enough to justify extensive testing
Use risk based analysis to find out which areas need to be tested
Use automation tool for testing
A and b
None of the above
Submit
7.
Q15. What do you mean by "Having to say NO"
No, the problem is not with testers
No, the software is not ready for production
Both a & b
None of the above
Submit
8.
Q5. Reviews, static analysis and dynamic testing have the same objective –
Identifying defects
Fixing defects
1 and 2
None
Submit
9.
Q18. Tools like change Man, Clear case are used as
Functional automation tools
Performance testing tools
Configuration management tools
None of the above
Submit
10.
Q9. Who is responsible for conducting test readiness review?
Test manager
Test engineer
Both A & B
Project Manager
Submit
11.
Q13. The selection of test cases for regression testing
Requires knowledge on the bug fixes and how it affect the system
Includes the area of frequent defects
Includes the area which has undergone many/recent code changes
All of the above
Submit
12.
Q1. Deliverables of test design phase include all the following except:
Test data
Test data plan
Test summary report
Test procedure plan
Submit
13.
Q2. Which of the following is not decided in the test-planning phase?
Schedules and deliverables
Hardware and software
Entry and exit criteria
Types of test cases
Submit
14.
Q4. Load Testing Tools
Reduces the time spent by the testers
Reduces the resources spent (hardware)
Mostly used in web testing
All of the above
Submit
15.
Q6. Defect arrival rate curve:
Shows the number of newly discovered defects per unit time
Shows the number of open defects per unit time
Shows the cumulative total number of defects found up to this time
Any of these, depending on the company
Submit
16.
Q16. According to the lecture, there are several risks of managing your project's schedule with a statistical reliability model. These include:
Testers spend more energy early in the product trying to find bugs than preparingto do the rest of the project's...
Testers spend more energy early in the product trying to find bugs than preparingto do the rest of the project's work more efficiently
Managers might not realize that the testing effort is ineffective, late in the project,because they expect a low rate of...
Managers might not realize that the testing effort is ineffective, late in the project,because they expect a low rate of bug finding, so the low rate achieved doesn'talarm them
It can increase the end-of-project pressure on testers to not find bugs, or to notreport bugs
All of the above
Submit
17.
Q12. What can be done if requirements are changing continuously?
Work with the project's stakeholders early on to understand howrequirements might change so that alternate test plans and strategiescan be...
Work with the project's stakeholders early on to understand howrequirements might change so that alternate test plans and strategiescan be worked out in advance, if possible
Negotiate to allow only easily-implemented new requirements into theproject, while moving more difficult new requirements into futureversions of the application
Both a and b
None of the above
Submit
18.
Q19. Important consequences of the impossibility of complete testing are
We can never be certain that the program is bug free
We have no definite stopping point for testing, which makes it easier for somemanagers to argue for very little testing
We have no easy answer for what testing tasks should always be required,because every task takes time that could be...
We have no easy answer for what testing tasks should always be required,because every task takes time that could be spent on other high importance tasks
All of the above
Submit
19.
Q26. What is the concept of introducing a small change to the program and having theeffects of that change show up in some test?
Desk checking
Debugging a program
A mutation error
Performance testing
Introducing mutations
Submit
20.
Q24. Security falls under
Compliance testing
Disaster testing
Verifying compliance to rules
Functional testing
Ease of operations
Submit
21.
Q8. We can achieve complete statement coverage but still miss bugs because:
The failure occurs only if you reach a statement taking the TRUE branch of an IF statement, and you got...
The failure occurs only if you reach a statement taking the TRUE branch of an IF statement, and you got to the statement with a test that passed through the FALSE branch
The failure depends on the program's inability to handle specific data values, rather than on the program's flow of control
Both A and B
We are not required to test code that customers are unlikely to execute
Submit
22.
Q17. Operations testing is:
Compliance testing
Disaster testing
Verifying compliance to rules
Functional testing
Ease of operations
Submit
23.
Q21. In the MASPAR case study:
Security failures were the result of untested parts of code
The development team achieved complete statement and branch coverage butmissed a serious bug in the MASPAR operating system
An error in the code was so obscure that you had to test the function with almostevery input value to...
An error in the code was so obscure that you had to test the function with almostevery input value to find its two special-case failures
All of the above
Submit
24.
Q14. Measurement dysfunction is a problem because:
Even though the numbers you look at appear better, to achieve these numbers, people are doing other aspects of their...
Even though the numbers you look at appear better, to achieve these numbers, people are doing other aspects of their work much less well
We don't know how to measure a variable (our measurement is dysfunctional) and so we don't know how to interpret...
We don't know how to measure a variable (our measurement is dysfunctional) and so we don't know how to interpret the result.
You are measuring the wrong thing and thus reaching the wrong conclusions
All of the above.
Submit
25.
Q25. Which is the best definition of complete testing:
You have discovered every bug in the program
You have tested every statement, branch, and combination of branches in theprogram
You have completed every test in the test plan.
You have reached the scheduled ship date
Submit
26.
Q20. Which is not in sequence in 11 Step Software Testing process
Assess development plan and status
Develop the test plan
Test software design
Test software requirement
Submit
View My Results
Related Quizzes
ISTQB Mock Test - 7
ISTQB Mock Test - 7
ISTQB Foundation Sample Question Paper No. 2
ISTQB Foundation Sample Question Paper No. 2
ISTQB Mock Test 2
ISTQB Mock Test 2
Thank you for your feedback!
Would you like to edit this question to improve it?
No thanks
Name:
Email:
Oops! Give us more information:
Incorrect Question
Incorrect Answer
Typos
I have a feedback
Submit
Please provide name and email to proceed.
Please provide correct email to proceed.
Please provide feedback.
Please select the option.
All (26)
Unanswered (
)
Answered (
)
Q11. What are the key features to be concentrated upon when doing a...
Q7. What are the 2 major components taken into consideration with risk...
Q10. What if the project isn't big enough to justify extensive...
Q3. Typical defects that are easier to find in reviews than in dynamic...
Q22. Complete statement and branch coverage means:
Q23. What if the project isn't big enough to justify extensive...
Q15. What do you mean by "Having to say NO"
Q5. Reviews, static analysis and dynamic testing have the same...
Q18. Tools like change Man, Clear case are used as
Q9. Who is responsible for conducting test readiness review?
Q13. The selection of test cases for regression testing
Q1. Deliverables of test design phase include all the following...
Q2. Which of the following is not decided in the test-planning phase?
Q4. Load Testing Tools
Q6. Defect arrival rate curve:
Q16. According to the lecture, there are several risks of managing...
Q12. What can be done if requirements are changing continuously?
Q19. Important consequences of the impossibility of complete testing...
Q26. What is the concept of introducing a small change to the program...
Q24. Security falls under
Q8. We can achieve complete statement coverage but still miss bugs...
Q17. Operations testing is:
Q21. In the MASPAR case study:
Q14. Measurement dysfunction is a problem because:
Q25. Which is the best definition of complete testing:
Q20. Which is not in sequence in 11 Step Software Testing process
X
OK
X
OK
Cancel
X
OK
Cancel
Back to top
Back to top
Advertisement