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