What is Conventional & Unconventional testing?
Answer / sreedhar
Conventional testing is done by test engineer, will check
the application and on its related parts in order to
conform whether they are working according to the
requirments or not right from the coding phase of the
software development life cycle(SDLC).
Unconventional testing is done by Quality assurance
people,will check each and every out come document in all
the stages of SDLC in order to conform whether each and
every role in the organisation are working properly
according to the company process guide lines or not.
| Is This Answer Correct ? | 3 Yes | 1 No |
diff b/w project based testing and product based testing?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
what is the priority for fixing bug?
Explain V model in depth?
Name some bug tracking tools???
As the software development process progresses, proper setup and maintenance of test traceability requires that the test process starts when?
what the diff b/w Smoke Testing and Santy Testing?
10 Answers Cap Gemini, Financial Technologies,
what types of testing you performed in transfer funds module....
wat is Bottle Neck testing
what is the difference between Client server application and web based application
In manual testing, what are stubs and drivers?
8 What can static analysis NOT find? a) The use of a variable before it has been defined b) Unreachable (“dead”) code c) Whether the value stored in a variable is correct d) The re-definition of a variable before it has been used e) Array bound violations