Software Testing Interview questions for freshers as well 1 to 3 year experienced on advance and basic Software manual Testing with examples that cover the essentials of manual Testing means all type of Software Testing like QTP questions covered under this page and also a form is given at the end of this page for those user who want more Interview questions and answer on core and advanced oops just need to fill the form and send us we will send all the answers to them and it for both freshers and experienced condidate and also chat option is given in right hand side for directly chat with expert for answers
Questions : 1 | Do you know what the mean of CMM and TMM? |
Answers : 1 |
Capability maturity model and testing maturity model |
Questions : 2 | How many Effort Estimation methods available in market for Testing? |
Answers : 2 |
A Effort estimation consists in predict how many hours of work and how many workers are needed to develop a project. The effort invested in a software project is probably one of the most important and most analysed variables in recent years in the process of project management. The determination of the value of this variable when initiating software projects allows us to plan adequately any forthcoming activities. As far as estimation and prediction is concerned there is still a number of unsolved problems and errors. To obtain good results it is essential to take into consideration any previous projects. Estimating the effort with a high grade of reliability is a problem which has not yet been solved and even the project manager has to deal with it since the beginning. |
Questions : 3 | What are the different Methodologies in Agile Development Model? |
Answers : 3 |
There are currently seven different Agile methodologies that I am aware of: |
Questions : 4 | How the 2 wings and body of the Butterfly Model of Test Development is Represented?
|
Answers : 4 |
The Butterfly Model focuses on verification and validation of software products and is therefore a good fit for software testing tasks that are incorporated into the V-model of software development.
This model provides a graphic picture of the complexity of test tasks using the outline of a butterfly. The areas occupied by the wings and body are approximately related to the level of effort afforded to each of the activities included in the model. In addition to this the reference of the butterfly stems from Chaos theory which states that a small disturbance in part of a system can have huge consequences in some other part of the system. The development of a software system has certain similarities. Small modifications or errors in code may result in significant degradations in an application's performance.
The model establishes three general areas of test activities that are illustrated by the butterfly's graphic outline. They are: |
Questions : 5 | What does the mclabe cyclomatic complexity of a program determine? |
Answers : 5 |
Cyclomatic complexity is likely the most widely used complexity metric in software engineering. It describes the complexity of a procedure by measuring the linearly independent paths through its source code. . |
Questions : 6 | How do you obtain the expected results for testing a search operation? |
Answers : 6 |
1) Corresponding Search Window should be opened & hold corresponding field names in that. |
Questions : 7 | Describe to the basic elements you put in a defect report? |
Answers : 7 |
1)project name |
Questions : 8 | What is Impact analysis? As a tester how will you do impact analysis in your project? |
Answers : 8 |
Suppose after completion of an application or module, if another module is to be added, then we need to test the new module as well as the impacted area which is affected by adding a new module. |
Questions : 9 | What is the main Goal of Defect Prevention meeting? |
Answers : 9 |
Closed defects can be reopened due to some of the following reason: |
Questions : 10 | What are the factors affecting a manual testing project and what are the ways to overcome it? |
Answers : 10 |
1. Go for Manual Testing in the following cases:
Unstable Software.
To explore New Software.
No Automation suite available.
Adhoc testing (unplanned test cases).
Not critical project & only one time testing & the effort required is less than the effort required for automation. |
Questions : 11 | How do you verify the test results and How do you proceed when you do not get the expected results? |
Answers : 11 |
We need to check whether Expected Result coresponding to Test case mentioned in Test Case Document is same as Actual Result.If they are same then Test Case passes and if they are not same then we have to see what is different and why it different. After narrowing down we need to raise a defect and map that defect to a Test case. |
Questions : 12 | In real time how you do the Soak Testing? |
Answers : 12 |
Soak Testing: Running a system at high load for a prolonged period of time. For example, running several times more transactions in an entire day (or night) than would be expected in a busy day, to identify and performance problems that appear |
Questions : 13 | What do you mean by Trend Analysis? |
Answers : 13 |
In project management trend analysis is a mathematical technique that uses historical results to predict future outcome. This is achieved by tracking variances in cost and schedule performance. In this context it is a project management quality control tool. |
Questions : 14 | How you will write test cases for integration testing? Explain me with an example ? |
Answers : 14 |
Integration testing is actually composed of different types of tests, but its objective is to ensure that the interaction of two or more components produces results taht satisfy functional testing requirements. For Example: Let A and B be two components in which A calls B.    Let Ta be the component level tests of A    Let Tb be the component level tests of B    Tab The tests in A's suite that cause A to call B.    Tbsa The tests in B's suite for which it is possible to sensitize A            -- the inputs are to A, not B.    Tbsa + Tab == the integration test suite (+ = union). |
Questions : 15 | What is the difference between interoperability and compatibility testing with some examples? |
Answers : 15 |
Interoperatability:-To check if the software can co exist with other supporting softwares in the system |
Questions : 16 | What is 'fish pond analysis' w.r.t software testing? |
Answers : 16 |
This is one of the SDLC process generally we are following. Its like in fish model thats why it got the name like that. |
Questions : 17 | What does a manual tester need to become proficient with DB Testing? |
Answers : 17 |
Need knowledge of SQL query |
Questions : 18 | What is difference between Validation and Verification? |
Answers : 18 |
Varification: it is the process of confirming that s/w "meets
its specification".It involves reviews and meetings to
evaluate documents,plans,code,requirement and
specification.This can be done with checklist,issues lists
amd walkthroughs. |
Questions : 19 | What is difference between Known regression Testing and Unknown Regression testing? |
Answers : 19 |
Regression testing means it is the type of testing in which one will conduct testing on an already tested functionality again and again.
Regression testing will be conducted in two situations. |
Questions : 20 | What is Quality Matrix in Software Testing? |
Answers : 20 |
By word quality we may be more generalized towards our target. but being a quality contious a "quality matix" should have;
1. logical parameterization of our parameters i.e. first we should confirm that is parameter "a" has logical connection with parameter "b" |
Questions : 21 | Which testing method is used to check the software in abnormal condition? |
Answers : 21 |
Which testing method is used to check the software in abnormal condition? |