What is the differance between Bug and Defect.
Answer Posted / yedukondalu manam
Defect:-
At the time of coding mistake error, when the mistake
noticed by the tester defect,
Bug:-
tester sends this defect to development team if the
developer agrees then it is bug
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?
write a test case for telephone billing ?
What is Initial Configuration?
hai we need to get some data from a logfiles and populate into database .to check this we need to write test cases .how to write test case for this scenario tell me as functional and stress testing differ
hai im finished software testing course im technicaly strong but yet now no opportunities come to me.if any opportunities please send to my mail id my mail di is sumathi11685@gmail.com
Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.
How to test a stored procedure?
Explain the concept of semi-random test cases?
Explain the monkey testing?
Why does the boundary value analysis provide good test cases?
Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)
Please guide me for Add new user test cases
Explain the dynamic testing?
Can some body help to write possible test cases for a credit card at POS (point of sale)
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.