Explian equivalence partioning with anexample?
Answers were Sorted based on User's Feedback
Answer / yogeswari
When We have an requirement which has a large class of data
split the large class into its subsets
For Ex:
Sal 10000-45000
Here this is the large class of data
equivalence partioning -->take inputs from the below sub
classes such as
less than 10000 (invalid)
between 10000 and 45000 (valid)
greater than 45000 (invalid)
Instead of choosing values from the large set of
information split the inputs into both valid & negative
inputs that becomes a subset. this technique is equivalence
partioning
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / suresh.chaluvadi
check out the url
http://www.allinterview.com/showanswers/118
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rs
Equivalence partioning is a method of writing test case in
the black box technique.Usually two invalid inputs and one
valid input. e.g. Writing test case for a range Rs.1000 to
RS. 2000.
Valid Test case : 1500 (In between the range)
Invalid test cases : 800 and 2400 (one value- Less than
lower limit and higher than upper limit)
Is This Answer Correct ? | 1 Yes | 3 No |
Can some one tell me what is test environment? And What is test set up?
Write a set of test cases to test youtube?
hi this is altaf ....could any one send me details of all testing models
give me some example for high severity and low priority defect?
18 Answers Sigma Software Solutions, Verizon,
WHAT IS LOAD TESTING
if bugs found then it fixed then it's status is close. same bugs arise inafter 2 3 months in same module then what can do as tester
1]Give me Two examples for - High Priority and Low Severity?? 2]Give me Two Examples for - High Severity and Low Priority??
11.what are two of your weaknesses?
1 Answers Satyam, TCS, Tech Mahindra, VJIL Consulting,
there is a module that module assigned to two employees.In both of them one employee made a mistake so how can we identify who is done that mistake.
1.register as candidate 2.go to skill set module 3.select any skill for test eg:"java" 4.save, page will open with start button on below 5.click on start button to start test for java this is a flow so do i need write test cases for this if yes,then how? plz help me guyss
Defect Migration "Defect Migration" means that error is early project documents lead to errors in later documents. For example, an incorrect requirement leads to an incorrect set of speacifications, which leads to design errors, which leads to coding errors, which lead to failures when we test against user expectations. a. How will you prevent Defect Migration? b. Why do you think preventing Defect Migration is important?
What is the use of doing cookie testing(enable or disable)for web applications?What will happen if u enable or disable the cookies?