Testing Common Interview Questions
Testing Common Interview Questions
4. What are all the key factors to write system test plan?
keyfactors
5. How to perform integration testing on a web application? What are the considerations?
Detailed pls.
6. If you have an application, but you do not have any requiremnts available, then how
would you perform
With out a requirements documents how can u develop an application .if it is developed without
any requirements then the application is made with assumptions .Then testing is done depending
on the assumptions made through application.In this case, if you are going to work for s ome
company,
9. How do you know when you have enough test cases to adequately test a software
system or module?
13. What is QA? What is Testing? Are they both same or different?
Testing is s ubset of QA. Testing is just a phase that comes after coding. But QA is the one that
should be incorporated into the entire Software Development Life Cycle.
16. What is included in test strategy?What is overall process of testing step by step and
what are various
Test strategy is creating a procedure of how to test the software and creating a strategy what all
to be tested(screens,process ,modules,..)and time limts for testing process(automated or manual)
.So everything has to be planned and implemented.Testing overall procedure isThe duties of
software test
17. What is the most challenging situation you had during testing
18. what are you going to do if there is no Functional Spec or any documents related to
the system and developer
First of all, when a developer left then another one in or someone assigned to take care of the
respons ibilities .Most of the functional testing needs more knowledge about the product then the
code. Be familiarize with the code. Research similar product in the market. Inc rease
communication with related
19. What is the major problem did you resolve during testing process
22. what is the difference between smoke testing and sanity testing
smoke testing is conducted by development people according to the clients requirements.the first
test conducted by testing people when build is rec eived is called sanity testing.in sanity testing
testing people check the basic functionality i.e whether all buttons are working or not etc
31. What is the difference between testing and quality assurance (QA)?
This question is surprisingly popular. However, the answer is quite simple. The goals of both are
different: The goal of testing is to find the errors . The goal of QA is to prevent the errors in the
program.
34. What is the difference between bug priority & bug severity?
HiPrority : Urgenc y Of the BugSeverity : Impact of the Bug
35. What kinds of testing do you know? What is it system testing? What is it integration
testing? What is
You theoretical background and home work may shine in this question. System testing is a
testing of the entire system as a whole. This is what user see and feels about the product you
provide. Integration testing is the testing of integration of different modules of the system. Usually,
the integration
42. When does testing begin - requirements, plan, design, code / testing phase?
Obviously Testing will begins in requirement phase.
47. How would you build a test with WinRunner? Rational Visual Test?
First of all, see the comments to the previous question. Then, all automation testing tools I ever
heard of have a GUI recorder which allows you to record the basic user interactions with the
software underneath. Then, you manually update your initial script to suit your needs. You must
know scripting
49. How would you conduct a test: top-down or down-top? What is it? Which one is
better?
Down-Top: unit -> interface -> s ystem. Top-Down is a vice versa. You may use both, but down-
top allows to discover malfunctioning at earlier phases of dev elopment and cheaper to fix than in
the case of top-down.
51. How do you see a QA role in the product development life cycle?
QA should be involved in early stages of the development process in order to create an adequate
test cases and better general understanding of the system. QA, however, must be separated from
the development team to ensure that there is no influence of developers on QA engineers. As a
last resort before
60. What role do you see yourself in 2-3 years from now? Would you want to become a
developer?
You should not concentrate the attention of the interviewer on your wish to become a developer.
You are being hired for testing role and you should demonstrate reliability. Team lead of QA team
is OK, but do not answer yes when asked if you are willing to become a developer.