consider a program module that inputs two (2) values, n and
max, and computes the sum of the first n integers as long as
this sum is less than max; otherwise an error should be
reported. if n is negative, then it takes the absolute value.
a) list the equivalence partitions, and
b) list the boundary values.
No Answer is Posted For this Question
Be the First to Post Answer
please can anybody tell me, how to indentify the test cases which can be automated from a given set of test cases, say 20.
What is the basic stuff you require to begin creating test cases?
If userA send a string through whatsapp but userB is not getting properly the string, Then what may be problem? Can someone write testcase of this. Both whtsapp application is same version and OS is also same android version.
how to write junit testcase for ejb3.0 project.. pls reply soon to this mail id shnkrgnsh@gmail.com
write test cases for this senario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?
How to write email id in world wide web
Write test cases to test a browser app
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.
Can anyone tell me the test cases for Operating System.
Write a test case for computer keyboard?
how to write test cases for "Browse" button.
# A large IT company is in the process of revising salary structure for its employees. The salary will be on the basis of assessed performance of the previous year for all employee who have completed six months or more. # The rules for salary revision are provided below :- Performance level 1 : Increase existing salary by 30% Performance level 2 : Increase existing salary by 20% Performance level 3 : Increase existing salary by 10% Performance level 4 : Increase existing salary by 5% Performance level 5 : No Increase # For those who have not completed six months, provide a flat increase of 7.5% in their salary. In addition to above provide a special loyalty allowance of Tk. 800 to all employees who have complete THREE years with the organization. # Compute the minimum number of paths that you would require to cover the application and how many test cases would you require?