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

Q.1)how write negative & positive test cases Q.2 )write negative & positive test cases for i-pod

1 Answers  


# A large IT company is in the process of revising salary structure for its employees. The salary will be on the basis of assessed performance of the previous year for all employee who have completed six months or more. # The rules for salary revision are provided below :- Performance level 1 : Increase existing salary by 30% Performance level 2 : Increase existing salary by 20% Performance level 3 : Increase existing salary by 10% Performance level 4 : Increase existing salary by 5% Performance level 5 : No Increase # For those who have not completed six months, provide a flat increase of 7.5% in their salary. In addition to above provide a special loyalty allowance of Tk. 800 to all employees who have complete THREE years with the organization. # Compute the minimum number of paths that you would require to cover the application and how many test cases would you require?

0 Answers  


int a, int b, int c= (a+b); Write the test cases for c.

0 Answers  


write a testcase for tea cup?

6 Answers  


what is login and login in testcases we write in testcaseid

0 Answers  






Write the tescases for a login page

2 Answers  


hi can anybody can write the test cases for sticky note

4 Answers   Google,


Write negative test case for logout????? Answer soon friends

2 Answers  


If there are two document files, from one doc. file we want some text copy & peste into next doc. file. So which are the negative test cases for such scinario.

1 Answers   ABC,


Write a test case for computer keyboard?

0 Answers  


Please tell m all posiible tst cass for this--> A password of password field will expire in 45 days.It should send 1st reminder message to user whn 10 days are left and 2nd reminder message when 5 days are left and 3rd reminder mssage when 2 days are left.write all positive and negativ test cass for this.

3 Answers  


How would you do " Keeping two folders in sync testing"

0 Answers   ABC, HCL, Microsoft,


Categories