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
Could you pls give me sites where i can test card? mail me to
What is the state testing?
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.
hai im finished software testing course im technicaly strong but yet now no opportunities come to me.if any opportunities please send to my mail id my mail di is sumathi11685@gmail.com
How to write test cases for "open file dialog box" for ms word? Thanks a lot!
How to write test case for this scenario. The system shall auto populate the Email Address on the contact screen with the Email Address of the user profileĀ
Explain the static testing?
how to write test cases for online restaurant table booking system?
Explain the logic testing?
Suppose a job should be executed for every two hours? Write test case for this?
Explain the acceptance testing?
How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen
please give me different test scenario for uploading whatsapp status from gallery and camera
Write a test case for telephone?
Explain the unit testing?