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

Writing Test Cases is Verification or Validation? Executing Test Cases is Verification or Validation?

9 Answers  


Explain the syntax testing?

0 Answers  


How to test Webservices and how can we write test cases for that

0 Answers  


what are the testcases for square

4 Answers  


There is a web portal that has been tested and working properly. Now a new module called as the "online shopping module" had been added. Ther are two search pages , a normal search and an advanced search page. You are responsible for only these two modules for testing Questions 1) Write the scope for testing 2)High level test scenarios 3)Test case for one high level test scenario 4) Assumptions while writing the test case 5) Questions that u might need to ask as a QA to test the application NOTE- the requiremnts wont be given. One has to assume the requirements Please tell me how to test a search page and also please help me answer the above questions

2 Answers   Infosys, Zycus Infotech,






Let me knw the testcases for opening an account and for billing in shopping malls..?/?/?

3 Answers   Semantic Space,


What is the syntax testing?

0 Answers  


You are Only tester for Onsite client team, this team is on holiday for two day from monday & SIT is started with plan end date is friday in this case if all server,application is crashed then as a tester what will be your approach

0 Answers   Cognizant, Tieto,


What are the test cases, we can write for Data Grid. Anybody can help me..Thanks in advance.

5 Answers   Siemens,


what are those parameters or matrixes for tesing a software user interface?

2 Answers  


Which testing is important, positive testing or negative testing. Test cases for postive and negative testing for a given functionality.

2 Answers  


how to make test case for anolog voice logger?

0 Answers  


Categories