Tag Archives: exam
41. What is Scalability Testing? Performance testing focused on ensuring the application under test gracefully handles increases in work load. 42. What is Test Procedure? A document providing detailed instructions for the execution of one or more test cases. 43. What is Stress Testing. Testing conducted to evaluate a system or component at or beyond
more..
31. What is Static Testing? Analysis of a program carried out without executing the program. 32. What is Usability Testing? Testing the ease with which users can learn and use a product. 33. What is Quality Audit? A systematic and independent examination to determine whether quality activities and related results comply with planned arrangements and
more..
21. Explain Storage Testing. Testing that verifies the program under test stores data files in the correct directories and that it reserves sufficient space to prevent unexpected termination resulting from lack of space. This is external storage as opposed to internal storage. 22. What is N+1 Testing? A variation of Regression Testing. Testing conducted with
more..
11. What is Test Environment? The hardware and software environment in which tests will be run, and any other software with which the software under test interacts when under test including stubs and test drivers. 12. What is Static Analyzer? A tool that carries out static analysis. 13. Define User Acceptance Testing. A formal product
more..
1. What is White Box Testing? Testing based on an analysis of internal workings and structure of a piece of software. Includes techniques such as Branch Testing and Path Testing. Also known as Structural Testing and Glass Box Testing. Contrast withBlack Box Testing. 2. What is Path Testing? Testing in which all paths in the
more..
DEFINITION: Black Box Testing, also known as Behavioral Testing, is a software testing method in which the internal structure/design/implementation of the item being tested is not known to the tester. These tests can be functional or non-functional, though usually functional. This method is named so because the software program, in the eyes of the tester,
more..
21. What is Ramp-up Rate? As mentioned earlier, Although your site may be handling x number of users per day, only a small percentage of these users would be hitting your site at the same time. Therefore, when preparing your load test scenario, you should take into account the fact that users will hit the
more..
11. Why System Performance Monitoring Is Important? It is vital during the execution phase to monitor all aspects of the website. This includes measuring and monitoring the CPU usage and performance aspects of the various components of the website, i.e. not just the webserver, but the database and other parts aswell (such as firewalls, load
more..
1. What is the difference between lr_error_message and lr_debug _message? lr_error_message:- Sends an error message to the LoadRunner Controller’s Output window. lr_debug _message:- Sends a debug message to the LoadRunner Controller’s Output window. 2. What Are the Important Aspects of Website Load Testing? When testing websites, it is critically important to test from outside the
more..
Load Testing Interview Questions: By the time any software development project nears completion, it likely will have gone through numerous tests, particularly in an Agile environment where testing and development happen concurrently. But no matter how many tests you’ve run, once your application is nearly complete, there’s really only one way to know whether or
more..