How to write simple test cases?
Answers were Sorted based on User's Feedback
Answer / la
Any testcase simple or complex should have the following
basic requsites:
1)Steps (it lets a tester know how to proceed )
2)Expected Result
3)Actual Result
4)Pass/Fail
The tester has to follow the steps and see the actual
result shown by the system.If it matches with the expected
result then give the result as pass else as Fail.
| Is This Answer Correct ? | 10 Yes | 4 No |
Answer / anjali awasthi
Any testcase simple or complex should have the following
basic requsites:
1 test case id
2 description
3 procedure
4 input
5 expected result
6 actual result
7 status which is pass or fail.
| Is This Answer Correct ? | 1 Yes | 1 No |
write a test cases for 2- way swtich?
Could you pls give me sites where i can test card? mail me to
If the pseudo code below were a programming language ,how many tests are required to achieve 100% statement coverage? 1. If x=3 then 2. Display_messageX; 3. If y=2 then 4. Display_messageY; 5. Else 6. Display_messageZ; 7. Else 8. Display_messageZ; A. 1 B. 2 C. 3 D. 4
1. Buzz Words 1.1 Purpose Allow user easy access of content based on key/popular words 1.2 Scope All the tags at the portal. 1.3 User Interface - Tags are usually hyperlinks that lead to a collection of items that are associated with the tag. - Click takes you to page similar to Search Result page, should search all content and not only articles - Based on Most Viewed only 1.4 Interfacing/Sourcing Details - Need to develop an application which works on algorithm to calculate size/color of Buzz words. - In phase 1 algorithm will be pretty straight forward of calculating dimesion of Buzz words by going by ""Most Viewed/Visited"" words. Need to get exact algorithm.
Explain the gray box testing?
How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent
Suppose that you're running tests on windows calculator and find that 1+1=3, 2+2=4, 3+3=7, 4+4=8, 5+5=11, 6+6=12. write a bug title and bug description that effectively describes this problem.
In a log in page what will be test procedure,test scenario,test discription & test steps?
What are all the companies are doing manual testing till now ?
when we should start writing test cases?
10 Answers Thatavarti Technologies,
How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.
whai is the exactly meaning of test case