what are the testcases for square
Answers were Sorted based on User's Feedback
Answer / deepti
1. It should have four measurements.
2. All sides should be equal in lenght.
3. minimum measurement should be >= 1.
4. Each angle should be 90 degree with all four sides
should be in equal length.
| Is This Answer Correct ? | 20 Yes | 2 No |
Answer / manasa
deepa, pls b serious in answering to the post...
| Is This Answer Correct ? | 3 Yes | 1 No |
What is the Difference between Testing Types and Testing Techniques
IF A > B THEN C = A – B ELSE C = A + B ENDIF Read D IF C = D Then Print "Error" ENDIF A. 1 test for statement coverage, 3 for branch coverage B. 2 tests for statement coverage, 2 for branch coverage C. 2 tests for statement coverage. 3 for branch coverage D. 3 tests for statement coverage, 3 for branch coverage E. 3 tests for statement coverage, 2 for branch coverage
Pls write down 3 positive test cases & 2 negative test cases for requirments at the "initiation" & "login" of an ATM machine (format:-Description,test data,methods,set up to test,actions & expected results,any proofs or attachments (optional))
How to write test case on paper and pen.
What are the possible (-ve) & (+ve) test cases while transferring money online from 1 account to another account??
What is the difference between test scenarios, test cases, and test script?
i was asked to generate test data for a equlateral triangle,please any one explain how to do & what are the process.
Please give me some example of the test cases to test the Google map search
write test case for coin-box telephone
write a test cses for sending mails through microsoft- outlook xpress?
could somebody plz tell me the test cases on online credit card payment?
Hai, Could anybody please let me know, how to calculate the number of test cases required to test a program. Please provide me the answer for the following question: “What type of ticket do you require, single or return?”IF the customer wants ‘return’Ask: “What rate, Standard or Cheap-day?”IF the customer replies ‘Cheap-day’Say: “That will be $11:20”ELSESay: “That will be $19:50”ENDIFELSESay: “That will be $9:75”ENDIFNow decide the minimum number of tests that are needed to ensure that allthe questions have been asked, all combinations have occurred and allreplies given. a) 3 b) 4 c) 5 d) 6