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   To Refer this Site to Your Friends   Click Here
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 test case? what it consists? what are the types of 
test cases?
 Question Submitted By :: Venkat
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what is test case? what it consists? what are the types of test cases?
Answer
# 1
Test Case is a document that describes the input or action 
or event and expected response to determine the feature of 
the application is working correctly. It contains Test case 
No: Action/Input and Expected and Actual Result and Status
(Pass/Fail).


 
Is This Answer Correct ?    0 Yes 0 No
Kanak. Chennai
 
  Re: what is test case? what it consists? what are the types of test cases?
Answer
# 2
Test case is a document specifying inputs, predicted 
results, and a set of execution conditions for a test 
item.We can name test cases as system test 
cases,integration test cases,Unit test cases (that include 
validations)
 
Is This Answer Correct ?    0 Yes 0 No
Sharavati
 
 
 
  Re: what is test case? what it consists? what are the types of test cases?
Answer
# 3
Sharavati, 
The Test cases naming which you have mentioned here is said 
the be levels of testing in testing life cycle of a 
software. Hence you cannot name/catogorize the test cases.
 
Is This Answer Correct ?    0 Yes 0 No
Aleem
 
  Re: what is test case? what it consists? what are the types of test cases?
Answer
# 4
Test case is a document.It contains inputs,outputs and 
outcome .There are three types of test cases
they are
1)Business logic based testcases
2)Input domain based testcases
3)user interface based testcases
 
Is This Answer Correct ?    0 Yes 0 No
Rambabu -hyd&baga
 
  Re: what is test case? what it consists? what are the types of test cases?
Answer
# 5
Test case is a document.It contains inputs,outputs and 
outcome .There are three types of test cases
they are
1)Business logic based testcases
2)Input domain based testcases
3)user interface based testcases
 
Is This Answer Correct ?    1 Yes 0 No
Rambabu -hyd&baga
 
  Re: what is test case? what it consists? what are the types of test cases?
Answer
# 6
For me test cases is a document which describes ,
What is we r going to test ,i.e (test area)
followed by test description ,then by the test steps , then 
the expected result ,actual result , status(pass/fail_)
 
Is This Answer Correct ?    0 Yes 0 No
Vivek.ranganathan
 
  Re: what is test case? what it consists? what are the types of test cases?
Answer
# 7
Test Case:
         Definition: To verify the possible values for the 
attribute.

It Cosists:
          positive and negative values for the attribute

Types:
        GUI test case
        Functional test case
        System level test case
 
Is This Answer Correct ?    0 Yes 0 No
Prabhu
 
  Re: what is test case? what it consists? what are the types of test cases?
Answer
# 8
Iam not clear in the definition of Test case.Pls help in it
For example :
In login screen we have 2 fields and login button.
which one I have to call a test case ?
whether the complete process of login or simply the 
individual conditions such as UID ..?
 
Is This Answer Correct ?    0 Yes 0 No
Vrfrens01
 
  Re: what is test case? what it consists? what are the types of test cases?
Answer
# 9
Test case is descrption f what is to be tested, what the 
data to be used ,what are the actions done to check the 
actual results against expected result
 
Is This Answer Correct ?    0 Yes 0 No
Suneel Reddy
 
  Re: what is test case? what it consists? what are the types of test cases?
Answer
# 10
hai 

 Test case is document,it contains the 
input ,action,output.It check  whether the application  is 
working according to customer requirements are not.
Types of test cases

+ve test cases 
_ ve test cases
functionality test cases
input domian test cases
 
Is This Answer Correct ?    0 Yes 0 No
Sujatha
 
  Re: what is test case? what it consists? what are the types of test cases?
Answer
# 11
Test Case: This is document which consistes user actions 
and expected results in written format .

Format:Test Case id,Release no,Test Objective,Expected 
Result,Test Data,Actual Result,Defect Id

Types of test cases :in every stage in testing activies we 
can prepare test case in that level.
Ex:-Unit test cases
    Integration test cases
    Smoke test cases
    Regression test cases
    System Test Cases
    Load test cases,GuI Test cases..............
 
Is This Answer Correct ?    1 Yes 0 No
Y.s.v.r.varma
 
  Re: what is test case? what it consists? what are the types of test cases?
Answer
# 12
it is a issue to test the the application that means it is 
a document which has high probability of finding errors 
when it is executed
 
Is This Answer Correct ?    0 Yes 0 No
Ashok
 
  Re: what is test case? what it consists? what are the types of test cases?
Answer
# 13
A test case is a document that describes an input, action, 
or event and an expected response, to determine if a 
feature of an application is working correctly. A test case 
should contain particulars such as test case identifier, 
test case name, objective, test conditions/setup, input 
data requirements, steps, and expected results.
 
Is This Answer Correct ?    0 Yes 0 No
Ruhi
 
  Re: what is test case? what it consists? what are the types of test cases?
Answer
# 14
Test case is prepared by based on the BRS, SRS, UCD 
documents. Based on these documents we are preparing the 
test cases.

A combination of test variables is called test case.
Each test case contains some information 

Purpose===reason for the test case.
Steps== a logical sequence of the steps the tester must 
follow the test case.
Expected results== expected result of the test case.
Actual results== what is actually happened when the test 
case was executed.

Test status== pass or fail 
Pass== when the actual result is matched with expected 
result.
Fail== it represents the failure of the test case in the 
future.
Blocked=== tester could not executed the test case because 
of bug.
Bugid== if the test case was failed that relative 
information of the bug.
 
Is This Answer Correct ?    1 Yes 0 No
Rajeshwar Rao
 
  Re: what is test case? what it consists? what are the types of test cases?
Answer
# 15
an input condition with an expected result to test the 
functionality of the appl.
it should be unique and precise
no duplicates
no invalids

we write the test cases for every functionality.
by giving the priority to them.
as p0,p1,p2. according to the phase of testing we execute 
all critical p0 , major p1, field level p2 test cases.

there are -ve and +ve test cases but we execute only +ve 
test cases.
 
Is This Answer Correct ?    0 Yes 0 No
Kumar
 
  Re: what is test case? what it consists? what are the types of test cases?
Answer
# 16
testcase:
  A set of test inputs , executions,and expected results 
developd for a perticuler objective
test cases are devided in to two types 
1.GUI test cases
2.functional test cases
funtional test cases are further devides into two types
    1.+ve testcases
    2.-ve testcases
 
Is This Answer Correct ?    0 Yes 0 No
Hima7
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
Suppose product is to be delivered on urgent basis.There is no time to test on all OS and Browseres.We have time to execute atlest in one combination of OS and browser.Which one do you prefer and why? Mind-Tree5
What is the difference between stress, volume and load testing?  6
hi frnds, i m Aman.. i was asked some ques. in an interview which r concerned with Web based Testing.. ques were like, URL Tempory in testing, other was smthin like Gateway in testing?? plz tell me answers of these questions as i dont hav knwledge abt web based testing.. thnx in advance.. Net-Solution2
you found a bug and send it to the developer for rectification but the developer not accepting that bug at that time what will u do?(plz its very urgent give me the best answer plz) Encora9
What are the four steps of automated testing?  1
what is version 1  11
what is a test case? Millennium10
1. What is SQL editor,DB check points and will we use it. 2. Where will we use these things (Automation/manual)  2
what are the testing methodologies? Span-Systems13
What is the difference between internal reviews and peer reviews?  1
Nowadays Product based testing is done is almost all companies. What does a "Product" actually means.  3
when testing will starts in a project? Ordain-Solutions9
What is the difference between bug,defect, error, failulre, fault & mistake? AZTEC4
Hi friends!! Can u tell me, what is meant by Database Testing? How it can be done? What is tested in it(like any Queries like Select and all are tested or not)? IBM2
Did u come across STUBS and DRIVERS?How did u use these in u r project ? Infrasoft7
ur trying 2 get hotmailpage,while u give www.hotmail.com.page "The page not found"is displayed, for what u will be look for next ?  1
what is mean by test environment?  5
what did your base to your test cases?  8
When we do white-box Testing? At wat stage it is done? I said it is done by Developers(but interviewer dint get satisfied? Answer me!!!!!!!!! IncRev5
what are the add-in to the mercurytools to test webbased dotnet applications.answer plz  1
 
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