Test Case Design Techniques like BVA, Equalance
partitioning, Error guessing?
Answers were Sorted based on User's Feedback
Answer / mercy
Boundary Value Analysis(BVA): The concept behind this is to
partition program domain in a meaningful way to generate
data sets that span the partition are determined. This
creates test cases around the boundaries of the valid data.
The values that can be passed are exact boundary values, +/-
lowest boundary value and +/- highest boundary value
Consider a text box which can take a maximum of 255
characters. Then the domain that can be considered is from
1 to 255. The values that can be passed into the text box
for testing would be 1, 255, 0,2,254 and 256.
Equalence Partitioning: This is to partition set of all
possible inputs into classes that receive equivalent
treatment.
If consider the same example, the equivalence classes would
be:
Class1: Values from 1 to 255, 1 and 255 inclusive
Class2: Values less than 1
Class3: Values more than 255
Error Guessing: This technique is used to find defects
using the experience of the tester. Consider the above
example, the textox is intended for characters only. The
tester can easily give numbers or any special characters
for that text box and see whether the application is
throwing an exception or not.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / deepthi
The following are the error guessing techniques:
BVA(Boundary Value Analysis) is used for range values.
ECP(Equivalent Class Partition) is used for both range and
non-range values.
| Is This Answer Correct ? | 1 Yes | 4 No |
Hi I just wanted to know the name of the document given by the test lead to the tester regarding their module for testing.
IS INTEGARTION TESTING DONE BY THE DEVELOPER OR TESTER?IF TESTER IS INVOLVED , WHAT WILL TESTER DO ?
what is the diffrence b/w Test approach,test stratagy,test plan?
expalin integration tsting who will perform ths type of testing at what time will do
As a test Engineer what are all the challenges you faced in your project? It takes more time to answer this question but i said wrong... Could anybody answer atleast 4 or 5 answers
2 Answers Hexaware, Sreeven Infocom,
What types of software testing are available?
What is the procedure of manual testing?
1)What are the QA procedures followed 2) Write test cases on a weatherreport.com web page that has only two dropdown and a submit button, Fist drop down is a countries and second is metros in the selcted countries.When proper selection si doen and submitted it shows weather report of that metro.? 3)Write test cases on Mobile Alarm Module? 4)Write test cases on Company Water Bottle?
hi!!!!!!!!!!!! i heard there is a new type of testing i.e. YELLOW TESTING if anyone knows about it plz tell me. thanks
What is P.M Round? What type of questions are they asking? ? If know anybody Plz Post to my mail ID (SwetharaoQA@rediffmail.com) Thank U
tell me about high severity & low priority bug?
what is test scenario? write the test scenarios for your project?please tell the answer? The Automobile Dealer Office Automation (ADOA) application fully automates all vehicle sales and service operations. The project will maintain information about vehicles, spare parts, services, customers, sales and invoices. It facilitates to stores info about job cards and it can generate job
3 Answers ABC Infotech, Cap Gemini,