If you find a design level issue, what you will do?
Answers were Sorted based on User's Feedback
Case1:
while testing is inprogress finding the design level
(coding) issue:
stop the testing and arranging design review.
case 2:if the test case design is wrong, while progessing
testing.then stop the testing and change the test case
design hwich should match desgin and then testing from the
top to bottom.Specially need to test the scenarion which
was tested using old (wrong) design.
Case3:
Before testing starts if the design(code or test case0 is
wrong,:
then until getting the authorization of design docs testing
should not start.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / shubhangi
Incase of design issue,We will raise the defect in tracking
tool.
Do the impact analysis of the issue and deide the next
course of action depending on the impact.
| Is This Answer Correct ? | 5 Yes | 0 No |
There is very little time to test due to the development team delay how will you handle this situation?
Which testing method is used to check the software in abnormal condition?
What are the differences between these three words Error, Defect and Bug.
What is API testing?
If you have an application to test and there are no requirement specs, no test cases , no documents, you dont know even the functionality then how would you perform testing?
What is metric?
What is the difference between BUILD,RELEASE & VERSION ?
What is high order tests?
What are the experience-based testing techniques?
I. Requirements are formally reviewed. II. Requirements are formally approved. III. Requirements are placed under configuration control. IV. Requirements are implemented in code. Using the above statements, when are requirements considered baselined? 1. I and II 2. I, II, and III 3. I, II, III, and IV 4. I only 5. I, III, and IV
What are the types of defects?
What is the bottom-up approach?