Define load, performance and Stress testing? What are the goals of a performance testing of a Web Application? State a generalized process for load Test? Or explain how you did it previously. How do you determine user soad for a perf test of a Web application? What do you understand by the terms ‘Response Time’, [...]
Manual Interview Questions
This was the interview question asked at oracle Corporation to a Test Engineer: What do you do if Developer not accepting your bug? This question is mainly to test you patience, planning and approach towards an issue in the team or organization. Act smartly to answer this question. As per our experience and analysis, we [...]
Following are some challenges while testing software 1. Requirements are not freeze. 2. Application is not testable. 3. Tester & Developer communication is not happening 4. Defect in defect tracking system 5. Miscommunication or no Communication 6. Bug in software development tools. 7. Proper decision making and team management 8. Time pressures 9. Lack of [...]
One of the most common, but unfortunate misuse of terminology is treating “Load testing” and “Stress testing” as synonymous. The consequence of this ignorant semantic abuse is usually that the system Is neither properly “load tested” nor subjected to a meaningful stress Test. What is Load Testing? Testing the Application with customer expected load in [...]
There are many testing types used in different situations by Test engineers. black box testing – Internal system design is not considered in this type of testing. Tests are based on requirements and functionality.
Traceability matrix: A Simple Definitions for testing: Traceability matrix is a document defines mapping between customer requirements and prepared Test cases. It is document which maps requirements with test cases. By preparing Traceability matrix, we can ensure that we have covered all functionalities in our test cases. The following is the sample template A Complex [...]
Localization Testing: Localization is the process of customizing a software Application that was originally designed for a domestic market so that it can be released in foreign markets. This process involves translating all native language strings to the target language and customizing the GUI so that it is appropriate for the target market. Depending on [...]
Globalization Testing: The goal of globalization testing is to detect potential problems in Application design that could inhibit globalization. It makes sure that the code can handle all international support without breaking functionality that would cause either data loss or display problems. Globalization testing checks proper functionality of the Product with any of the culture/locale settings [...]
aut is nothing but “Application Under Test“. After the designing and coding phase in Software development Life Cycle, the application comes for testing then at that time the application is stated as Application Under Test.
test bed is an execution environment configured for software testing. It consists of specific hardware, network topology, Operating System, configuration of the Product to be under Test, system software and other applications. The Test Plan for a project should be developed from the test beds to be used. test data is that run through a [...]