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 |
INTERVIEW question:- Explain the process in your company?
What do you gather as a part of requirement gathering (for a testing project)?
define integration testing ,gui testing and functional testing
What is severity and priority of bug? Give some example.
If U have Test Cases already prepared and u have to just excute those test cases in a very short time then how will U decide which test cases has to be excuted first. Is there any technique ?
What is fuzz testing?
Differentiate Test log and defect report.
How does compatibility testing differ while testing in Internet explorer and testing in Firefox?
What are noise variables?
Have anyone got the Cognizant manual testing call letter for interview? Pl reply
What is incremental intergation testing?
in regression testing we excute only modified build .how we will get to know that this much part not going to effect rest of application.