Answer Posted / biju
When a defect is found, it should be communicated to the
development team. The defects can be communicated through
any of the defect tracking tool or even through the excel
spreadsheet. There are certain formats to be followed while
communicating the status of the defects. Each and every
organization or solution provider follows their own style
to assign the status of defects.
In the initial stage a defect will be marked as “New” and
posted in the Defect tracking tool. It is the developer’s
responsibility to change the status as “Open” or Work in
progress (WIP).when the defect is fixed, the developer
marks the defect as “Fixed” and sends to the testing team.
It is the responsibility of the tester to verify the defect
whether it is fixed and change the status as “Closed”.
reference:
http://www.sphur.com/?p=131
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what is localization and globalization.and what are the ways way are going to test the particular application?how can we identify factual, visual, corrupted characters, link errors, formatting errors, etc in locallization?iam going to attend the interview on localization concepts and languages like : German, Japanese, French, Russian, Italian, Chinese, Korean, Portuguese and Spanish .tell me the process how to do testing above concepts let me know its urgent:anilaluvala@gmail.com 9908814046
What is big bang approach?
What is the test harness?
3. In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10%. The next £28000 after that is taxed at 22%. Any further amount is taxed at 40%. To the nearest whole pound, which of these groups of numbers fall into three DIFFERENT equivalence classes?
How do u determine,what to be tested?
Describe a past experience with implementing a test harness in the development of software.
i have source and target having same data structure 500 fields and one lacks records. how to validate data. write 5 scenarios.
How do you scope,organise and execute a test project.
Test Cases For Router&Switch
Can you please explain about the erp project
how will you test a wine filled bottle along with 100 glasses
Can any one explain me about hybrid integration testing? and what is interface in integration testing? thanks in advance...... regards, MurthySharma.Manchella
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; }
Test cases have written according to Flow of the software working or according to Screens?
What is Independant Testing? When and where this type of testing will be performed?