ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Testing  >>  Manual Testing
 
 


 

 
 Automation Testing interview questions  Automation Testing Interview Questions
 Manual Testing interview questions  Manual Testing Interview Questions
 QA Concepts interview questions  QA Concepts Interview Questions
 Mobile Testing interview questions  Mobile Testing Interview Questions
 Test Cases interview questions  Test Cases Interview Questions
 Test Documents Reporting interview questions  Test Documents Reporting Interview Questions
 Testing AllOther interview questions  Testing AllOther Interview Questions
Question
Black Box testing attempts to find errors in which of the
follwing categories
1)Incorrect or missing functions
2) Interface errors
3)Performence errors?
 Question Submitted By :: MercuryTSL
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Black Box testing attempts to find errors in which of the follwing categories 1)Incorrect or missing functions 2) Interface errors 3)Performence errors?
Answer
# 1
Incorrect or missing functions.
 
Is This Answer Correct ?    2 Yes 0 No
Sri_patnala
 
  Re: Black Box testing attempts to find errors in which of the follwing categories 1)Incorrect or missing functions 2) Interface errors 3)Performence errors?
Answer
# 2
perforance errors
 
Is This Answer Correct ?    4 Yes 2 No
Ajay
 
 
 
  Re: Black Box testing attempts to find errors in which of the follwing categories 1)Incorrect or missing functions 2) Interface errors 3)Performence errors?
Answer
# 3
incorrect or missing fuction comes in white box
testing.....performance error we r getting in load testing
so my answer is interface error
 
Is This Answer Correct ?    3 Yes 3 No
Softwaretesting
[Infosys]
 
  Re: Black Box testing attempts to find errors in which of the follwing categories 1)Incorrect or missing functions 2) Interface errors 3)Performence errors?
Answer
# 4
while Black box testing we find Interface errors.
Incorrect or missing functions - white box testing
Perfomance errors - Performance testing
Interface errors - Black box testing
 
Is This Answer Correct ?    0 Yes 2 No
Uday
 
  Re: Black Box testing attempts to find errors in which of the follwing categories 1)Incorrect or missing functions 2) Interface errors 3)Performence errors?
Answer
# 5
All the three can be tested in black Box manner as we don't 
need the source code to identify the Missing /incorrect 
functionalities , Interface errors and the performance 
errors
 
Is This Answer Correct ?    1 Yes 0 No
Praveena
 
  Re: Black Box testing attempts to find errors in which of the follwing categories 1)Incorrect or missing functions 2) Interface errors 3)Performence errors?
Answer
# 6
I too agree with the third answer,
 
Is This Answer Correct ?    0 Yes 1 No
Guest
 
  Re: Black Box testing attempts to find errors in which of the follwing categories 1)Incorrect or missing functions 2) Interface errors 3)Performence errors?
Answer
# 7
blackbox Testing types:
1)usability testing
2)Functional Testing
3)performance testing
4)security testing

I think interface(Usability) and Performance errors come 
under that and not Incorrect or missing function(whitebox 
testing).
 
Is This Answer Correct ?    0 Yes 0 No
Niranjan123
[Accen]
 
  Re: Black Box testing attempts to find errors in which of the follwing categories 1)Incorrect or missing functions 2) Interface errors 3)Performence errors?
Answer
# 8
I too agree with 3 and 4 answers.Here I am giving you some 
information on functioanl testing,may be you people aware 
of this.

The main intention behind functional testing is to find, is 
there any mismatch between your application behavior with 
respect to customer requirements and also we can figure out 
any functionality is missiing during this testing.So 
that,here we can satisfy the first option i.e  Incorrect or 
missing functions.

We can also find the User interface errors,which we can 
find out by seeying the interface and this would be also 
possible in functional testing.

we can find the Performence errors during performance 
testing only,which is one type of techniques in Blockbox 
Testing.
 
Is This Answer Correct ?    0 Yes 0 No
Rao
 
  Re: Black Box testing attempts to find errors in which of the follwing categories 1)Incorrect or missing functions 2) Interface errors 3)Performence errors?
Answer
# 9
All the 3 categories
 
Is This Answer Correct ?    0 Yes 0 No
Vijay
 
  Re: Black Box testing attempts to find errors in which of the follwing categories 1)Incorrect or missing functions 2) Interface errors 3)Performence errors?
Answer
# 10
I ahev different thought on this question,
i beleive it will find Incorrect or missing functions and 
Interface errors.

Incorrect or missing functions can be found by black box in 
a way that suppose an add function is missing, when user 
will click on add button it will display an exception on 
server or may be in the GUI, by looking at the logs we can 
see that whether the functiona is missing or not

Please correct me if i am wrong
 
Is This Answer Correct ?    0 Yes 0 No
Pankaj Bishnoi
 
  Re: Black Box testing attempts to find errors in which of the follwing categories 1)Incorrect or missing functions 2) Interface errors 3)Performence errors?
Answer
# 11
Black Box Testing means testing the targeted software from 
the point of view of its functionality without having the 
knowledge of its source code.So Incorrect or missing 
functions and Interface errors options are right.In 
Incorrect or missing functions we only check the 
functionality and in Interface checking we also check the 
same thing.
Example of Incorrect or missing functions is Checking the 
Hyperlink.
Example of Interface Errors is Checking the functionality 
of printer means printout of required document is coming 
properly or not.
 
Is This Answer Correct ?    0 Yes 0 No
Amit Kumar Tyagi
 
  Re: Black Box testing attempts to find errors in which of the follwing categories 1)Incorrect or missing functions 2) Interface errors 3)Performence errors?
Answer
# 12
All the three
 
Is This Answer Correct ?    0 Yes 0 No
Palani Murugan
 
  Re: Black Box testing attempts to find errors in which of the follwing categories 1)Incorrect or missing functions 2) Interface errors 3)Performence errors?
Answer
# 13
Black Box Testing Attempts to find the errors in the
categories like,

. Incorrect Or Missing Functions
. Interface Errors
. Errors in Database or external data Access
. Performance errors
. Initialization and termination
 
Is This Answer Correct ?    0 Yes 0 No
M & M
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
What are the differences in testing a client-Server and a web Application HCL4
Hi,please help me out with my ques:how many testings will a tester does?  1
Suppose you testing Calculator application and you got problems like 1/1=2, 2/2=1, 3/3=6, 4/4=1, 5/5=10. Now how will you describe the bug title as well as give the bug description. Manhattan11
What is the difference b/w Smoke and Sanity Testing? I heard that Sanity testing will be done by developers. Is that so? Accenture11
Hi Friends, I had doubt, that If we want to know how far the testing is completed on portal , we will go far Tracebility Matrix. My Question is matrix is prepared? What should be taken as rows and what should be taken as columns to prepare the Tracebility Matrix. Pls Help Me.  1
Write test cases on Travel bag? Mastek3
urgent --pls help me out friends i have given my current project as inventory , where it iuncludes the modules purchse order, receiving list, items receipt, sales order ..if anybody involved in the similar project pls send me the test case u wrote and bug u found ... my email id -ranjieni@gmail.com  1
What is bug life cycle?  2
What skills needed to be a good test maual?  1
What is CheckList? BlueShift4
when u r going to faced difficulty in ur organization? Accenture1
swap 2 variables without using 3 rd variable??? Philips7
What if there isn't enough time for thorough testing?  6
How can a tester ensure that his\her test cases covers all the functionalities of a particular application? Accenture5
What is the difference between alpha and beta testing  5
what is difference between metric and report? Covansys4
What is exact meaning of Standalone application?  1
What type testings will be conducted at system testing?Who will conduct each test. IBM11
what is the difference sanith testing and smoke testing? IBM7
what is the Testing Process in your organization HCL1
 
For more Manual Testing Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com