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 |
if software faild in customer environment what we called a)error b)fault c)defect d)failure
Can you please tell me test scenarios for online shopping Paypal ??
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.
What all comes under test case review?
What is transaction testing?
can any one give the format of writing test cases in excel sheet.
In manual testing, I have query regarding data conversion testing. I am working on xml document. How do we write test cases for below input as well as for output Input: <text>1. software Testing</text> Output: <paragraph><text><desig>1.</desig>software testing</text></paragraph>
Let me knw the testcases for opening an account and for billing in shopping malls..?/?/?
plz explain vss?
Explain the dynamic testing?
For the following piece of code, how many test cases are needed to get 100% statement coverage? Procedure X Read (Color) // Input color from user IF (Color == “Red”) THEN Call Roses(Color) ELSEIF (Color == “Blue”) THEN Call Violets(Color) ELSE PRINT “User is no Shakespeare” SaveToDatabase(Color) End Procedure X A. 5 B. 3 C. 1 D. 2
Can you list down a few characteristics of a test case?