During the testing of a module tester, 'x' found a bug and assigned it to a developer. But developer rejects the same, saying that it's not a bug. What 'x' should do?
1306An input field takes the year of birth between 1900 and 2004 what the boundary values for testing this field are?
1195The later in the development life cycle a fault is discovered, the more expensive it is to fix. Why?
1686Post New Testing AllOther Questions
why we split testing into distinct stages?
When should configuration management procedures be implemented?
What is a test configuration manager?
List the comparison between FC and FCOE?
What is testing type and what are the commonly used testing type?
What is Recovery Scenario
What is dynamic analysis?
How will you recognise if a case is a 'test case'?
What type of review requires formal entry and exit criteria, including metrics?
What are validation and verification?
Which is the best institute in chennai to learn Softyware testing? Please help.
What is the negative and positive testing?
What is difference between Agile and V model? Explain
how cam www sites be tested
Hi can anyone pls let me know, how many test case can be written to this C question (Unit testing) *funame (Int x, Long b) { x=b; x < 5 } Note: - Return type is boolean - Input type is unsigned char