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 |
Write test cases on for windows media player?
what are the sanity test cases for a waterBottel?
what are test repository???? need for test repository/need for maintaining test cases?? advantages and disadvantages for maintaining test case??
write a test cases for 2- way swtich?
Define some of the attributes of a test case?
If I have written test cases for any application:there are 70-80 test cases and steps for writing test cases are common in some TCases.then May I have to write the repeated steps or May I write Repeat the steps of TC id so and so
how to write a test cases for courier offices?
Hi My name is Hari Priya i had completed by b-tech csit 2008 pass out i had joined in testing tools does freshers having good opportunities in testing field? what are the topics to be stressed in the subject to have the good knowledge If any one have good collecton of testing topics can mail me padmajapriyam@gmail.com thank you.
They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.
What is the basic stuff you require to begin creating test cases?
how do u knw when to stop writing test case for a given project.
What are the condition when you begin to write test case in the Test Director. Ex.data condition what are the condition can some help me please i how write test cases.