write bug name and discrition for following scenario:
1*1=1,2*2=5,3*3=9,4*4=17 using mscalculator ?
Answers were Sorted based on User's Feedback
Answer / rajendra
Defect Title: Incorrect square value calculation for Even
numbers
(Defect Name (or title) can be given any meaningful one.
This must be as short as possible and it must describe the
defect in a small and simple sentence)
Defect Description:
Defect: 1*1=1, 2*2=5,3*3=9,4*4=17
If we look at this scenario data:
1*1=1 Correct
2*2=5 Wrong
3*3=9 Correct
4*4=17 Wrong
An abstract nature of the bug is square of even number is
giving correct result and Square of odd number is giving
erogenous result. Further if we closely look in the results
square of even number is exactly equal to: Square value of
even number+1
Byee friends
Rajendra
rajendra_penumalli@yahoo.com
| Is This Answer Correct ? | 27 Yes | 3 No |
Answer / manoharan
Defect Description:
Defect: 1*1=1, 2*2=5,3*3=9,4*4=17
If we look at this scenario data:
1*1=1 Correct
2*2=5 Wrong
3*3=9 Correct
4*4=17 Wrong
| Is This Answer Correct ? | 0 Yes | 2 No |
Hi, I am planning to write ISTQB Advanced level certification (Functional & Technical). Pls help me to find out the material for these certifications and which one to write first(Functional or Technical)
A good url for testing concepts.....
what are known issues? Explain
write test case for the black board pl tell me the answer pl pl pl
What is difference between SDLC & STLC?
Give example of High Severity and low Priority Bug you filed?
What is v&v model??what is the difference between vmodel and V&v model??
Imagine you are in an empty room with a fan, a bulb and an air conditioning system. There is a switch board on the wall with 32 switches and 2 plug points. You are tasked with testing this setup. Assume you are not given any requirements whatsoever. How would you approach it? What would be your priorities? If you make any assumptions, do state them.
How to test gtalk applicatin,what could be the possible test cases,test plan
can we do database testing in manual testing? then how we write the test case?
what are the 508 rules of accessbility Testing ?
If there is a button called Edit button. 1) Editing can be done by double clicking the object 2) Editing can be done by pressing Edit button 3) Editing can be done by pressing Alt+E key Then Should I have to write 3 different test cases for editing object? What should I do so that I 'll not miss the any functionality while testing.