write down test cases for "x>=1"
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
What is test cases for mobile phone ?
write the test cases for date month and year field by using testing techniques
19 Answers Aryavrat Infotech, Blue Star,
Tell me about your Roll and your Team Lead's Role
write the test cases for how do u send a message in mobile
How to write a Scenario and test cases for escalator
7 Answers ABC, Accenture, CTS,
1. Given the following: You have an application that consists of three parts: a front end GUI, a middle-ware layer where all the processing of data takes place and a database where data is read from. What are the areas that would be most likely to break? What would your testing strategy for this be? Why? 2. Imagine I am handing you a wine glass and I ask you to test it. What would your testing strategy for this be?
build 1 bug is raised and it was closed by developer and build 2 is released in build 2 also same bug raised what is the satus of that bug. 1>reopen 2>open 3>new 4>defered
int a, int b, int c= (a+b); Write the test cases for c.
hai........... please tell abt testcases.. how we can drived the testcases in project?
wat is mutation testing ?
What is usability testing? What are the usability test cases for 'Save As' option in Notepad?
Write test cases for bulb.