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

Showing Answers 1 - 75 of 106 Answers

Kalpana Naidu

  • 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.

  Was this answer useful?  Yes

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.

sekhar

  • 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 ...

  Was this answer useful?  Yes

Raj

  • 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.  

  Was this answer useful?  Yes

eswar

  • 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.

  Was this answer useful?  Yes

krishnaa k r

  • 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.


  Was this answer useful?  Yes

madanmohan

  • 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.

  Was this answer useful?  Yes

Sadiq

  • 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.

  Was this answer useful?  Yes

pnaveenin

  • Nov 27th, 2005
 

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.

  Was this answer useful?  Yes

Prasad Meduri

  • Feb 14th, 2006
 

Refer to internet documents.

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

best of luck

  Was this answer useful?  Yes

RUPALI

  • Mar 19th, 2006
 

please give me deatil notes for manual testing

  Was this answer useful?  Yes

rajendra prasad

  • 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

  Was this answer useful?  Yes

Bijoy Meethal ValueLabs

  • 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.

  Was this answer useful?  Yes

Amitha

  • Oct 2nd, 2006
 

I need to know what exactly is automation testing

  Was this answer useful?  Yes

Sairam

  • Oct 13th, 2006
 

Hi

      Can you give me detailed information on this point

  Was this answer useful?  Yes

cbr_666

  • 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.

  Was this answer useful?  Yes

ramarao

  • 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

  Was this answer useful?  Yes

Raghavendra.V

  • 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.

  Was this answer useful?  Yes

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.

  Was this answer useful?  Yes

ramanapriya

  • 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

  Was this answer useful?  Yes

prashant rawat

  • 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

  Was this answer useful?  Yes

swapnilsahu

  • 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 has more build to test.

swapnil.sahu 10 @ yahoo.co.in

  Was this answer useful?  Yes

ravi

  • 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

  Was this answer useful?  Yes

Venkatraja. P

  • 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.

  Was this answer useful?  Yes

Pattabiraman.A.C

  • 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 functionalities based 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 execution of the application should be done 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

  Was this answer useful?  Yes

ranjithkumar.s

  • 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.

  Was this answer useful?  Yes

vvlansavor

  • Jul 23rd, 2007
 

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

  Was this answer useful?  Yes

simren

  • 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 dont concern about the code, means logic of code, how we write code etc, we consider only upon the functionality, we enter the values and 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

  Was this answer useful?  Yes

 

ü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

  Was this answer useful?  Yes

dimesh

  • 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.

  Was this answer useful?  Yes

vijaychandra

  • 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.

  Was this answer useful?  Yes

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.

  Was this answer useful?  Yes

whatifgame

  • Jan 23rd, 2008
 

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

  Was this answer useful?  Yes

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".

  Was this answer useful?  Yes

jyothinapa

  • Jun 22nd, 2008
 

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 .

  Was this answer useful?  Yes

abusaud

  • Jun 24th, 2008
 

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

  Was this answer useful?  Yes

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


 

  Was this answer useful?  Yes

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).

  Was this answer useful?  Yes

ramesh7584

  • Nov 18th, 2009
 

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

  Was this answer useful?  Yes

graleh

  • Feb 2nd, 2010
 

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.

  Was this answer useful?  Yes

ciprian1

  • Jun 2nd, 2010
 

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.

  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