Give examples of boundary value and equivalence
partitioning test cases.
Answer Posted / bhanuchandar
if we consider sinx where "x" ranges from 0-360degrees then what will be value of "x" for equivalnce partitioning ?
Ans:if x=180 then the equivalence partitioning is possible because 180-x,180+x forms the sine curve to be satisfied.
| Is This Answer Correct ? | 11 Yes | 9 No |
Post New Answer View All Answers
Explain the sanity testing?
how many test cases do u need to ship a product?
How many test cases u will write for Acceptance testing?
What is component testing?
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
A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?
Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.
Do you know mutation testing?
Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?
Explain which test cases are written first black boxes or white boxes?
What is the state testing?
They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.
write test cases on file open dialog box in notepad
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
How to write test case for this scenario. The system shall allow for a wild card search for the first name with a minimum of one character.