what is the purpose of writing testcases
Answers were Sorted based on User's Feedback
Answer / srikar.k
In software engineering, a test case is a set of conditions
or variables under which a tester will determine if a
requirement upon an application is partially or fully satisfied.
| Is This Answer Correct ? | 2 Yes | 3 No |
write test case for optical mouse.
Explain the branch coverage testing?
explain with examples- transaction testing, syntax testing, domain testing, logic testing, and state testing.
suppose an interviewer asks you to write a testcase for a login window (and application is not given to test). Should we write actual results or expected results or both?
Explain the component testing?
what are the Test Cases for " Test Cases " ?
What is use case testing?
how many test cases u write in day while testing yr application.and wat z ur role after u finished testing application plz do reply
What is rhinohunt testing? urgent pls send the answer soon
Can you please tell me test scenarios for online shopping Paypal ??
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
What are the Test Cases Comes under Regression Suite?