Testing Interview Questions And Answers

Testing Interview Questions list for experienced

  1. How can one check to see if a remote file exists using PHP?
  2. Should I test private methods or only public ones?
  3. Do you know what the mean of CMM and TMM?
  4. How many Effort Estimation methods available in market for Testing?
  5. What are the different Methodologies in Agile Development Model?
  6. How the 2 wings and body of the Butterfly Model of Test Development is Represented?
  7. What does the mclabe cyclomatic complexity of a program determine?
  8. How do you obtain the expected results for testing a search operation?
  9. Describe to the basic elements you put in a defect report?
  10. What is Impact analysis? As a tester how will you do impact analysis in your project?
  11. What is the main Goal of Defect Prevention meeting?
  12. What are the factors affecting a manual testing project and what are the ways to overcome it?
  13. How do you verify the test results and How do you proceed when you do not get the expected results?
  14. In real time how you do the Soak Testing?
  15. What do you mean by Trend Analysis?
  16. How you will write test cases for integration testing? Explain me with an example ?
  17. What is \'fish pond analysis\' w.r.t software testing?
  18. What does a manual tester need to become proficient with DB Testing?
  19. What is difference between Validation and Verification?
  20. What is difference between Known regression Testing and Unknown Regression testing?
  21. What is Quality Matrix in Software Testing?
  22. Which testing method is used to check the software in abnormal condition?

Testing interview questions and answers on advance and basic Testing with example so this page for both freshers and experienced condidate. Fill the form below we will send the all interview questions on Testing also add your Questions if any you have to ask and for apply in Testing Tutorials and Training course just send a mail on info@pcds.co.in in detail about your self.

Top Testing interview questions and answers for freshers and experienced

What is Testing ?

Answer : Software testing is any activity aimed at evaluating an attribute or capability of a program or system and determining that it meets its required results

Questions : 1 :: How can one check to see if a remote file exists using PHP?

You can instruct curl to use the HTTP HEAD method via CURLOPT_NOBODY.More or less$ch = curl_init("http://www.example.com/favicon.ico");curl_setopt($ch, CURLOPT_NOBODY, true);curl_exec($ch);$retcode...View answers

Questions : 2 :: Should I test private methods or only public ones?

I do not unit test private methods. A private method is an implementation detail that should be hidden to the users of the class. Testing private methods breaks encapsulation.If I find that the...View answers

Questions : 3 :: Do you know what the mean of CMM and TMM?


Capability maturity model and testing maturity model

Questions : 4 :: How many Effort Estimation methods available in market for Testing?

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...View answers

Questions : 5 :: What are the different Methodologies in Agile Development Model?

There are currently seven different Agile methodologies that I am aware of: 1) Extreme Programming (XP) 2) Scrum 3) Lean Software Development 4) Feature-Driven Development 5) Agile Unified Process 6)...View answers

Questions : 6 :: How the 2 wings and body of the Butterfly Model of Test Development is Represented?


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....View answers

Questions : 7 :: What does the mclabe cyclomatic complexity of a program determine?

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...View answers

Questions : 8 :: How do you obtain the expected results for testing a search operation?

1) Corresponding Search Window should be opened & hold corresponding field names in that. 2) Search Operation should be shown correct result while valid data. 3) Search Operation should be shown...View answers

Questions : 9 :: Describe to the basic elements you put in a defect report?


1)project name 2)module name 3)defect detected on 4)defect detected by 5)defect id 6)defect name 7)snapshort of the defect(if the defect is in the non reproducible environment)...View answers

Questions : 10 :: What is Impact analysis? As a tester how will you do impact analysis in your project?

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....View answers

Questions : 11 :: What is the main Goal of Defect Prevention meeting?

Closed defects can be reopened due to some of the following reason: 1)Fix given for some other issue may reopen closed defects. 2)Deployment not properly done at the time of fixing new defects....View answers

Questions : 12 :: What are the factors affecting a manual testing project and what are the ways to overcome it?

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...View answers

Questions : 13 :: How do you verify the test results and How do you proceed when you do not get the expected results?

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...View answers

Questions : 14 :: In real time how you do the Soak Testing?

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...View answers

Questions : 15 :: What do you mean by Trend Analysis?

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...View answers

Questions : 16 :: How you will write test cases for integration testing? Explain me with an example ?

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...View answers

Questions : 17 :: What is 'fish pond analysis' w.r.t software testing?

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 : 18 :: What does a manual tester need to become proficient with DB Testing?

Need knowledge of SQL query

Questions : 19 :: What is difference between Validation and Verification?

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...View answers

Questions : 20 :: What is difference between Known regression Testing and Unknown Regression testing?

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. 1. If...View answers

Questions : 21 :: What is Quality Matrix in Software Testing?

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...View answers

Questions : 22 :: Which testing method is used to check the software in abnormal condition?

Which testing method is used to check the software in abnormal condition? 1) Stress testing 2) Security testing 3) Recovery testing 4) Beta testing
More Question

Ask your interview questions on Testing

Write Your comment or Questions if you want the answers on Testing from Testing Experts
Name* :
Email Id* :
Mob no* :
Question
Or
Comment* :
 





Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website. If you are using this website then its your own responsibility to understand the content of the website

--------- Tutorials ---