Testing Interview Questions and Answers

Question.1 What is functional testing?

 

Answer: Functional testing is black –box type of testing geared to functional requirements of an application. Test engineers “should” perform functional testing.

Question.2 What is usability testing?

Answer: Usability testing is testing for user-friendliness –Clearly this is subjective and depends on the targeted end-user or customer .User interviews, surveys, video recording of user sessions and other techniques can be used. Programmers and developers are usually not appropriate as usability testers.

Question.3 What is incremental integration testing?

Answer: Incremental integration testing is continuous testing of an application as new functionality is recommended. This may require that various aspects of an application’s functionality are independent enough to work separately, before all parts of the program are completed, or that test drivers are developed as needed. Incremental testing may be performed by programmers, software engineers or test engineers.

Question.4 What is Parallel /audit testing?

Answer: Parallel /audit testing where the user reconciles the output of the new system to the output of the current system to verify the new system performs the operations correctly.

Question.5: what is Integration testing?

Answer: Upon completion of unit testing, integration testing begins. Integration testing is black-box testing. The purpose of integration testing is to ensure distinct components of the application still work in accordance with customer requirements. Test cases are developed with the express purpose of exercising the interfaces between the components. This activity is carried out by the test team. Integration testing is considered complete when actual results and expected results are either in line or differences are explainable /acceptable based on client input.

Question.6 What is the end—to—end testing?

Answer: Similar to system testing, the “macro” end of the test scale is testing a complete application in a situation that mimics real-world use, such as interacting with a database, using network communication, or interacting with other hardware, application , or system.

Question.7 What is regression testing?

Answer: The objective of regression testing is to ensure the software remains intact. A baseline set of data and script is maintained and executed to verify changes introduced during the release have not “undone” any previous code. Expected results from the baseline are compared to the results of the software under test. All discrepancies are highlighted and accounted for, before testing proceeds to the next level.

Question.8 What is sanity testing?

Answer: Sanity testing is performed whenever cursory testing is sufficient to prove the application is functioning according to specifications. This level of testing is a subset of regression testing. It normally includes a set of core tests of basic GUI functionality to demonstrate connectivity to the database, application servers, printers , etc.

Question.9 What is performance testing?

Answer: Although performance testing is described as a part of system testing, it can be regarded as a district level of testing. Performance testing verifies loads, volumes and response times, as defined by requirements.

Question.10 What is Load testing?

Answer: Load testing is testing an application under heavy loads , such as the testing of a web site under a range of loads to determine at what point the system response time will degrade or fail.

Question.11 what is installation testing?

Answer: Installation testing is testing full ,partial ,upgrade ,or install /uninstall processes. The installation test for a release is conducted with the objective of demonstrating production readiness. This test includes the inventory of configuration items, performed by the applications System Administration, the evaluation of data readiness, and dynamic tests focused on basic system functionality, when necessary, a sanity test is performed, following installation testing.

Question.12 What is security /penetration testing?

Answer: Security /penetration testing is testing how well the system is protected against unauthorized internal or external access, or will full damage. This type of testing usually requires SOPHISTICATED testing techniques.

Question.13 What is recovery/error testing?

Answer: Recovery/error testing is testing how well a system recovers from crashes, hardware failures, or other catastrophic problems.

Question.14 What is compatibility testing?

Answer: Compatibility testing is testing how well software performs in particular hardware, software , operating system, or network.

Question.15 What is comparison testing?

Answer: Comparison testing is testing that compares software weaknesses and strengths to those of competitors’ products.

Question.16 What is acceptance testing?

Answer: Acceptance testing is black-box testing that gives the client/customer/project manager the opportunity to verify the system functionality and usability prior to the system being released to production. The acceptance test is the responsibility of the client/customer or project manager, however, it is conducted with the full support of the project team. The test team also works with the client/customer /project manager to develop the acceptance criteria.

Question.17 What is alpha testing?

Answer: Alpha testing is testing of an application when development is nearing completion. Minor design changes can still be made as a result of alpha testing. Alpha testing is typically performed by a group that is independent of the design team, but still within the company, e.g. in—house software test engineers, or software QA engineers.

Question.18 What is beta testing?

Answer: Beta testing is testing an application when development and testing are essentially completed and final bugs and problems need to be found before the final release. Beta testing is typically performed by end-users or others, not programmers , software engineers, or test engineers.

Question.19 What is a Test/QA Team Lead?

Answer: The Test /QA Team Lead coordinates the testing activity, communicates, testing status to management and manages the test team.