Would u provide the exact differences of test case and test
conditon 2)test case and use case 3)test suite and test
scenara
Answers were Sorted based on User's Feedback
TEST CASE:
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.
For every test case, we can identify +ve and -ve points.
Based on the criteria, we will write the test cases, if it is crucial process or screen.
We should check the screen, in all the boundary conditions.
USE CASE:
A simple flow between the end user and the system.
It contains pre conditions, post conditions, normal flows and exceptions.
It is done by Team Lead/Test Lead/Tester.
Test Scenario:
A name given to test case is called Test Scenario.
The test scenario is deal by the test Engineer.
Test Strategy:
Is a document, developed by the "Project manger" which contains what type of technique to follow and which module to test.
TEST PLAN:
Test plan is a document, developed by the test lead, which contains "what to test" "How to test" "When to test " and "Who to test " .
| Is This Answer Correct ? | 0 Yes | 0 No |
TEST CASE:
Simply, A test case is set of inputs to determine if a feature of an application is working correctly.
USE CASE:
A use case is nothing but complete functionality of any requirement.
TEST SCENARIO:
A test scenario is the work flow of any functionality.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / padmaraj s. patil
test case shows the what could be the test case and test
condition defines the test case ...
| Is This Answer Correct ? | 3 Yes | 4 No |
Answer / dhani
testcase means idea of testengineer to test somethiong based
on customer req`s.
usecase means it is user frendly i.e we can easlily
understood by seeing it.describes the functionality of
features of appn
in terms of actors ,actions,and responses.
testscenario means where we have to test, in which location
or place.
| Is This Answer Correct ? | 2 Yes | 5 No |
What you do whenever reported defect rejected?
Wat type of questions ll be asked in interview for an 1-2 yrs. experinced persond and i need some database concept question in testing.
Diff. between system test cases & UAT test cases.
Lets say,you are not finished with testing a application,your manager gives you a new task,how do you prioritize your time,what should you do
As a testing engineer what to do if same defect is occured again in the software??
which certification we have to complete first? ISTQB or CSTE? in ISTQB which level i have to choose? Foundation level or advanced level? Can any one tell what will be the syllabus and how tough it will be? pls anyone share the experience
How will you decide defect seviourity and priority?
what is deferred in defect life cycle
what is the meaning of compatibility testing in view of web application testing?
When should testing start in a project?
difference between smoke test and sanity test difference between exploratory test and adhoc test
What is difference between localization testing and internalization testing.Explain with an example