45,000 Jobs - Get an Interview Call,  Post Your Resume Here
SURESHKUMAR.NET FORUMS
Registered Member Login:
Not a member? Register today!



Welcome to the SURESHKUMAR.NET FORUMS.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.




Comparison among various Black Box Testing Techniques

        

Reply
 
LinkBack Thread Tools Display Modes
Old 04-07-09, 01:11 PM   #1 (permalink)
Senior Member
 
Join Date: Nov 2008
Posts: 119
Thanks: 7
Thanked 51 Times in 39 Posts
Rep Power: 8 yogindernath is a glorious beacon of light yogindernath is a glorious beacon of light yogindernath is a glorious beacon of light yogindernath is a glorious beacon of light yogindernath is a glorious beacon of light yogindernath is a glorious beacon of light
Smile Comparison among various Black Box Testing Techniques

Testing Effort

The functional methods vary both in terms of the number of test cases generated and the effort to develop these test cases. To compare the three techniques, namely, boundary value analysis (BVA), equivalence class partitioning and decision table based technique let us focus our attention on the following graph.

The domain-based techniques have no recognition of data or logical dependencies. They are very mechanical in the way they generate test cases. Because of this, they are also easy to automate. The techniques like equivalence class testing focus on data dependencies and thus we need to demonstrate our skill. The thinking goes into the identification of the equivalence classes and after that, the process is mechanical. It may be noted from the graph, that the decision table based technique is most sophisticated because it requires the tester to consider both data and logical dependencies. It may be seen that once we get a good and healthy set of conditions, the resulting test cases are complete and minimal.


Now, consider another graph to show the effort required to identify the test cases versus its sophistication.


Thus we can say that the effort required to identify test cases is lowest in BVA and highest in decision tables. The end result is a trade-off between the test case effort identification and test case execution effort. If we shift our effort toward more sophisticated testing methods, we reduce our test execution time. This is very important as tests are usually executed several times. It may be noted that, judging testing quality in terms of the sheer number of test cases has drawbacks similar to judging programming productivity in terms of lines of code.

Effect of various Testing Stretegies on Testing Efficiency:

It is evident from all the abobve mentioned functional testing strategies that either the functionality is untested or the test cases are redundant. So, gaps do occur in functional test cases and these gaps are reduced by using more sophisticated techniques.


We can develop various ratios of total number of test cases generated by method-A to those generated by method-B or even ratios on a test case basis. This is more difficult but sometimes the management may demand numbers even when they have little real meaning. When we see several test cases with the same purpose, sense redundancy, detecting the gaps is quite difficult. If we use only functional testing, the best we can do is to compare the test cases that result from two methods. In general, the more sophisticated method will help us recognize gaps but nothing is guaranted.

How to measure Testing Effectiveness of these Testing Techniques:


The easiest choice is

1) Be Dogmatic: We can select a method, use it to generate test cases and then run the test cases. We can improve on this by not being dogmatic and allowing the tester to choose the most appropriate method. We can gain another incremental improvement by devising appropriate hybrid methods.

2) The second choice can be the structural testing techniques for the test effectiveness.


It may be noted that the best interpretation for testing effectiveness is most difficult. We would like to know how effective a set of test cases is for finding faults present in a program. This is problematic due to the following two reasons.

1) It presumes that we are aware of the faults in a program.

2) Proving that a program is fault-free is equivalent to the famous halting problem of computer science, which is known to be impossible.

Then What is the Best Solution?

The best solution is to work backward from fault types. Given a particular kind of fault, we can choose testing methods (functional and structural) that are likely to reveal faults of that type. If we couple this with knowledge of the most likely kinds of faults, we end up with a pragamatic approach to testing effectiveness. This is improved if we track the kinds of faults and their frequencies in the software we develop.

The complete article is available at

http://www.softwaretestinggenius.com/articaldetails.php?mode=details&qry=500&parent=150

__________________
http://www.softwaretestinggenius.com

A Storehouse of Complete Knowledge on Software Testing & QA under one Roof
yogindernath is offline Offline   Reply With Quote
The Following User Says Thank You to yogindernath For This Useful Post:
AjayKumar.Kataram (04-07-09)
Old 04-07-09, 01:38 PM   #2 (permalink)
Senior Member
 
Join Date: Aug 2006
Location: Hyderabad,India
Age: 31
Posts: 8,037
Thanks: 2,101
Thanked 453 Times in 314 Posts
Rep Power: 127 AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute
Re: Comparison among various Black Box Testing Techniques

Nice info...
AjayKumar.Kataram is offline Offline   Reply With Quote
Old 09-07-09, 04:27 PM   #3 (permalink)
Member
 
sharabh.sharma's Avatar
 
Join Date: Aug 2006
Location: New Delhi / Gurgaon
Posts: 40
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 4 sharabh.sharma is on a distinguished road
Re: Comparison among various Black Box Testing Techniques

Is This a sale forum....?
sharabh.sharma is offline Offline   Reply With Quote
Old 10-07-09, 01:27 PM   #4 (permalink)
Member
 
Join Date: Jul 2008
Age: 33
Posts: 57
Thanks: 0
Thanked 9 Times in 7 Posts
Rep Power: 3 hightech will become famous soon enough hightech will become famous soon enough
Re: Comparison among various Black Box Testing Techniques

Useful information, thanks for sharing.
hightech is offline Offline   Reply With Quote
Reply

Tags
black , blackbox testing , box , comparison , software testing , techniques , testing


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
What kinds of testing should be considered? moses.rozario Testing Tools & QA 9 08-01-10 05:31 PM
Beginners Guide to software testing cena Testing Tools & QA 25 22-10-09 02:49 PM
Types of Testing akhila Testing Tools & QA 3 03-02-09 03:51 PM
testing defintions AjayKumar.Kataram Testing Tools & QA 1 23-04-08 02:08 PM


All times are GMT +6.5. The time now is 07:13 PM.

More Interview Questions Here...

Content Relevant URLs by vBSEO 3.3.2