test cases for calculator ,this should accept integer form
+99 to -99(perform addition operator).need to raise defects
Answer Posted / krishna
1. Verify whether it is accepting the integer from +99 to -99 by using boundary value analysis. like giving input +98, +99, +100, -98, -99, -100.
2.It should not accept the integer value +100 and -100 since it is accepting the integer from +99 to -99.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
What is explain security testing?
Explain the concurrency testing?
Suppose a job should be executed for every two hours? Write test case for this?
What is Initial Configuration?
pls i want test cases for oss? whts the process of oss testing
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
What is test cases for mobile phone ?
Explain the static testing?
Write a test case for a car, which has been, recently launch in a market to check its durability, fuel efficiency and its optimum speed.
I want 100 test scenario for gmail
write the testcases for migrating data from one database to another database?
write test case for button of google page?"i am feeling lucky" if button is not appear on page?
WE WANT HEALTHINSURENE PROJECT FUNCTIONAL TEST CASES
If I wrote test cases for Login Window with test case Name Login window & test case id L_01.Now if Name of Login window get changed in the next version.then May I have to change the Test case name & Test case id OR HAVE TO block the previous test case and write the new one