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
What is error guessing?
 Question Submitted By :: Uday Kumar. A
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is error guessing?
Answer
# 1
Error guessing involves asking "what if". For example, the 
statement might be made "the user must input a valid zip 
code". What if the user enters no zip code? What if the zip 
doesn't match the state? What if the zip code doesn't 
exist? Etc...
 
Is This Answer Correct ?    10 Yes 4 No
Uday Kumar. A
 
  Re: What is error guessing?
Answer
# 2
random condition data used for testing
 
Is This Answer Correct ?    3 Yes 8 No
Pravishanthu
[Hoch Technoligies]
 
 
 
  Re: What is error guessing?
Answer
# 3
Error Guessing comes with experience with the technology 
and the project. Error Guessing is the art of guessing 
where errors can be hidden. There are no specific tools
and techniques for this, but you can write test cases 
depending on the situation: Either when reading the 
functional documents or when you are testing and find an 
error that you have not documented.
 
Is This Answer Correct ?    15 Yes 1 No
Satish
 
  Re: What is error guessing?
Answer
# 4
Error guessing is a test case technique to check the 
application with invalid data,whether it is accepting the 
data or not
Murali
dharanmu@yahoo.com
 
Is This Answer Correct ?    4 Yes 6 No
Murali
 
  Re: What is error guessing?
Answer
# 5
Error guessing is a test case technique .if we r putting an 
invalid data to check the application.that our data 
accepting or not
 
Is This Answer Correct ?    3 Yes 4 No
Suraj
 
  Re: What is error guessing?
Answer
# 6
Generating test cases against to the specification.
 
Is This Answer Correct ?    0 Yes 11 No
Yatin Chopra
 
  Re: What is error guessing?
Answer
# 7
It is a black box testing technique. An experienced person 
can guess the error. Sometimes there can be some hidden 
errors.Without experience we can't find out it. If the 
tester is an experienced guy, when the situation saw, he 
can assume there is a chance to see some hidden 
errors.Without experience, no one can assume like this.

If it is wrong please correct me.
 
Is This Answer Correct ?    9 Yes 2 No
Jooli
 
  Re: What is error guessing?
Answer
# 8
error guessing is a technique to guess differnt errors(yet 
to discover) by navigating the application  assuming from 
previous experience of simillar type of application.
 
Is This Answer Correct ?    8 Yes 0 No
Manoj
 
  Re: What is error guessing?
Answer
# 9
it comes out of experience. it's just viewing the software 
with specifications and finding out the bug.
 
Is This Answer Correct ?    2 Yes 1 No
Prasanna
 
  Re: What is error guessing?
Answer
# 10
Error Guessing comes with experience with the technology 
and the project. Error Guessing is the art of guessing 
where errors can be hidden. There are no specific tools
and techniques for this, but you can write test cases 
depending on the situation: Either when reading the 
functional documents or when you are testing and find an 
error that you have not documented
 
Is This Answer Correct ?    4 Yes 0 No
Karthik Sekar
 
  Re: What is error guessing?
Answer
# 11
Error Guessing is a test case design technique where the 
tester has to guess what faults might occur and to design 
the tests to represent them.
 
Is This Answer Correct ?    2 Yes 0 No
Sagarika Mishra
 
  Re: What is error guessing?
Answer
# 12
A test design technique where the experience of the tester
is used to
anticipate what defects might be present in the component or
system under test as a result
of errors made, and to design tests specifically to expose them.
 
Is This Answer Correct ?    2 Yes 0 No
Mena
 
  Re: What is error guessing?
Answer
# 13
Based on my Experience i know the errors
 
Is This Answer Correct ?    2 Yes 2 No
Revathi
 
  Re: What is error guessing?
Answer
# 14
Error Guessing is a software testing design technique based 
on the ability of the tester to draw on his past 
experience, knowledge and intuition to predict where bugs 
will be found in the software under test.
 
Is This Answer Correct ?    4 Yes 1 No
Karthikeyan
 
  Re: What is error guessing?
Answer
# 15
Error Guessing mainly depends on the experience of the 
tester. It helps the tester to identify the error in prior, 
to identify the test cases on the basis of guessed errors 
in particular piece of software code.
The purpose of error guessing is to focus the testing 
activity on areas that have not been handled by the other 
more formal techniques, such as equivalence partitioning 
and boundary value analysis.  Error guessing is the process 
of making an educated guess as to other types of areas to 
be tested.  For example, educated guesses can be based on 
items such as metrics from past testing experiences, or the 
tester's identification of situations in the Functional 
Design Specification or Detailed Design Specification, that 
are not addressed clearly
 
Is This Answer Correct ?    3 Yes 0 No
Sharmila Juvekar
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
give me an example of high severity and low priority.And low severity and high priority Vertex6
I would like to know about the steps to follow for testing a .NET web application. Please provide detailed steps with more general scenarios.  2
Is testing just sampling???  1
From what phase of project, testing will starts, what tester will do at starting stage? TCS8
What is the first test in software testing process a)Monkey testing b)Unit Testing c)Static analysis d)None of the above Belly19
please tell me the test cases for the following scenario 1. Two windows are there in one window pin code text box and ok button will be there.... we need to enter the pin code no and then click on ok........ basing on this in second window post offices address should come...........what are the imp test cases for that..... IBM6
What is Check list for review test cases ?  1
what is system testing and system integration testing? explian briefly?  4
Difference between Severity & Priority?  10
which test is used for memory leakage? HCL6
what is debugging and whitebox testing and what is the diff? Siemens7
What are stage in a Bug Life Cycle?  9
1. Which of the following techniques is NOT a black box technique? a) State transition testing b) LCSAJ c) Syntax testing d) Boundary value analysis  2
if the bug is reproducible then what is the status that u have given to the developer QA5
what are the conditions of test cases?  4
hi frinds ,,what is the difference between QA & QC , i need only real time definations ,pls pls Synergy4
Please give an example of Black Box Testing?  1
Wht is SQL injection?  1
explain v-model IBM4
what is meant by cyclomatic complexity??? Philips3
 
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