write down test cases for "x>=1"
Answers were Sorted based on User's Feedback
Answer / vijay
1. x = 1
2. x > 1
3. x < 1 (Negative testing like negative value -1 -2 etc )
4. x = 0 (Negative testing)
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / sundar g
While doing the testcases we should look out for all the
possible errors that may comeout of the inputs that we
give. So we should try our hand with not only integer
values but also with the special characters.
The test cases are,
x=1;
x=23;
x=0;
x=.67;
x=a;
x=!;
x=NULL;
x= ;
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / phu
Test Cases:
1. Invalid: x is text, not is number
2. Valid: x is number
2.1. x = 1
2.2. x = 0
2.3. x = 2
2.4. x = very large number, to check overflow number
if 2.1,2.3 are Pass, 2.2 is Fail => x >= 1
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / abb
With the above scenarios mentioned by vijay I wanna include
the following too -
x=@
x>=blank
x>=1;
Is This Answer Correct ? | 0 Yes | 0 No |
can u say me how many test cases i can get for a user to login and enter password ..please specify in testcase desing template for that
write the test cases for how do u send a message in mobile
pls send me the testcases for telecom billing system
Explain the agile testing?
What is usability testing? What are the usability test cases for 'Save As' option in Notepad?
Analyze the following highly simplified procedure: Ask: "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" ELSE Say: "That will be £19:50" ENDIF ELSE Say: "That will be £9:75" ENDIF Now decide the minimum number of tests that are needed to ensure that all the questions have been asked, all combinations have occurred and all replies given. A. 3 B. 4 C. 5 D. 6
Need help to write test case for "Check Availability" field. Any help would be highly appreciated!
test cases for restaurant billing system????????
Why does the boundary value analysis provide good test cases?
For a Login screen with Username, Password input fields and Enter, Cancel button write Test Cases for GUI, Funcitonal, Negative, Usability and Security testing.
Explain the functional testing?
I want 100 test scenario for gmail