Testing Methodologies
Answers were Sorted based on User's Feedback
Answer / jagadeesh
Waterfall model
V model
Agile model
Spiral model
RUP
RAD
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ss
testing types
1.functional testing here we r checking the behavior of the software.
2.non-functional testing here we r checking the performance , usability ,volume,security.
testing methodologies
1.static testing : in static testing we are not execute the code
ex:walk throughs,inspections,review
2.dynamic testing: in dynamic testing we are execute the code
ex: block box , white box
testing techniques
1 white box
2 block box
testing levels
1 component testing
2 integration testing in small
3 system testing
4 integration testing in large
5 acceptance testing
| Is This Answer Correct ? | 0 Yes | 1 No |
IS this a right Product.? Is this Product right.? Which of the above statement stands for Verfication and validation.?
what is agile testing?
what is data stratification
There are 100 test cases. And you got a bug at 85th test case. You reported it to dev. and dev. fixed that bug. when you are doing regression testing from which test case u'll do testing?? will start from 85 th test case are u'll execute 100 test cases?
I faced following questions in Polaris Interview. 1. Tell me about u r current organization 2. what is Black box testing? 3. what is white box testing? 4. What is Functional Testing? 5. What is difference between Black box & functional ? 6. what is test plan? 7. what is test strategy? 8. what is difference between Test plan & test strategy? 9. What is smoke testing ? 10 what is sanity testing? 11. who will perform smoke testing? 12. Explain about Agile process? 13. How much you know about QTP? ( I mentioned in my resume as Exposure on QTP) 14. Explain about u r current project? 15. What is the Requirement Traceability Matrix? 16. Can u draw the template for Requirement Traceability Matrix? 17. What is Ad-hoc Testing? 18. What is difference between ReTesting and Regression Testing. 19. Can u explain about Bug life cycle? 20. How can u make sure whether all requirements are covered or not? 21. Can u explain biggest complexity in current project? 22. what is difference between bug severity and priority? 23. Which bug tracking tool is u r using? 24. can u give one example for High severity and low priority bug? 25. can u give one example for High priority and low severity bug? 26. What is security Testing?
What is transient bugs ? How to reproduce those bugs? Can we log the those kind of bugs in tracking tool, if we found?
diffrence between srs and frs
what type of questions we can ask the interviewer after finishing of the interview?
In how many ways you perform batchtesting ?
defination of testing
What is V Model?
diff b/w stress testing and load testing?