how to write test case in testing give some examples plz
help me any one?
Answers were Sorted based on User's Feedback
Answer / javed khan
Test cases are written from requirements. There will be
test scripts in test case. The test script will include
expeted result and you will compare with actual result or
vice versa.
then you have to pass or pass the test case or partially.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / dheena
test case are based on the requirements.and do you have
knowledge of positive and negative thoughts.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / bhavanid7@gmail.com
we can write the testcases based on usecase document and BRS
document
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nannan
if you want to be a good tester learn this from training
center. If you are not a tester, this is not a place for you.
| Is This Answer Correct ? | 2 Yes | 7 No |
if a very low defect (user interface )is detected by u and the developer not compramising with that defect what will u do?
HOw to test website manually? Is it any criteria to test ?
how can i derive the test case for requirement and usecase ?
What type testings will be conducted at system testing?Who will conduct each test.
How do you manage your writen/modified/executed test cases, Bug report etc,without using any tool?
what is the difference between test senario and test case?
Need some 10 test scenarios for integration testing on Gmail.
what is bug tracebility matrix and it's formet?
What is the difference between User Acceptance Testinga and System Testing?
Write test scenario of calendar.
design a black box test suite for a program that accepts two strings and checks if the first string is a substring of the second string and displays the number of times the first string occurs in the second string.
When testing a grade calculation system, a tester determines that all scores from 90 to 100 will yield a grade of A, but scores below 90 will not. This analysis is known as: A. Equivalence partitioning B. Boundary value analysis C. Decision table D. Hybrid analysis