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

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

7 Answers   Wipro,


write the test cases for how do u send a message in mobile

8 Answers   Subex, Wipro,


pls send me the testcases for telecom billing system

1 Answers   Wipro,


Explain the agile testing?

1 Answers  


What is usability testing? What are the usability test cases for 'Save As' option in Notepad?

4 Answers   Infosys,






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

1 Answers   ISTQB,


Need help to write test case for "Check Availability" field. Any help would be highly appreciated!

1 Answers   TCS,


test cases for restaurant billing system????????

1 Answers   ABC,


Why does the boundary value analysis provide good test cases?

0 Answers  


For a Login screen with Username, Password input fields and Enter, Cancel button write Test Cases for GUI, Funcitonal, Negative, Usability and Security testing.

1 Answers  


Explain the functional testing?

0 Answers  


I want 100 test scenario for gmail

0 Answers   TCS,


Categories