What is industry standard for code coverage numbers?
Answer / vijay roy
70-80% code coverage for system testing is good. Anything beyond that may give you a diminishing return
For Unit tests, it should be 90-100%
| Is This Answer Correct ? | 3 Yes | 1 No |
What is Black Phase in SDLC?
What is Cause and Effect Technique .
How Can I do database Testing ?
what is Beta testing??
what is the difference between buglog and defect tracking?
please give possible testcases for a mobile phone
3 Answers Barclays, JPMorgan Chase, MSIIT, Wipro,
Why is it important to thoroughly retest a defect after it has been reported fixed? How will you do that?
How will u test a stored procedure,which accepts 2 int values and sums them? Test cases?
What is test strategy??
How do you prepare a regression testing suite?
HI everyone, I'm new software testing.I want to learn manual testing. can any one help me how to practice the manual testing. I know some basic of manual testing.I want to practice. Please can any one tell me suggested sites,projects or any book or any guidence.
I know the set of test cases is the TEST SUIT. I have a doubt that practically which test cases are under test suit. Suppose I m creating test cases for User. User - Create, Edit, Delete, Refresh etc. User window have fields - First Name, Last Name, Address, Phone, User Code, User Id, Password and Role. So Create User - [All Positive+ All Negative] Test cases has single TEST SUIT id? Please guide me properly.