GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Tech FAQs  >  Testing
Go To First  |  Previous Question  |  Next Question 
 Testing  |  Question 625 of 635    Print  
Types of Testing Techniques
There are many types of testing like syntactic test,Semantic test,Equivalence partitioning, Boundary value analysis,Elementary comparison test, Decision flow making etc and so on. The main thing is what is the difference between Boundary value analysis and Equivalence partitioning


  
Total Answers and Comments: 1 Last Update: November 12, 2008     Asked by: mewera 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
November 12, 2008 03:48:27   #1  
sunithachenna Member Since: April 2007   Contribution: 10    

RE: Types of Testing Techniques

In the equivalence class partitioing the tester is allowed to select any element of an equivalence class where as Boundary value analysis requires the testers to select only the boundary values ie., the uppper and lower edges of an equivalence class.

Ex: The input range conditions are
1. alphanumeric
2. range form 3 to 15
3. first two letters should be alphabets

Equivalence Class partitioning wil be like
EC1 - valid aplhanumeric
EC2 - in valid alphanumeric

EC3 - range between 3- 15 valid
EC 4 -  invalid range below 3
EC5 - invalid range above 15

EC 6 - first 2 char as alphabets
EC 7 - First 2 char as not alphabets

Totally we can partition our data to 7 class

When using Boundary value analysis we consider only the boundary values

BLB - Just below the lower boundary (=2)
LB-  Value on the lower boundary (=3)
UB - Value on the upper boundary (=15)
AUB - just above the upper boundary (=16)


 
Is this answer useful? Yes | No

 Related Questions

Hi,Can u please give me deatil notes for manual testing and Black Box testing (from the basics.)Regards,Jyothi.
Read Answers (42) | Asked by : jyothi

Latest Answer : QA - This term means Quality AssuranceQC - This term means Quality Control.Testers perform the QC activity, QA staff measures the Quality of the process followed by testers.Hence :Docs for QC are : Discovery Docs (For Understanding the Business needs)Software ...
Read Answers (6) | Asked by : Priya

1) what is the white box testing and block box testing?2)define the load runner?3)define the QTP and silk testing?
Read Answers (11) | Asked by : dhanat

Latest Answer : Web server means sharing the data between database and application. ...
Read Answers (4) | Asked by : sudesh

The following questions answers pls posted to the this site.1. What is the definition of Non-functional Testing and what types of testing we have to do in non-functional testing?2. what is the Definition of System Testing and what types of testing we have to do in System Testing?3. what is the Definition of System Integration Testing and what types of testing we have to do in System IntegrationTesting?

1. what is the definition of testplan and what it contains? pls provide us to sample testplan template in the site?2. what is the definition of test strategy? what it contains? pls provide us to sample teststrategy template in the site?3. what is end to end testing? what we have to test in end to end testing?4. what is the definition of test methodology? what it contains?5. what is the difference between teststrategy and test methodologies?6.what is concurency testing?7.what is peneatration testin
Read Answers (3) | Asked by : nagireddy

When we go for a software testing job in a big CMM-5 company, is there any certificate needed for software testing. because i had done my mca thru distance education. and with my own interest I learned Manual testing, winrunner,Testdirectory, Loadrunner,QTP etc. but I dont have any certificate. but presently iam working in a small ITcompany as a software trainee. so my question is this is it mandatory of all these local center certificate for proof of my knowledge. please anybody answer to this
Read Answers (4) | Asked by : ShankarGanesh

Can anybody help me for this questionWhat types of Tests are Load Testing,Performance Testing, stress Testing ?whether they are positive type or Negative Type can i have example also Please
As Per my Knowledge i hope Load and stress are Positive Testings and no idea about Performance Testing. 
Read Answers (8) | Asked by : Kiran Kumar

No answer 
Latest Answer : Its the Delivery Team that takes care of this ,  Its the, Time lines for the Product / Project to be accomplished in all aspects. ...
Read Answers (6) | Asked by : Ratna

Latest Answer : Functionality, GUI ,Security these things you can test manualy writting and executing testcases .Even  load testing we can perform manualy but its very time consuming process b'coz in load testing we need to create virtual users , so its always ...
Read Answers (3) | Asked by : shafee


 Sponsored Links

 
Related Articles

ODP.NET - Techniques to Improve Performance while Retrieving Data

ODP NET Techniques to Improve Performance while Retrieving Data Performance tuning is a great subject in Oracle Volumes of books would not be enough to cover every aspect of performance tuning in Oracle However in this section we will only discuss the fundamental performance techniques while working
 

jQuery - Sorting Other Types of Data

Learning jQuery Sorting Other Types of Data Our sort routine should be able to handle not just the Title and Author columns but the Publish Dates and Price as well Since we streamlined our comparator function it can handle all kinds of data but the computed keys will need to be adjusted for other da
 

EDI Document Types

EDI Document Types EDI documents come in various forms each of which can appear differently depending on the company’ s internal computer system Also while each standard has code specificity each order may look very different a clothes company will send details of color and sizes while a f
 

Listening Skills - Types of Bad Listeners

Types of Bad Listeners What are the main types of bad listeners You might find in your work environment that some individuals are simply not very good at listening This can create a myriad of problems and make the performance of the most mundane day to day tasks nearly impossible to accomplish mosgo
 

C++ Function Passing Types

C Function Passing Types In this C tutorial you will learn about function passing types two types of arguments passing in functions passed by value  and  passed by reference are discussed here mosgoogle center The arguments passed to a function can be performed in two ways Passed
 

Types of Resumes and When to Use Them

Resumes are written to give our future employers an insight of who we are and why we should hire them. But resumes are more than just a collection of FYIs about you, it should be written in a way that highlights important things about yourself. Take note that you are not altering any information jus
 

SQL Data Types

SQL Data Types Overview In SQL, as in many other programming languages, every piece of data has a particular type. For example, 11 is an integer, and “Wall Street” is a text string. The SQL standard defines many data types to accommodate almost any type of data. Some cases aris
 

Testing and Integration

Once the software is complete, it will go though rigorous testing before its actual integration.  In this article we will take a look at different types of software testing and also different types of integration. With the diversity of business setting and software development models, it al
 

Types of IT Certification

For those that are considering an IT Certification, they may have found that there are several types to choose from.  Before deciding on a particular IT Certification, it is important to know what choices are available to you as well as what will be included in each of the types. 
 

Client-Server Testing Technology

Client Server Testing Technology Client Server Software Client server software requires specific forms of testing to prevent or predict catastrophic errors Servers go down records lock I O Input Output errors and lost messages can really cut into the benefits of adopting this network technology Test
 





About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape