If testing is done using white box testing,then what is the
need of using Black box testing again? I mean when unit
testing and Integration testing is done at Coding level,
what is the need of testing again at testing level?
Answer Posted / prashant sharma
Black Box testing will be required to see that the
application meets the requirement of the client and
finding a failure if it exists.This is solely the work of
tester as against white box testing which is done by
developer.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
I am testing a GIS based application so Can anyone tell me which automation testing tool is best for this application?
WHAT'S THE TESTER'S ROLE DURING MIGRATION OF CODE FROM TESTING TO PRODUCTION ENVIRONMENT
Hi I need the following information about JMeter 1) How many(max) threads(users) can hit the website using Jmeter? 2) How long(in hours) can we run Jmeter for stress test? (Is there any “Memory full” issue if we run for long time?) 3)What typeof sampler to use for clicking on the link?
What are the types of framework used in software automation testing ?
What are the important modules of an automation testing framework?
Explain me how do you send enter/tab keys in webdriver?
When will you automate a test?
Do you know what is the purpose of creating a reference variable- 'driver' of type webdriver instead of directly creating a firefoxdriver object or any other driver's reference in the statement webdriver driver = new firefoxdriver();?
What are the advantages of the automation framework?
How do you choose which automation tool is best for your specific scenario?
Explain me which web driver implementation is the fastest?
What do you think holds testers back to do automation? Is there a way to overcome it?
1.Which functinalities of QTP using in onlinebanking system? 2.in lift which kind of testing you perform? 3.how do you test money is transform from one account to another account in online banking?
Give some examples for functional & regression test tools?
Currently I do not have any automation in place in my project, but now I want to implement automation, what would be my steps?