Software Testing Tools and Methodologies
Comprehensive quiz covering software testing concepts including black box and white box testing, automated testing tools (QTP, SilkTest, Load Runner, Apache JMeter, WinRunner), testing techniques, software maintenance, and quality assurance principles.
Questions
what is not a structure based techniques?
- code coverage
- statement coverage
- decision tables
- decision coverage
Debugging is done by
- developers
- testers
- analysists
- test lead
Test conditions are derived from
- test cases
- Specifications
- test data
- test design
Which will be useful for input and output coverage?
- Boundary value analysis
- usecase testing
- equivalence partioning
- decision table
Quality Software can be developed only when each and every engineer and manager is committed to Quality
- True
- False
Depending on the type of project Software Development Life cycle model has to be chosen
- True
- False
Software Testing management tool helps in achieving a process-oriented testing
- True
- False
Test Engineers need not test the application against the specifications
- True
- False
Silk Test Host Software is the component of SilkTest that interacts with GUI of your application?
- True
- False
4Test is the scripting language used in SilkTest
- True
- False
Scripting language used in winrunner is TSL
- True
- False
Apache JMeter is an open source testing tools used to test the performance of the application when it is under heavy load?
- True
- False
VuserScripts describes the actions performed by a virtual user in Load Runner Tool
- True
- False
In SilkTest AUT and Agent Software need not run on the same machine?
- True
- False
White Box testing is used for?
- testing and functionality
- testing the source code
- testing the reliability requirements
- testing the portability requirements
Black box testing is used for
- testing the functionality
- testing the source code
- testing the performance requirements
- testing the portability requirements
Reusability of software is
- Operational characteristic
- Transition Characteristic
- Revision Characteristic
- both a and c
Software maintenance involves
- preventive maintenance
- adaptive maintenance
- corrective maintenance
- all of the above
Automated testing tools help in
- increased productivity of people
- less infrastructure costs
- high quality product
- all of the above
What is/are the command/commands used to invoke other application from QTP
- Run
- Invoke Application
- SytemUtil.Run
- Both 1 & 2
- Both 2 & 3