What was the difference between Test case and Bug Report is
there any template for this
Answers were Sorted based on User's Feedback
Answer / softwarepolice
Testcase is prepared for comparing expected results with
actual results.If any variations from expected result to
actual result leads to "bug"
testcaseid,desprition,test steps,exp res,act resilt,remarks.
Bug report containing number of bugs to be sent to developer
to fix.
bug id,bug desp,version,who
raised,date,severioty,priority,expected closue
| Is This Answer Correct ? | 34 Yes | 2 No |
Answer / venu
Testcase- is a case which describes the steps for a
functionality
BugREport- Is a document which consists of list of bugs
| Is This Answer Correct ? | 18 Yes | 4 No |
Answer / supertester
A test case in software engineering is a set of conditions
or variables under which a tester will determine whether an
application or software system is working correctly or not.
Where as, a bug report is a document where the testers
describe the defect. It should also have the steps to
produce, test data, Actual result and expected result.
| Is This Answer Correct ? | 2 Yes | 4 No |
2.How should we post the bugs, Difference between priority and severity, Difference between sanity and smoke testing and Problem faced during development - please mail the answers to my mail id thanu_santo@rediffmail.com
What are the possible test scenarios around AVS check of any credit card? (Testing through payment gateway online) (What are the fields we should check while checking AVS and CVV)
can you tell me scenarios for login page?
Hi, this is not a tech question, i have 4 yrs of experience in Mainframe systems, presently as a mainframe tester in pune, i just want to step towards south locatios(preferable hyd), suggest me the best way to get calls from hyd.
integration testing is followed by a)unit testing b) system testing c) acceptance testing d) regression testing
1.The effectiveness of a test suite in detecting errors can be determined by counting the total number of test cases present in the test suite. is it true
i want to write testing cerification. can anyone plz help how to go through. how to prepare for the exam and how i have to apply.
Explain 5 Test Matrixes
What makes a good test engineer?
What type of testing u perform in organization while u do System Testing,give clearly
How do we find pass and fail percentage of Test cases. Anybody can give answer to me. Thanks in advance
If Client has given the requirement such that " (1)Items are sorted alphabetically (2)Apply Shortcut keys " Then Tester have to write test cases for that also or not?