testing Online Quiz - 116
Covers software testing concepts, types, tools (Loadrunner, Jmeter, QuickTest Professional, Quality Center), and testing lifecycle stages.
Questions
What will be the ouput ? Dim MyDate, MyYear MyDate = #October 19, 1962# ' Assign a date. MyYear = Year(MyDate)
- current year
- current date
- year which is specified in MyDate
- date which is specified in MyDate
The process starting with the terminal modules is called
- Top-down integration
- Bottom-up integration
- Module integration
- None of the above
Software testing accounts to what percent of software development costs?
- 10-20
- 40-50
- 70-80
- 5-10
During Installation, Quality Center prompts the user to install?
- Microsoft Excel version 2003
- Microsoft .NET Framework 2.0
- Microsoft .NET Framework 1.0
- Microsoft Word version 2003
One of the following is not a part of the QC common toolbar-
- Back
- Tools
- Attachments
- Help
How many steps are involved in defining a Release Tree and a Requirement Tree?
- 3, 3
- 2,3
- 3,2
- 4,3
What is the test type used for creating a QuickTest Professional test?
- QUICKTEST_TEST
- QTP_AUTOMATED
- QUICKTEST_AUTOMATED
- QTP_TESTSCRIPT
Select those which form examples of general categories of test sets that can be created?
- Regression
- Manual
- Advanced
- Function
- Automated
Which parameter below is not monitored in performance testing?
- Error Statistics
- Connections
- Retries Per Second
- Logic Errors
Which among the following is not an advantage of performance testing?
- Identifies the bottlenecks in an application
- Performance testing covers functional testing fully
- Performance Tuning
- Establish baseline for future testing
Which among the following is a type of performance testing?
- Soak Testing
- Smoke Testing
- Adhoc testing
- Mutation Testing
For which among the following architecture we cant do performance testing?
- Client server architecture
- Distributed architecture
- Stand alone applications
- 3 Tier applications
Which among the following is a performance testing tool?
- Silk Test
- Jmeter
- Rational Robot
- Bugzilla
Which among the following is not a component of Loadrunner?
- Analyzer
- Snapshot viewer
- VuGen
- Silent test runner
Performance Testing comes at which stage of the Software Testing Life Cycle (STLC)?
- Test Plan
- Design
- Analyze
- Final Testing and Implementation
“To verify the application behavior at normal and peak load conditions”? Which type of testing is this
- Load Testing
- Capacity Testing
- Endurance Testing
- Stress Testing
Testing of the system to demonstrate system compliance with user requirements is
- Black box Testing
- System Testing
- Independent Testing
- Acceptance Testing
Which type of testing focuses on evaluating the interaction among units.
- Unit testing
- Integration testing
- Functional testing
- System testing
A step-by-step procedure on the action in testing & verifying of results is called a
- Test case
- Test script
- Test condition
- Test log
Verification is:
- Checking that we are building the right system
- Checking that we are building the system right
- Performed by an independent test team
- Making sure that it is what the user really wants