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

Generally when we are writing test cases we give headings as Case id , description, input values, expected, actual, severity and priority and pass/fail. is there any seperate profama during testing the web site manually. (guys it very urgent for me in my office can any one help me plz)

5 Answers  


How to write test cases for lift?

0 Answers  


pls send me the testcases for telecom billing system

1 Answers   Wipro,


# 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  


How to write test case for this scenario. The system shall allow for a wild card search for the first name with a minimum of one character.

0 Answers  






How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.

0 Answers  


How do you differentiate the roles of Quality Assurance Manager and Project

3 Answers   ABC,


i was asked to generate test data for a equlateral triangle,please any one explain how to do & what are the process.

5 Answers   AZTEC,


Hi, i attended interview in seimens they asked me suppose u have a car which is used by VIP and it has 2 alarms one is at front and other is back when ever smoke or fire is near to car it will detect it and beep alaram so wat r the possible test cases u can write plz give the answer

2 Answers   Siemens,


Test cases on uplaoding files

12 Answers   GE, HP,


Explain the functional testing?

0 Answers  


How many test cases u will write for Adhoc testing?

4 Answers  


Categories