1) what is the white box testing and block box testing?2)define the load runner?3)define the QTP and silk testing?

Questions by dhanat

Showing Answers 1 - 37 of 37 Answers

Kalpana Naidu

  • Oct 4th, 2005
 

White box testing : To do white box testing knowledge of internal logic code is required. Mostly done by developers.

Black box testing: To do black box testing , we should know the functionality of application,logic code is not required. This testing is done by testers.

Load Runner: This is web testing tool,used to test Performance, load,  stress.

QTP : QTP is mercury tool , used to test functional and regression testing.It supports .NET applications also.

Silk Test: It is segue tool, it is also used for functional and regression testing. Mostly supports java applications.

  Was this answer useful?  Yes

unit24

  • Oct 18th, 2005
 

in white box testing we excercise the internal logic of the software, basically programmer do white box testing and in black box testing there is no need to know the internal logic of the system that we are testing and coding experience also

  Was this answer useful?  Yes

sharath

  • Jan 13th, 2006
 

white box: Testing the application with the knowledge of underline code of the application. it is done by developers. but in some organizations it is done by testers. Eg: Unit testing.

Block box: testing the application without knowledge of underline code of the application. it is done by the testers. 

  Was this answer useful?  Yes

anu

  • Oct 5th, 2006
 

WHITE BOX testing done by the developers to test the programming code,and it is also called unit testing.

BLOCK TESTING done by the testers to test the functionality of the application,it is also called system testing.

  Was this answer useful?  Yes

sravan

  • Nov 30th, 2006
 

What is mannual Testing and Automation testing

  Was this answer useful?  Yes

sreedevi

  • May 14th, 2007
 

White Box Testing: Also called as Structural testing done by Developers. For this testing Programming knowledge is necessary.

Block Box Testing: Also called as Functional testing done by Testers. For this testing Programming knowledge is not necessary.

Load Runner: Is used to do the Load,Stress,Performance of the application. It is also called as Performance tool.

QTP: Is a Functionality/regression testing tool. Is Used to test the Functionality of Application. Here Script Language is VB script.

Silk Test: Is a Functionality/regression testing tool. Is Used to test the Functionality of Application. Here Script Language is 4testscript.

  Was this answer useful?  Yes

Amal

  • Jun 9th, 2007
 

testing based on an analysis on the internal structure of the component of the system is called white box testing.
testing either functional or non functional, without reference to the internal structure of the component or system is called black box testing

  Was this answer useful?  Yes

jyothsna.e

  • Jun 19th, 2007
 

White box testing is done by developers and this requires internal logic codes. where as black box testing is done by test engineers here we dont want to know the programing knowledge. Only we have to know about the functionality.

  Was this answer useful?  Yes

vijay kumar

  • Jul 10th, 2007
 

White Box Testing: Also called as Structural testing done by Developers. For this testing Programming knowledge is necessary.

Block Box Testing: Also called as Functional testing done by Testers. For this testing Programming knowledge is not necessary.

Load Runner: Is used to do the Load,Stress,Performance of the application. It is also called as Performance tool.

QTP: Is a Functionality/regression testing tool. Is Used to test the Functionality of Application. Here Script Language is VB script.

Silk Test: Is a Functionality/regression testing tool. Is Used to test the Functionality of Application. Here Script Language is 4testscript.

sangs

  • Sep 15th, 2007
 

1. White Box Testing: Testing the internal logic of written code that  how the logic is structured in coding and also checking whether the code is build with unnecessary conditions/loops/coding. White box testing is conducted by a person who is having a good knowledge in the  particular written code in that application.

2.Black box Testing: Testing only the functionality of the application. Black box testing is conducted by the person who is having a good knowledge in the application functionality. To test the black box Testing, there is no need to check the internal logic what ever it may be.

  Was this answer useful?  Yes

kantharaju

  • Oct 23rd, 2007
 

Very Good Concept to know the basics of Testing tools like white box, black box, load runner, and so on.

I want to know more on white box testing. Could any one of you help me please

  Was this answer useful?  Yes

CharuRaj

  • Apr 5th, 2009
 

1) White Box Testing also called as Structural Testing and Glass Box Testing is a Testing that makes into account of the internal mechanism of the component or system.
Black Box Testing also called as Functional Testing is a Testing that ignores the internal mechanism of a system or a component and solely focuses on the output generated in response to the selected inputs and execution conditions.

2) Load Runner is a Performance Tool also called as Load Testing. Load testing is to test that if the application works fine with the loads that result from large number of simultaneous users, transactions and to determine weather it can handle peak usage periods.

3) QTP also called as Quick Test Professional. Quick Test is a graphical interface record-playback automation tool. It is able to work with any web, java or windows client application. Quick Test enables you to test standard web objects and ActiveX controls

1. Whitebox Testing: Based on internal logic of the code we will do whitebox testing. Here we validate the code and also test the conditional statements, loops, branches and paths.

2. Blockbox Testing: With out knowing the internal logic of the code we will do Black box testing. Here we validate the functionality of the application.


3. Loadrunner: It is a web based performance Testing tool. We find the Performance bottlenecks of the application. It is developed by HP.


4. QTP: It is a Functionality and regression Testing tool. It is developed by HP.


5. Silk: It is a Functionality and regression Testing tool for Java based applications. It is developed by Seague.

sjrani

  • Apr 20th, 2010
 

White box testing is unit testing which we dont get involved with tester. It is done by developer. Black box testing is the manual testing done by tester.

Load Runner is Performance testing tool used to test the load for the application.

QTP (Quick Test Pro) is functional regression testing tool

  Was this answer useful?  Yes

ciprian1

  • Jun 2nd, 2010
 

White box testing are test that are done by the programmer to test the internal logic of the software.
Black box testing are test done by the tester, it test what the software must do without knowing the internal mechanism.
Load runner is for load testing the software.

  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