Are you preparing for software testing job interview? Looking for the right material to prepare well for the Job interview. Here’s a solution to prepare well and crack your job interview. Software testing is the most demanding job in the current IT market. Many companies are looking to hire qa engineers, testing professionals, quality control and QC engineers for various levels. Software testing the process of running or executing a certain software to find the software bugs, and verifying that the system to meet the requirements including, functional, performance, reliability, security, usability and so on. It helps to find the quality defects if any in the process of product design and development and make sure to deliver the right utmost quality product. Wisdom jobs designed job interview questions and answers site for the enthusiastic testing professionals, GO through our Software testing job interview questions and answers page to win the job search.
Question 1. What Is The Main Benefit Of Designing Tests Early In The Life Cycle?
Answer :
It helps prevent defects from being introduced into the code.
Question 2. What Is Risk-based Testing?
Answer :
Risk-based Testing is the term used for an approach to creating a test strategy that is based on prioritizing tests by risk. The basis of the approach is a detailed risk analysis and prioritizing of risks by risk level. Tests to address each risk are then specified, starting with the highest risk first.
Answer :
4, 5, 99
Question 4. What Is The Key Difference Between Preventative And Reactive Approaches To Testing?
Answer :
Preventative tests are designed early; reactive tests are designed after the software has been produced.
Question 5. What Is The Purpose Of Exit Criteria?
Answer :
The purpose of exit criteria is to define when a test level is completed.
Question 6. What Determines The Level Of Risk?
Answer :
The likelihood of an adverse event and the impact of the event determine the level of risk.
Question 7. When Is Used Decision Table Testing?
Answer :
Decision table testing is used for testing systems for which the specification takes the form of rules or cause-effect combinations. In a decision table the inputs are listed in a column, with the outputs in the same column but below the inputs. The remainder of the table explores combinations of inputs to define the outputs produced.
Question 8. What Is The Main Objective When Reviewing A Software Deliverable?
Answer :
To identify defects in any software work product.
Answer :
Test case specification defines the expected results of a test.
Question 10. What Is The Benefit Of Test Independence?
Answer :
It avoids author bias in defining effective tests.
Question 11. As Part Of Which Test Process Do You Determine The Exit Criteria?
Answer :
The exit criteria is determined on the bases of 'Test Planning'.
Question 12. What Is Beta Testing?
Answer :
Testing performed by potential customers at their own locations.
Answer :
4
Answer :
None, existing test cases can be used.
Question 15. Rapid Application Development?
Answer :
Rapid Application Development (RAD) is formally a parallel development of functions and subsequent integration. Components/functions are developed in parallel as if they were mini projects, the developments are time-boxed, delivered, and then assembled into a working prototype. This can very quickly give the customer something to see and use and to provide feedback regarding the delivery and their requirements.
Rapid change and development of the product is possible using this methodology. However the product specification will need to be developed for the product at some point, and the project will need to be placed under more formal controls prior to going into production.
Question 16. What Is The Difference Between Testing Techniques And Testing Tools?
Answer :
Testing technique: Is a process for ensuring that some aspects of the application system or unit functions properly there may be few techniques but many tools.
Testing Tools: Is a vehicle for performing a test process. The tool is a resource to the tester, but itself is insufficient to conduct testing.
Answer :
User Acceptance Test Cases.
Answer :
Regression Testing
Question 19. What Is Component Testing?
Answer :
Component testing, also known as unit, module and program testing, searches for defects in, and verifies the functioning of software (e.g. modules, programs, objects, classes, etc.) that are separately testable. Component testing may be done in isolation from the rest of the system depending on the context of the development life cycle and the system. Most often stubs and drivers are used to replace the missing software and simulate the interface between the software components in a simple manner. A stub is called from the software component to be tested; a driver calls a component to be tested.
Question 20. What Is Functional System Testing?
Answer :
Testing the end to end functionality of the system as a whole is defined as a functional system testing.
Question 21. What Are The Benefits Of Independent Testing?
Answer :
Independent testers are unbiased and identify different defects at the same time.
Answer :
The bulk of the test design work begun after the software or system has been produced.
Question 23. What Are The Different Methodologies In Agile Development Model?
Answer :
There are currently seven different agile methodologies that I am aware of:
Answer :
A 'Test Analysis' and 'Design' includes evaluation of the testability of the requirements and system.
Question 25. What Is Typically The Most Important Reason To Use Risk To Drive Testing Efforts?
Answer :
Because testing everything is not feasible.
Question 26. What Is Random/monkey Testing? When It Is Used?
Answer :
Random testing often known as monkey testing. In such type of testing data is generated randomly often using a tool or automated mechanism. With this randomly generated input the system is tested and results are analysed accordingly. These testing are less reliable; hence it is normally used by the beginners and to see whether the system will hold up under adverse effects.
Question 27. Which Of The Following Are Valid Objectives For Incident Reports?
Answer :
Question 28. Consider The Following Techniques. Which Are Static And Which Are Dynamic Techniques?
Answer :
Data Flow Analysis and Inspections are static; Equivalence Partitioning, Use Case Testing, Exploratory Testing and Decision Testing are dynamic.
Question 29. Why Are Static Testing And Dynamic Testing Described As Complementary?
Answer :
Because they share the aim of identifying defects but differ in the types of defect they find.
Question 30. What Are The Phases Of A Formal Review?
Answer :
In contrast to informal reviews, formal reviews follow a formal process. A typical formal review process consists of six main steps:
Question 31. What Is The Role Of Moderator In Review Process?
Answer :
The moderator (or review leader) leads the review process. He or she determines, in co-operation with the author, the type of review, approach and the composition of the review team. The moderator performs the entry check and the follow-up on the rework, in order to control the quality of the input and output of the review process. The moderator also schedules the meeting, disseminates documents before the meeting, coaches other team members, paces the meeting, leads possible discussions and stores the data that is collected.
Question 32. What Is An Equivalence Partition (also Known As An Equivalence Class)?
Answer :
An input or output ranges of values such that only one value in the range becomes a test case.
Question 33. When Should Configuration Management Procedures Be Implemented?
Answer :
During test planning.
Answer :
Security Testing
Answer :
Load Testing
Answer :
Integration Level Testing
Question 37. What Are The Structure-based (white-box) Testing Techniques?
Answer :
Structure-based testing techniques (which are also dynamic rather than static) use the internal structure of the software to derive test cases. They are commonly called 'white-box' or 'glass-box' techniques (implying you can see into the system) since they require knowledge of how the software is implemented, that is, how it works.
For example; a structural technique may be concerned with exercising loops in the software. Different test cases may be derived to exercise the loop once, twice, and many times. This may be done regardless of the functionality of the software.
Question 38. When "regression Testing" Should Be Performed?
Answer :
After the software has changed or when the environment has changed Regression testing should be performed.
Question 39. What Is Negative And Positive Testing?
Answer :
A negative test is when you put in an invalid input and receives errors. While a positive testing, is when you put in a valid input and expect some action to be completed in accordance with the specification.
Question 40. What Is The Purpose Of A Test Completion Criterion?
Answer :
The purpose of test completion criterion is to determine when to stop testing.
Question 41. What Can Static Analysis Not Find?
Answer :
For example memory leaks.
Question 42. What Is The Difference Between Re-testing And Regression Testing?
Answer :
Re-testing ensures the original fault has been removed; regression testing looks for unexpected side effects.
Question 43. What Are The Experience-based Testing Techniques?
Answer :
In experience-based techniques, people's knowledge, skills and background are a prime contributor to the test conditions and test cases. The experience of both technical and business people is important, as they bring different perspectives to the test analysis and design process. Due to previous experience with similar systems, they may have insights into what could go wrong, which is very useful for testing.
Question 44. What Type Of Review Requires Formal Entry And Exit Criteria, Including Metrics?
Answer :
Inspection
Question 45. Could Reviews Or Inspections Be Considered Part Of Testing?
Answer :
Yes, because both help detect faults and improve quality.
Answer :
1899,1900,2004,2005
Answer :
Driver
Question 48. What Is The One Key Reason Why Developers Have Difficulty Testing Their Own Work?
Answer :
Lack of Objectivity
Question 49. "how Much Testing Is Enough?"
Answer :
The answer depends on the risk for your industry, contract and special requirements.
Question 50. When Should Testing Be Stopped?
Answer :
It depends on the risks for the system being tested. There are some criteria bases on which you can stop testing.
Answer :
The main purpose of the integration strategy is to specify which modules to combine when and how many at once.
Question 52. What Are Semi-random Test Cases?
Answer :
Semi-random test cases are nothing but when we perform random test cases and do equivalence partitioning to those test cases, it removes redundant test cases, thus giving us semi-random test cases.
Answer :
1 test for statement coverage, 2 for branch coverage
Question 54. What Is Black Box Testing? What Are The Different Black Box Testing Techniques?
Answer :
Black box testing is the software testing method which is used to test the software without knowing the internal structure of code or program. This testing is usually done to check the functionality of an application. The different black box testing techniques are
Answer :
Technical Review.
Question 56. Why We Use Decision Tables?
Answer :
The techniques of equivalence partitioning and boundary value analysis are often applied to specific situations or inputs. However, if different combinations of inputs result in different actions being taken, this can be more difficult to show using equivalence partitioning and boundary value analysis, which tend to be more focused on the user interface. The other two specification-based techniques, decision tables and state transition testing are more focused on business logic or business rules. A decision table is a good way to deal with combinations of things (e.g. inputs). This technique is sometimes also referred to as a 'cause-effect' table. The reason for this is that there is an associated logic diagramming technique called 'cause-effect graphing' which was sometimes used to help derive the decision table
Question 57. Faults Found Should Be Originally Documented By Whom?
Answer :
By testers.
Answer :
Regression testing should be done on other modules as well because fixing one module may affect other modules.
Question 59. Why Does The Boundary Value Analysis Provide Good Test Cases?
Answer :
Because errors are frequently made during programming of the different cases near the 'edges' of the range of values.
Question 60. What Makes An Inspection Different From Other Review Types?
Answer :
It is led by a trained leader, uses formal entry and exit criteria and checklists.
Question 61. Why Can Be Tester Dependent On Configuration Management?
Answer :
Because configuration management assures that we know the exact version of the testware and the test object.
Question 62. What Is A V-model?
Answer :
A software development model that illustrates how testing activities integrate with software development phases.
Question 63. What Is Maintenance Testing?
Answer :
Triggered by modifications, migration or retirement of existing software.
Question 64. What Is Test Coverage?
Answer :
Test coverage measures in some specific way the amount of testing performed by a set of tests (derived in some other way, e.g. using specification-based techniques). Wherever we can count things and can tell whether or not each of those things has been tested by some test, then we can measure coverage.
Question 65. Why Is Incremental Integration Preferred Over "big Bang" Integration?
Answer :
Because incremental integration has better early defects screening and isolation ability.
Answer :
It would be before test case designing. Requirements should already be traceable from Review activities since you should have traceability in the Test Plan already.
This question also would depend on the organisation. If the organisations do test after development started then requirements must be already traceable to their source. To make life simpler use a tool to manage requirements.
Question 67. What Is Called The Process Starting With The Terminal Modules?
Answer :
Bottom-up integration
Question 68. During Which Test Activity Could Faults Be Found Most Cost Effectively?
Answer :
During test planning
Question 69. The Purpose Of Requirement Phase Is?
Answer :
To freeze requirements, to understand user needs, to define the scope of testing
Question 70. Why We Split Testing Into Distinct Stages?
Answer :
We split testing into distinct stages because of following reasons:
Answer :
To measure test effectiveness a powerful metric is used to measure test effectiveness known as DRE (Defect Removal Efficiency) From this metric we would know how many bugs we have found from the set of test cases.
Formula for calculating DRE is:
DRE=Number of bugs while testing / number of bugs while testing + number of bugs found by user
Question 72. How Would You Estimate The Amount Of Re-testing Likely To Be Required?
Answer :
Metrics from previous similar projects and discussions with the development team.
Question 73. What Studies Data Flow Analysis?
Answer :
The use of data on paths through the code.
Question 74. What Is Alpha Testing?
Answer :
Pre-release testing by end user representatives at the developer's site.
Question 75. What Is A Failure?
Answer :
Failure is a departure from specified behaviour.
Answer :
Scribe
Question 77. What Is The Main Purpose Of Informal Review?
Answer :
Inexpensive way to get some benefit.
Question 78. What Is The Purpose Of Test Design Technique?
Answer :
Identifying test conditions and Identifying test cases.
Answer :
Equivalence partitioning
Answer :
Send to the detailed information of the bug encountered and check the reproducibility.
Answer :
Big-Bang Testing
Question 82. What Is Boundary Value Testing?
Answer :
Test boundary conditions on, below and above the edges of input and output equivalence classes. For instance, let say a bank application where you can withdraw maximum Rs.20,000 and a minimum of Rs.100, so in boundary value testing we test only the exact boundaries, rather than hitting in the middle. That means we test above the maximum limit and below the minimum limit.
Question 83. What Is Exploratory Testing?
Answer :
Exploratory testing is a hands-on approach in which testers are involved in minimum planning and maximum test execution. The planning involves the creation of a test charter, a short declaration of the scope of a short (1 to 2 hour) time-boxed test effort, the objectives and possible approaches to be used. The test design and test execution activities are performed in parallel typically without formally documenting the test conditions, test cases or test scripts. This does not mean that other, more formal testing techniques will not be used.
For example: the tester may decide to use boundary value analysis but will think through and test the most important boundary values without necessarily writing them down. Some notes will be written during the exploratory-testing session, so that a report can be produced afterwards.
Question 84. What Is "use Case Testing"?
Answer :
In order to identify and execute the functional requirement of an application from start to finish "use case" is used and the techniques used to do this is known as "Use Case Testing".
Answer :
SDLC deals with developement/coding of the software while STLC deales with validation and verification of the software.
Question 86. What Is Traceability Matrix?
Answer :
The relationship between test cases and requirements is shown with the help of a document. This document is known as traceability matrix.
Question 87. What Is Equivalence Partitioning Testing?
Answer :
Equivalence partitioning testing is a software testing technique which divides the application input test data into each partition at least once of equivalent data from which test cases can be derived. By this testing method it reduces the time required for software testing.
Question 88. What Is White Box Testing And List The Types Of White Box Testing?
Answer :
White box testing technique involves selection of test cases based on an analysis of the internal structure (Code coverage, branches coverage, paths coverage, condition coverage etc.) of a component or system. It is also known as Code-Based testing or Structural testing.
Different types of white box testing are:
Question 89. In White Box Testing What Do You Verify?
Answer :
In white box testing following steps are verified:
Question 90. What Is The Difference Between Static And Dynamic Testing?
Answer :
Static testing: During Static testing method, the code is not executed and it is performed using the software documentation.
Dynamic testing: To perform this testing the code is required to be in an executable form.
Question 91. What Is Verification And Validation?
Answer :
Verification is a process of evaluating software at development phase and to decide whether the product of a given application satisfies the specified requirements. Validation is the process of evaluating software at the end of the development process and to check whether it meets the customer requirements.
Question 92. What Are Different Test Levels?
Answer :
There are four test levels:
Question 93. What Is Integration Testing?
Answer :
Integration testing is a level of software testing process, where individual units of an application are combined and tested. It is usually performed after unit and functional testing.
Question 94. What Are The Tables In Testplans?
Answer :
Test design, scope, test strategies , approach are various details that Test plan document consists of:
Question 95. What Is The Difference Between Uat (user Acceptance Testing) And System Testing?
Answer :
System Testing: System testing is finding defects when the system under goes testing as a whole, it is also known as end to end testing. In such type of testing, the application undergoes from beginning till the end.
UAT: User Acceptance Testing (UAT) involves running a product through a series of specific tests which determines whether the product will meet the needs of its users.
Question 96. Mention The Difference Between Data Driven Testing And Retesting?
Answer :
Retesting: It is a process of checking bugs that are actioned by development team to verify that they are actually fixed.
Data Driven Testing (DDT): In data driven testing process, application is tested with multiple test data. Application is tested with different set of values.
Question 97. What Are The Valuable Steps To Resolve Issues While Testing?
Answer :
Record : Log and handle any problems which has happened.
Report: Report the issues to higher level manager.
Control: Define the issue management process.
Question 98. What Is Mutation Testing?
Answer :
Mutation testing is a technique to identify if a set of test data or test case is useful by intentionally introducing various code changes (bugs) and retesting with original test data/ cases to determine if the bugs are detected.
Question 99. Explain What Is Test Deliverables?
Answer :
Test Deliverables are set of documents, tools and other components that has to be developed and maintained in support of testing.
There are different test deliverables at every phase of the software development lifecycle:
Question 100. What Is The Function Of Software Testing Tool "phantom"?
Answer :
Phantom is a freeware, and is used for windows GUI automation scripting language. It allows to take control of windows and functions automatically. It can simulate any combination of key strokes and mouse clicks as well as menus, lists and more.
Question 101. What Is Latent Defect?
Answer :
Latent defect: This defect is an existing defect in the system which does not cause any failure as the exact set of conditions has never been met.
Software testing Related Tutorials |
|
---|---|
Testing Tools Tutorial | QTP Tutorial |
Selenium Tutorial | Bugzilla Bug Tracking System Tutorial |
Mantis Bug Tracking Tutorial |
Software testing Related Practice Tests |
|
---|---|
Testing Tools Practice Tests | QTP Practice Tests |
Manual Testing Practice Tests | Selenium Practice Tests |
Bugzilla Bug Tracking System Practice Tests | Performance Testing Practice Tests |
Software Testing Practice Test
All rights reserved © 2020 Wisdom IT Services India Pvt. Ltd
Wisdomjobs.com is one of the best job search sites in India.