GeekInterview.com
Series: Subject:
Question: 707 of 707

Hi,
Can u please give me deatil notes for manual testing and Black Box testing (from the basics.)

Regards,
Jyothi.



Asked by: Interview Candidate | Asked on: Sep 14th, 2005
Showing Answers 1 - 46 of 46 Answers
Kalpana Naidu

Answered On : Oct 4th, 2005

Hi,

Black box testing  is not thing but, where the knowledge of internal code is not required. Functional and regression testing are black box testing.Black box testing can be done by manual or using automation tool. In Manual we do functional and regression testing  by entering the data manually. where as in automation we record the script.

  
Login to rate this answer.
vijayasekar33

Answered On : Oct 7th, 2005

View all answers by vijayasekar33

Vijayalakshmi wrote:

Testing is a process of verifying where a product meets the customers requirement. The product is build by the developers and the testers used to find bugs in the products to improve the quality of the product. To find these bugs they first determine what are the tests to be done on the product.These tests are written as test cases.After the test case is prepared the testers used to run these test cases on the developed application manually. This is called manual testing.

Instead of running these testcases manually if they use some automation tool to execute the test cases then it is called automation testing.

In both the above case the tester acts as a end user . They get the exe of the application and executes the test cases on it .This type of testing the application ,without the knowledge of the coding part is called as Black box testing.

Testing anapplication by seeing the internal codings is called white box testing.

Yes  2 Users have rated as useful.
  
Login to rate this answer.
sekhar

Answered On : Oct 11th, 2005

its overall funcationality testing !

simple example :-

login window for this u need to perform backbox testing ! all u need to do is enter user name and password press enter then cancle ...

  
Login to rate this answer.

 testing the  the application with the help of tool is called automation testing

 testing an application with out help of any tool is called manual testing

 Black box testing means testing  based on functionality aand requirments of customer..

  
Login to rate this answer.
Raj

Answered On : Oct 15th, 2005

Hi,

White -box testing might include access to the source code behind the application and the tester can debugg and actually spot the in some unit of code or point to a particular batch of code which is not right and mostly white box involves mostly system testing whereas incase of blackbox testing the tester doesnt have access to the source code and blackbox testing mostly includes User acceptance testing, Functinality testing, Interface Testins, volume testing and others.  

  
Login to rate this answer.
eswar

Answered On : Oct 16th, 2005

Hello! Black box testing is a part of the manual testing. manual testing means without using any third party(tool) you only don that tests.Black box testing means the combinations of Usability testing,Functional testing, Performance testing and security testing tese combinations are called  Black box testing.

  
Login to rate this answer.
krishnaa k r

Answered On : Oct 20th, 2005

Kalpana Naidu Wrote:

Hi,

Black box testing  is not thing but, where the knowledge of internal code is not required. Functional and regression testing are black box testing.Black box testing can be done by manual or using automation tool. In Manual we do functional and regression testing  by entering the data manually. where as in automation we record the script.


  
Login to rate this answer.
madanmohan

Answered On : Oct 26th, 2005

hi jyothi as far as my knowledge black box testing is a system level testing technique.for this testing no need of knowin intenral coding of the program.blackb box testing can be done by manually or automatically.basically every black box tester is amanual tester.if the project is very complex to test manually then we will go for automation.

  
Login to rate this answer.
Sadiq

Answered On : Nov 11th, 2005

Dear Jyothi,

Black box testing nothing but the functionality of the application would be tested against to the customer provided requirement documents while providing the input. For this the tester no need to check the internal structure coding/statements.

  
Login to rate this answer.
pnaveenin

Answered On : Nov 27th, 2005

View all answers by pnaveenin

hi basically testing is divided into two methods i.e the black box and te white box.in this black box comes the stage of manual or automation .manual testing is testing an application without any automation tools.just take the product and input some values and check whether expected values are achieved or not.

  
Login to rate this answer.
Prasad Meduri

Answered On : Feb 14th, 2006

Refer to internet documents.

in specific if you have any query kindly post it here.

best of luck

  
Login to rate this answer.
RUPALI

Answered On : Mar 19th, 2006

please give me deatil notes for manual testing

  
Login to rate this answer.
rajendra prasad

Answered On : Apr 8th, 2006

hi, i have taken up the course for testing ,where i learning maual testing could u please guide me about the manual testing in the it industry ,becuse it is the main thing should be known by us so i request u to get the manual testing detail and important roles in the it industry as well as notes about itregards rajendra

  
Login to rate this answer.
Bijoy Meethal ValueLabs

Answered On : Sep 24th, 2006

Testing is consider to be distructive process, rather than development which is a constructive process.

Around 50% testing done in the world are purely Manual-BlackBox testing.

BlackBox as it says, is a testing which include testing of functionality and not on internal codes or loop.

the main aresa are GUI checks, functionality and Validation and little bit of Database testing.

  
Login to rate this answer.
Amitha

Answered On : Oct 2nd, 2006

I need to know what exactly is automation testing

  
Login to rate this answer.
Sairam

Answered On : Oct 13th, 2006

Hi

      Can you give me detailed information on this point

  
Login to rate this answer.
cbr_666

Answered On : Apr 11th, 2007

testing the software without knowledge on internal logic of the programe in called blackbox testing. in manual testing we do testing manually we performe like systemtesting in this functional and non functional teating,useracceptance test.

  
Login to rate this answer.
testkamal

Answered On : Apr 13th, 2007

View all answers by testkamal

black box testing=functional testing
white box testing=structural testing

  
Login to rate this answer.
ramarao

Answered On : Apr 17th, 2007

     To test the software application/product which is developed in our company by the special software(used for testing) is called the Automation testing

  
Login to rate this answer.
Raghavendra.V

Answered On : Apr 27th, 2007

Manual Testing is Testing the application manually whether the application is built as per client specification, it contains both the methods Verification and Validation which assure the quality product is built at the end.

  
Login to rate this answer.
suvarna.anupam

Answered On : Apr 27th, 2007

View all answers by suvarna.anupam

hi,
 
   Black box testing is a system level tesing. Testers are using this testing technique 
   to validate external functionality.

   Manual testing is executing tst cases without using any third party tool.

  
Login to rate this answer.
ramanapriya

Answered On : Apr 30th, 2007

black box is testing is the process which does not know the internal details of the product .it just takes inputs and verifies the output with knowledge of the internal code, database design or structure of the product

  
Login to rate this answer.
prashant rawat

Answered On : Apr 30th, 2007

Black Box Testing is also known as functional testing. It is a software testing technique whereby the internal workings of the item being tested are not known by the tester. For example, in a black box test on software design the tester only knows the inputs and what the expected outcomes should be and not how the program arrives at those outputs. The tester does not ever examine the programming logic and does not need any further knowledge of the program other than its specifications.

Test cases are prepared accordance to the specification laid and they are executed manually in the developed software. This is called manual testing when this is done using automation tools then it comes under automation

  
Login to rate this answer.
swapnilsahu

Answered On : May 3rd, 2007

Hi Amitha,

Automation testing is a process to test the application with the help of testing tools like Winrunner, QTP, Silk test, Load runner etc. you can write the scripts to test the application's functionality. These scripts can be written by recording or by programming Generally automation testing is applied for application which is too large and hasmore build to test.

swapnil.sahu 10 @ yahoo.co.in

  
Login to rate this answer.
ravi

Answered On : May 9th, 2007

Manual testing is performed by the tester who carries out all the actions on the tested application manually, step by step and indicates whether a particular step was accomplished successfully or whether it failed. Manual testing is always a part of any testing effort. It is especially useful in the initial phase of software development, when the software and its user interface are not stable enough, and beginning the automation does not make sense.

TestComplete gives you an opportunity to create and manage manual tests when testing your application. After adding a Manual Testing project item to your TestComplete project, you can create a collection of steps to be performed when the application is being tested, with a description and detailed instructions for each step.

A method of block box testing in multi-tier application environments. A multi-tier application is divided into a plurality of tier-specific modules. Each of the plurality of tier-specific modules is tested as a black box. Output from testing a tier-specific module can be stored in a computer usable media. Output from a first tier-specific module of the plurality of tier-specific modules can be used as input to a subsequent tier-specific module. Absent actual output, simulated input can used to test tier-specific modules

  
Login to rate this answer.
Venkatraja. P

Answered On : Jun 21st, 2007

Hi Jyothi,


                   Manual Testing: The Testing is performed manually without any support of Automation Tools. The following are the steps to be followed for Manual Testing Process in a Real-Time Scenario.

1. Go through the SFD (System Functionalle Document) or SRS (System Requirements Specifications Document). This helps to understand the business requirements of the respective application.

2. Writing the Test Cases after getting a clear picture of the business requirements in MS-Excel or any other Tool like Test Director.

3. Execute the Test Cases.

4. Maintain the Test Results.

5. Reporting the Bugs/Defects to the Developers, found while Testing the Application.

6. Testing the Fixed Defects/Bugs.

7. Perfom Regression Testing/Re-Testing to ensure that the Application Functions properly according to requirements. (Regression Testing will be performed until the Application works according to the Business Requirements).

 8. Test Cases which are written should include Fuctional Test Cases, System Test Cases, User Interface Test Cases.

Black-box Testing: Black-box Testing is nothing but Functional Testing. Black-box Testing Involves Testing of the Integration Testing, System Testing (Performance Testing, Load Testing, Stress Testing, Security Testing and Volume Testing), User Acceptance Testing also called as Alpha Testing.

  
Login to rate this answer.
Srinivasac

Answered On : Jun 26th, 2007

View all answers by Srinivasac

Refer to the pdf Document '' The Art of Software Testing: by John Wiley

  
Login to rate this answer.
Pattabiraman.A.C

Answered On : Jun 28th, 2007

manual testing means ""testing the application with out the help of automation tools. Here test script and/or testcases are prepared manually and then the application is tested to explore functionalitiesbased on the SRS document. here both blackbox and white box testing can be done.

Black box testing : This is based on external behaviour of the application. here no need of coding knowledge is required. It can be done using automation tools also. we can use automation tools to test the application where as in manual it is not possible.

Manual testing : Automation tool cannot be used.we can do Both black box and white box testing.Test scripts and test cases are prepared manually and executionofthe applicationshould bedone manually.we can check functionality as well aas function of the application . we can do regression testing.


Black box testing : No need of coding knowledge required.test cases and test scripts are generated by manual as well as using automation tools.Execution of application can be done both manually as well as by using automation tools.
This is based on overall requirement specification and covers all combined parts of the system.here also we can do regression testing

  
Login to rate this answer.
ranjithkumar.s

Answered On : Jul 11th, 2007

According to me
Black box tesing is nothing but one will test the only functional part of an application,
It can be done in mannual or using automated tools eg: QTP, Winrunner.
eg of black box tesing are module level tesing, system leve tesing and user acceptence tesing.

  
Login to rate this answer.
vvlansavor

Answered On : Jul 23rd, 2007

View all answers by vvlansavor

Manual testing is where inputs are given to the application manually and the test cases executd to get the output (Desired) and find bugs in the application.

Black Box Testing attempts to derive (design) sets of inputs that will fully exercise all the functional requirements of a system. Tne Tester need not have the knowledge abt the internal structure of the application

  
Login to rate this answer.
simren

Answered On : Sep 24th, 2007

Mannual testing is a type of testing where tools are not used like automation testing. (Tools used in automation testing like Winrunner, Load Runner, QTP etc.) now come to the black box testing.


BLACK BOX TESTING=Black box testing is a type of testing, where the code is not transpant to the tester or user. In black box testing basically we test the functional of the software according to the requirement. In this testing we dontconcern about the code, means logic of code, how we write code etc, we consider only upon the functionality, we enter the valuesand according to the requirement we expect some value. For ex.

When you enter values in login window, there are two field one is USERNAME and another is PASSWORD. Suposse in requirement the value for USERNAME is only 20 character is accept, and if you enter numeric character for this field and after that press OK button and if your value is accepted then it means (error is occure) same for PASSWORD.


Thanks

Simren

  
Login to rate this answer.

 

üFunctional or Black Box Testing.
ü Structural or White Box Testing.
Functional testing ensures that the requirements are properly satisfied by the application system. The functions are those tasks that the system is designed to accomplish.
 
Structural testing ensures sufficient testing of the implementation of a function

  
Login to rate this answer.
dimesh

Answered On : Oct 14th, 2007

Black box testing is funcational testing. A tester has no need of programming knowlege, only a tester test the funcationality of the application.

  
Login to rate this answer.
vijaychandra

Answered On : Oct 16th, 2007

Manual testing is that based on functional specifications and writing testcase for specified build. Coming to blackbox testing the actual test beings from completion of requirment and analyisis. for black box we need not to know programing knowledge.

  
Login to rate this answer.

hello jyoti,
          a test engineer will perform testing with out having the  knowledge of the internol code ,only on the functional part of the applicatioin this is generally called as BLACK BOX TESTING, and one m,ore thing here no scope to interUct with the internol code of ther application so we also called it as CLOSED BOX TESTING.

  
Login to rate this answer.
raghavender_gu

Answered On : Jan 14th, 2008

View all answers by raghavender_gu

it is nothing but functonality and also the tester have to verify the customer requirements have been met or not is called bbt

  
Login to rate this answer.
whatifgame

Answered On : Jan 23rd, 2008

View all answers by whatifgame

Hi Jyoti,
Its true in Black-Box testing u need not to have knowledge about the code. Only thing we need to understand the funtional flow.Our concern is how the behaviour is happening not how code is execting it. So without having knowledge about the code we do the blackbox testing(check out verry simple example on password is given by simran).
There is one disadvantage of the not knowing anything about that when a developer fix a defect they try to make the other defect as duoplicate...so enjoy the game of defects count betwen dev and test team :)

Thanks & Regards
Whatifgame

  
Login to rate this answer.

Black Box Testing is not a type of testing; it instead is a testing strategy, which does not need any knowledge of internal design or code etc. As the name "black box" suggests, no knowledge of internal logic or code structure is required. The types of testing under this strategy are totally based/focused on the testing for requirements and functionality of the work product/software application. Black box testing is sometimes also called as "Opaque Testing", "Functional/Behavioral Testing" and "Closed Box Testing".

  
Login to rate this answer.
princy

Answered On : Apr 20th, 2008

View all answers by princy

Hi,
Could someone tell where to learn manual testing from? From the basics.

Thanks

  
Login to rate this answer.
jyothinapa

Answered On : Jun 22nd, 2008

View all answers by jyothinapa

manual testing means testing the application manually with out using automation tools.
black box testing we can perform through manual testing or by using automation tools.black box testing does not need any internal code of the application .

  
Login to rate this answer.
abusaud

Answered On : Jun 24th, 2008

View all answers by abusaud

Manual Testing is an process of testing the application by ERROR GUESSING concept.......its upto tester knowledge and exp.........

 

Black Box Testing is an process of planning and designing the test document with the knowledge of input's,output's...process is done by testing team or tester......

 

With Reg 

 ABU SAUD

 9940223221

  
Login to rate this answer.
m.ravi1kumar

Answered On : Jul 31st, 2008

View all answers by m.ravi1kumar

Manual testing :  Testing conducting a project with out using automation tools that is called  Manual  testing.

Black Box testing: We can perform testing application we must focus on fuctional requirements part that time is called balck box testing.
It also called as fuctional testing


 

  
Login to rate this answer.
kuthadidivya

Answered On : Oct 8th, 2009

View all answers by kuthadidivya

Manual testing is one where we perform the testing without use of any automation tool.
We have 2 types of testing white box and black box testing
Black box testing is one where testers will perform this testing without the knowledge of structural part (e.g. How the application is developed). They use only the knowledge of functional part (e.g to check whether the application is working as expected).

  
Login to rate this answer.
ramesh7584

Answered On : Nov 18th, 2009

View all answers by ramesh7584

Manual Testing: Testing a application or system with the reference of requirement by preparing test cases or performing ad-hoc testing by a person is called manual testing


Also I can explain you the above concept in the bellow fashion.
Manual testing is nothing but testing the application or system without using any tools.

When you use any tool to automate some of test cases of any modules when the system is stable and run them when ever required a regression testing on them called automation testing

The above type of testings are end-user testing where you won't see internal code behavior. you can test only the results of the action you are performing

White Box Testing: It is purely code based, like checking the code behavior by running each and every function, procedure, class etc.. this part is called Unit testing. Unit testing is one of the testing methodology of white box testing

  
Login to rate this answer.
graleh

Answered On : Feb 2nd, 2010

View all answers by graleh

This is a big area with a lot of methods and esp. if you want if from the basics.. The best thing is to attend a course or read a book about it. I recommend "Foundations of Software Testing" by Dorothy Graham.

  
Login to rate this answer.
ciprian1

Answered On : Jun 2nd, 2010

View all answers by ciprian1

Testing is the verification of the customer requirments and black box testing are test that only knows the input and the output of the test, but not knowing the internal mechanism of the test.

  
Login to rate this answer.

Give your answer:

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

Related Open Questions

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.