There is a field in the form...if i will put a number it
will give the square of the number as output..it takes
numbers from 1 to 100!!!
how to test it???
Answers were Sorted based on User's Feedback
hi friend
now you can partetion three equal classes .
1.1 to 100 test is pass
2.less than 1 test is fail
3.greaterthan 100 test is fail
your enter no only 1 to 100.you can write the sequre
formula and tested it.
this is my thought any wrongs are their u can send mail.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / karunakar reddy
1.It is accepting 1 to 100
2.it doesn't Accept less than 1
3. it doesn't Accept 100 test is fail.(in thease 2
cases relevent error message is coming or not)
Then We need to check output also.
When we give 1-100 then output is coming or not.and
correct output is coming or not.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / veeru
I think along with the above scenarios you can test
4) Should not accept characters, special characters. proper
error message throws up.
5)without giving any value clicking on the result button.
It should throw proper error message.
6)giving the numbers along with decimal check the results.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / isha
ventakeswarreddy...u r right...anymore test cases plz??
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rahul sharma
Check for cases like 001, 002, 035 & so on...
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / n.pradeep reddy
For the above question my answer is
1. In the first step we have to check for the each and
every number from 1 to 100.
2. In the second step we have to check for the numbers
which are less than 1.
3. In the third step we have to check for the numbers
which are greater than 100.
This is my answer if any comment is there please mail me on
| Is This Answer Correct ? | 0 Yes | 2 No |
What is regression testing? When to apply it?
What is System Testing and Integration Testing.Differentiate them.
what is differance between web applicatins and web based applications?
When you found a bug and reports it to the developer but the developer is least bothered and he does not accept that bug what will u do?
how do u perform regression testing,means what test cases u select for regression
When a bug status will be changed to "DEFERRED" , by the developer ? What might b the situations to change the status to deferred ? pls explain with an example .
What is a top-down and bottom-up approach in testing?
If tester report a bug & developer open it & bug is not occur there. What sud tester do in this situation??
Hi, Please can one tell me how to test the usability testing, which method has to be used, how to write the report? Thanks Deepa
What is smoke testing and when it will be done?
How to kill cookies from Web page?
on what basis low,medium,high,critical will be assigned to a bug.give m examples