Home/qa interview questions/Page 4
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What are CRUD tests, and how are they conducted?
CRUD stands for Create, Read, Update, and Delete. CRUD testing is a black-box testing technique that assesses database functionality.
CRUD stands for Create, Read, Update, and Delete. CRUD testing is a black-box testing technique that assesses database functionality.
See lessWhat exactly is a use case, and what is included in it?
The term use case refers to a document that details the user activity and the system response for specific functionality. It includes a cover page, specific requirements, pre-conditions, and post-conditions, as well as a table of contents, the flow of events, and revision history.
The term use case refers to a document that details the user activity and the system response for specific functionality. It includes a cover page, specific requirements, pre-conditions, and post-conditions, as well as a table of contents, the flow of events, and revision history.
See lessWhat do stress, load, and volume testing entail?
Load Testing Load testing is the process of testing an application under a significant but anticipated load. Here, the load is basically the volume of users, messages, requests, data, etc. Stress Testing Stress testing is the process of raising or accelerating the system's load above its typical ranRead more
Load Testing
Load testing is the process of testing an application under a significant but anticipated load. Here, the load is basically the volume of users, messages, requests, data, etc.
Stress Testing
Stress testing is the process of raising or accelerating the system’s load above its typical range.
Volume Testing
Volume testing is the process of determining whether the system is capable of handling the necessary data volumes, user requests, etc.
See lessWhat is a test case?
A test case is a condition that the software product under testing should satisfy. It contains details about the test's procedures, requirements, testing environment, and results.
A test case is a condition that the software product under testing should satisfy. It contains details about the test’s procedures, requirements, testing environment, and results.
See lessWhat is Agile testing, and why is it important?
Agile testing is software testing conducted with agile principles guiding the process. Unlike standard testing procedures, Agile testing requires the testing team to conduct testing immediately after the development team finishes coding.
Agile testing is software testing conducted with agile principles guiding the process. Unlike standard testing procedures, Agile testing requires the testing team to conduct testing immediately after the development team finishes coding.
See lessWhat are border testing and branch testing?
Branch testing tests all of the code's branches at once. Boundary testing concentrates on the software's limited circumstances.
Branch testing tests all of the code’s branches at once. Boundary testing concentrates on the software’s limited circumstances.
See lessWhat is contained in the test strategy?
The test strategy contains an introduction, resources, scope, and timeline for test activities, as well as information on the different tests to take place.
The test strategy contains an introduction, resources, scope, and timeline for test activities, as well as information on the different tests to take place.
See lessDescribe the steps in the bug cycle?
The tester reports the bug, then shares it with the development manager with an open status. The development team determines whether the bug is truly a bug or other inconsistency. If the bug is legitimate, the team will determine if it falls within the scope. Defects are delayed if the bug is not prRead more
Can you explain data-driver testing?
Data-driven testing examines the various input values on the application under test. These numbers are directly read from the data files like sheets, CSV files, data pools, or a variety of other formats.
Data-driven testing examines the various input values on the application under test. These numbers are directly read from the data files like sheets, CSV files, data pools, or a variety of other formats.
See lessWhat do "bug release" and "bug leaking" mean?
A “bug release” occurs when the development team transfers the software product to the testing team to address defects. At this time, there’s lots of time to fix the bugs before the program goes live, so it’s a low-severity issue. A bug leak occurs when the end users or real users of the software prRead more
A “bug release” occurs when the development team transfers the software product to the testing team to address defects. At this time, there’s lots of time to fix the bugs before the program goes live, so it’s a low-severity issue.
A bug leak occurs when the end users or real users of the software product identify flaws in it after the testing team finds them.
See less