Give examples of boundary value and equivalence
partitioning test cases.

Answer Posted / raghavendra

boundary value:
for int suppose boundary is say 1 to 50
then test for 0,2 values & 49, 51 vales.

for string... test for null or length or capacity of
string(size).

equivalence partitioning:
e.g.: divide(a,b) ...boundary -50 to +50
(do not forgot zero for 'b')
test for... -51, and -1 --------(1)
also 1, and +51 ------------(2)
(1),(2) are two partition.

Is This Answer Correct ?    48 Yes 68 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.

1532


What are all the companies are doing manual testing till now ?

1552


how to prepare a test case for online restaurant table reservation system. plz give an answer ASAP, email at suja_rvndrn@yahoo.co.in

5189


How to write test cases or test scripts for UAT testing which is done manually

4964


What are the Test Cases Comes under Regression Suite?

516






Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com

3342


Explain the dynamic testing?

718


Suppose a job should be executed for every two hours? Write test case for this?

715


Requirement from Market “Alice is talking to Bob. Bob thinks that Alice should talk to Chris for more information. Currently, Bob will pass on the directory number of Chris to Alice; Alice/Bob will disconnect the call and then Alice will initiate a new call to Chris. What we need need, Bob should be able to transfer the call to Chris, without Alice making another call.” Implementation done by Unified CM Development Team When a basic call is connected, a new softkey “Transfer” will be displayed on the IP Phone. User (say, Bob) can press that and dial a target (say, Chris). Bob has two options (1) wait for Chris to answer and then tell Chris about call from Alice and then press “transfer” again to complete transfer (2) press “Transfer” immediately; when Chris answers he will be connected to Alice Please come up with test cases thinking from a user perspective, let’s say from a Bank (there could be users such as receptionists, accountants, managers etc.) – in what all scenarios transfer can happen, any negative scenarios (cases where we don’t get a positive response always). If you think you need an enhancement to the feature, please go ahead and suggest that as well.

3094


how to write test cases for online restaurant table booking system?

10426


Explain the sanity testing?

703


# 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?

2008


Explain the system testing?

698


How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen

1744


how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases

1966