Software Testing Fundamentals
Comprehensive quiz covering software testing methodologies, types, tools, and techniques including functional, non-functional, and performance testing with LoadRunner
Questions
What is the file extension for the file generated from Virtual User Generator?
- tsr
- usz
- usr
- zip
Scenario run time setting override the run time setting of the generated scripts?
- True
- False
Scripts generated from Vu-gen is in C language?
- True
- False
Which type of testing is done using loadrunner
- Performance
- Regression
- Functional
- Unit
Testing the application as a whole for the modification in any module or functionality
- Black box testing
- Regression Testing
- Integration testing
- Performance Testing
User-friendliness Testing
- Usability Testing
- User Acceptance Testing
- Performance Testing
- Compatability Testing
Testing based on functional requirements of an application
- System Testing
- Black box testing
- Unit testing
- White box testing
Testing based on the internal logic of an application
- Unit testing
- Glass box testing
- Black box testing
- Functional Testing
Continuous testing of an application as when new functionality is added
- Incremental Integration testing
- System Testing
- Integration testing
- Unit testing
Which of the following best describes Static testing?
- Testing a software by compiling and running it
- Model-based testing methodology for the reactive test of dynamical or control systems
- Form of software testing where the software isn't actually used
- None of the above
Finding defects is not the main focus in what type of testing?
- System Testing
- Acceptance Testing
- System Integration Testing
- Data Migration Testing
An input field takes the data between 1000 and 2000. The boundary values for testing this field are:
- 1000,1001,2000,2001
- 999,1000,2000,2001
- 1000,2000
- 1000,1500,2000
Which one of the following are non-functional testing methods?
- System testing
- Usability testing
- Performance testing
- Both b and c
Which of the following best describes Functional testing?
- Performance testing, load testing, stress testing are part of functionality
- Tests are based on functions and features and their interoperability with specific systems
- Includes the tests required to measure characteristics of systems
- It is the testing of “how” the system works
Which of the following is a Test management tool?
- Quick Test Professional
- Load Runner
- Quality Center
- Jmeter
What is Validation?
- Checking whether the software is built right
- Matching the software developed, with the specifications
- Checking whether the right software is built
- Matching the software developed, with only requirements
What type of tool is best suited for Regression Testing?
- Test management tool
- Capture/Playback
- Boundary Tester
- Data Comparator
Which of the following is NOT a White-box testing approach?
- Mutation Testing
- Specification-based testing
- Fault Injection
- Code coverage
Which type of testing is essential for software that processes confidential data, to prevent system intrusion by hackers?
- Destructive testing
- Usability testing
- Stability testing
- Security testing
What is Smoke testing?
- A collection of tests that are performed to decide whether it is possible to proceed with further testing.
- A collection of tests that are performed to decide whether it is reasonable to proceed with further testing.
- Build Validation test
- Testing done by end users