write down test cases for "x>=1"

Answers were Sorted based on User's Feedback



write down test cases for "x>=1"..

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

write down test cases for "x>=1"..

Answer / tinas

With the above scenarios mentioned by vijay I wanna include
the following too -
x=0.99
x>=1
x>=1.00
x=1.01, x=2

Is This Answer Correct ?    4 Yes 0 No

write down test cases for "x>=1"..

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

write down test cases for "x>=1"..

Answer / priya khilolani

x=1 pass

x>1 pass

x<1 fail

x!=1 fail

Is This Answer Correct ?    3 Yes 0 No

write down test cases for "x>=1"..

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

write down test cases for "x>=1"..

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

Post New Answer

More Test Cases Interview Questions

Do anyone hav any knowledge about testing the Eftpos System??Like what kind of test cses that can be prepared for checking the system...

1 Answers  


how test cases can be made for a software

3 Answers  


write the system testcase and functional testcase for the below scenario scenario: view the balance in online account

0 Answers  


how to write the test cases in excel format

0 Answers  


Explain the domain testing?

0 Answers  






Explain the soak testing?

0 Answers  


can u tell me how do we writetestcases for perfomance,load,And stress?

2 Answers   IBM, Wipro,


I have s/m which gives me square of numbers from 1 – 10000. How do u test it.

0 Answers   ACS,


If I have written the 10 Positive test cases first and Negative test cases 11 to 25 .I Execute +ve first & then - ve as per test cases were written .Now if I got the next build & if I write again +ve Test Cases 26-30 first & then - ve 31-35 but I have to execute all test cases 1 to 35.But here the sequence of execution is +ve,-ve,+ve & -ve .How should I maintain the test cases .Please tell me It's Urgent .Thanks In Advance.....Tester

2 Answers   IBM,


Explain the ad hoc testing?

0 Answers  


What are the test scenario's for pen like high priority high seviority?

4 Answers   NetWeb, Zycus Infotech,


when we should start writing test cases?

10 Answers   Thatavarti Technologies,


Categories