Software Testing Fundamentals
Covers software testing concepts including load, stress, recovery, performance testing and tools like LoadRunner
Questions
What are the three functions used for Corelation
- Web_create_xml_param
- Web_reg_save_param
- Web_create_html_param
- Web_create_html_param_ex
How to debug the VUGen script?
- Toggle Breakpoints
- Enable debugging in general options
- Both of these
- None of these
How to execute the Vugen script from command line?
- "LoadRunner install dir" \bin\mcmdrv.exe -usr "path to .usr file"
- "LoadRunner install dir" \bin\mmdrv.exe -usr "path to .usr file"
- "LoadRunner install dir" \bin\mrmdrv.exe -usr "path to .usr file"
- "LoadRunner install dir" \bin\mpmdrv.exe -usr "path to .usr file"
How do we use continue on error option ?
- lr_continue_on_error (0) for start and lr_continue_on_error (1) to end
- lr_continue_on_error (1) for start and lr_continue_on_error (0) to end
- lr_continue_on_error (1) for start and lr_continue_on_error (1) to end
- lr_continue_on_error (0) for start and lr_continue_on_error (0) to end
Which of the following is a black box design technique?
- statement testing
- equivalence partitioning
- error- guessing
- usability testing
Agile testing methodology is used because of:
- It reduces time to market.
- It finds more defect than other method
- It is cheap
- It is helpful to testers.
Integration testing is always done before Unit testing:
- True
- False
Which of the following is a static test?
- code inspection
- coverage analysis
- usability assessment
- installation test
In Quality Center, What will be the Status of defect if you give "Suggestions" to development team
- Open/In Analysis
- Reopened
- New
- Any of the above
Process of putting demand on a system and measuring its response is
- volume testing
- Stress testing
- Load testing
- Performance testing
Testing that's performed to determine how fast some aspects of a system performs under a particular workload is
- Stress testing
- Load testing
- Volume esting
- Performance testing
Form of testing that is used to determine the stability of a given system or entity
- Recovery testing
- Load testing
- Reliability testing
- stress testing
Testing to determine whether a product or system meets some specified standard that has been developed for efficiency or interoperability
- Compatability testing
- Compliance testing
- Interoperability testing
- Performance testing
Testing that involves observing the people using the product to discover errors and areas of improvement
- Soak testing
- Scalability tetsing
- Usability testing
- Acceptance testing
While an application is running, suddenly restart the computer, and afterwards check the validness of the application's data integrity This comes under which type of testing?
- Recovery testing
- Reliability testing
- Performance testing
- Load testing
Excessive volume in terms of either users or data,examples might include a denial of service (DoS) attack or a situation where a widely viewed news item prompts a large number of users to visit a Web site during a three-minute period This comes under which type of testing?
- Load testing
- Stress testing
- Performance testing
- Recovery testing
Testing response time measures of a web page at various levels of load, eg 500 users, 750 users and 1,000 users. This comes under which type of testing?
- Load testing
- Stress testing
- Performance testing
- Reliability testing