What is bee-bugging testing and incremental testing?

Showing Answers 1 - 16 of 16 Answers

g_anitha3

  • Feb 24th, 2006
 

Bebugging:-Test Engineer relase the build with some known bugs is called Bebugging.

Incremental Testing:-Level by level testing is called Incremental Testing.

  Was this answer useful?  Yes

simran

  • Nov 13th, 2006
 

i came across such kind of bee-bugging testing in my project.  Actually i want to test whether the batch process status changes to 'Error' when there is any error in the server.  To test this scenario, development team deploy the build in which they explicitly threw the exception in such a way that it throws the error when the job is scheduled.  so when the build is deployed with the known bugs it is called bee-bugging testing.

  Was this answer useful?  Yes

ravikumar

  • Nov 14th, 2006
 

1.Bee bugging means developers assign known bugs to the build to confirm whether the build is completely tested or not. 

2.incremental testing best way to integrate test modules...it means test the application level by level from smaller modules to larger modules then integrates all modules to test entire functionality.

k

bye

ravi

  Was this answer useful?  Yes

Be-bugging refers to deliberately inserting defects in a build in order to determine the capacity of a test team to find them and to determine the likely percentage of bugs remaining in the build after testing is complete.  Be-bug testing is testing which occurs on a build after it has been be-bugged. 

Incremental testing refers to a testing process whereby individual modules are integrated in small refinements in order to reduce complexity.

  Was this answer useful?  Yes

HI
Bebugging testing is synonymous term for fault seeding in the testing environment.In this technique the tester intentionally introduce a fault in the code or an invalid input to the test case . The expected result will be a failure which will prove the success of the test technique.

In Incremental testing we break the large project into possible smaller parts and then we create the smaller module and along side integrate with the already prepared modules incrementally.

Thanks

  Was this answer useful?  Yes

Hi,

The process of intentionally adding known defects for the purpose of monitoring the detection rate and removal of those defects, and estimating the number of remaining defects is known as be-bugging. The other name for be-bugging is defect seeding.

Thanks

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions