Create Test Cases based on Software Testing Principles
Write the Test Cases to validate Command Line utility -
‘MAX’.
The utility displays the maximum of the 2 specified
Integers. Please note down any assumptions that you make.
e.g. MAX 2 3
Answer / dhayanithi
step no steps data expected result actual result
1 enter a numbers and calculate max 2 or 3 should
display "please enter two numbers"
2 enter two numbers and calculate max 2,3 should display 3
| Is This Answer Correct ? | 4 Yes | 3 No |
Can you list down a few characteristics of a test case?
"search"test cases on Linkedin website and how will you write test cases on it?
What are the possible (-ve) & (+ve) test cases while transferring money online from 1 account to another account??
explain end to end scenario's for online Money transfer in Banking Domain?
What is the differance between Bug and Defect.
17 Answers Cap Gemini, CarrizalSoft Technologies,
write the test cases for facility module
What are the properties of a good requirement?
test cases for calculator ,this should accept integer form +99 to -99(perform addition operator).need to raise defects
I have s/m which gives me square of numbers from 1 – 10000. How do u test it.
Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print “Large” ENDIF If P > 50 THEN Print “P Large” ENDIF how to find statement and branch coverage? Explain in brief?
test cases for restaurant billing system????????
how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases