Slovak Independence
Learn about Slovakia's independence from Czechoslovakia in 1993, its transition to a sovereign nation, and key milestones in its post-independence history including EU and NATO membership.
Questions
Data flow analysis studies:
- possible communications bottlenecks in a program.
- the rate of change of data values as a program executes.
- the intrinsic complexity of the code.
- the use of data on paths through the code.
What is the main difference between a walkthrough and an inspection?
- An inspection is lead by the author, whilst a walkthrough is lead by a trained moderator.
- An inspection has a trained leader, whilst a walkthrough has no leader.
- A walkthrough is lead by the author, whilst an inspection is lead by a trained moderator.
- Authors are not present during inspections, whilst they are during walkthroughs.
A failure is:
- found in the software; the result of an error.
- departure from specified behavior.
- an incorrect step, process or data definition in a computer program.
- a human action that produces an incorrect result.
Verification testing is to check:
- Is the task done correctly
- Is the correct task done
- Is the task complete
- Is the task created
Validation testing is to check:
- Is the task done correctly
- Is the correct task done
- Is the task complete
- Is the task created
What is automation testing:
- Automation testing is the process of developing and executing tests that can run unattended
- Automation testing is the process of developing and executing tests that can run with manual intervention
- All testing procedures are called automation testing
- Automation testing is the process of developing and executing tests that can be run by testers
Why do we automate:
- To reduce testing time
- To reduce testing cost
- All of the above
- We have budget for automation
Software requirement specifies “A system can store upto 10 MB of data.”. Testing the system with 100 MB of data is which type of testing:
- Load Testing
- Stress Testing
- Functional Testing
- Regression Testing
Software requirement specifies “A password field can have maximum 5 characters.”. Testing the password field with 6 characters to make sure it does not accept 6 characters is which type of testing:
- Load Testing
- Stress Testing
- Negative Testing
- Regression Testing
What are the methods of software testing:
- Manual Testing
- Functional Testing, Regression Testing
- Manual Testing, Automation Testing
- Automation Testing
One of the objectives of testing is:
- To find bug whenever time permits
- To find bug in the assigned module
- To find bugs as early as possible
- To find bugs whenever automation suite is executed
Testing is a means to:
- Find bugs
- Provide confidence and information
- Prevent defects
- All of the above
A Test Plan includes:
- Total numbers of features to be tested
- Testing approaches to be tested
- Testing tools to be used
- All of the above
Software requirement specifies “A printer can print 100 pages in 30 seconds.”. Testing the printer with 100 pages for 30 seconds is which type of testing:
- Load Testing
- Stress Testing
- Functional Testing
- Regression Testing
The process of making an educated guess of things to be tested is what type of black box testing.
- Equivalence Partitioning
- Boundary Value Analysis
- Error Guessing
- State Transition Testing
A good software tester requires:
- Curiosity
- A critical eye
- Good Communication
- All of the above
Who can do automation testing:
- Any tester
- Any tester who wants to do it
- Any tester who has understanding of software coding
- Test Lead
Re-applying tests from old builds to make sure nothing broke in new builds is a form of what type of testing.
- System Testing
- Unit Testing
- Integration Testing
- Regression Testing
A test case specifies which of the following.
- What to test
- Inputs to test
- Expected results
- Test Conditions and Constraints
- All of the above
Showing the system can work at peak times by flooding it with transactions is what type of testing.
- Installation testing
- Integration testing
- Configuration testing
- Regression testing
- Stress testing