what is the entry criteria and exit criteria of integration
testing?
Answers were Sorted based on User's Feedback
Entry Criteria-- All modules for integration Testing are
available. All modules are unit tested & all unit test bugs
are fixed.
Exit Criteria--All interfaces and communication between all
modules is checked & bugs if any found are fixed.
| Is This Answer Correct ? | 17 Yes | 0 No |
Answer / shilpa
Approval of Unit testing should be done for the entry
criteria.All modules should be integrated properly with
respect to the functionality is the exit criteria.
| Is This Answer Correct ? | 10 Yes | 4 No |
Explain The test development life cycle?
one deffectis found then we send it to the developers.and they released a new build.What we test in that build?The whole application or the only test cases where we got the deffect.
How the Error, Defect and Bug are related to each other ?.
What are the queries mostly asked in testing ? give me some examples.
What is the advantage of V-model compared to other models?
What is API Testing? how do we perform this testing?
I have to write test cases for Create User, Edit User, Delete User etc. Some of the steps for Create & Edit User are same. Then Should I write refer Create User [test case Id] for common test steps to write Edit User Test case? OR I have to write separate test steps even though they are repeatable in Create user & Edit User test case.
what is the use case ? what is the use of the use case ?
Tracability matrix? what are test metrics?what is the use? scope of testplan? Estimation? Test stratagy? Entry ,Exit ,Suspention,Resumption criteria? Diff b/w web server and appli server? diff b/w web app and client server app? diff b/w brs,srs? what is Sla time? Exp defect life cycle? types of defects? how do u decide project is 100% bug free? How u send defect reports? Testing Environments? testbed? what is differed testing? what is differed defects? what r the base documents are recovered for test case design? what r the base documents are recovered for test case execution?
Should Tester have to write separate test cases document for Functional testing, UI testing, Regression Testing, Stress testing etc....?
What is data persistancy?
What is "Cache Memory". How and What we have to check in Cache Memory during Web based application testing.