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 |
How to write test data for login module?
What is the difference between test scenarios, test cases, and test script?
Write the functional test case for opening a user email account on any website(like yahoo rediff,gmail)
write test case for optical mouse.
what is run time object
4 Answers Infinite Computer Solutions,
maximum length of testcase
Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com
Please let me know how to write a test case for Pen and washing machine.
Explain the load testing?
i got Question from iflex-just client gave just functional spec but they didnt provide any detaill, supporting document.but they want with in ten days testplan and test cases.excuse ans like prototype method. Question is how will u start writing testcases?
How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update
For example out of 100 test cases if I ask you to automate how many you can automate?
13 Answers HCL, MBT,