what do you mean by test case specification
Answers were Sorted based on User's Feedback
Answer / mahalakshmi
The Test Case Specification is a document wherein you
derive/explain various scenarios to test the
component/system. It would consists of Component name, Case
Description, Expected Results, Pass/Fail status.
We can prepare TCs for 1) individual components, 2)for
integrating the components 3) for full business scenarios...
TCs can be Unit TCs, Integration TCs, System TCs,
Acceptance TCs...
Any one pls correct me, if am wrong...
Thanks
| Is This Answer Correct ? | 24 Yes | 8 No |
Answer / nikhil
Test case describes an input description and
an expected output description.
| Is This Answer Correct ? | 8 Yes | 4 No |
Answer / bhumika harshita
Test Case is a checklist of all the functionalities of an
application or program with a set of inputs, executions
conditions, expected results and actual results which
determines if the program is runnig correctly and is in
compliance with the specifications or requirements.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / seeni
Test case are developed to cover certain testcondition,
test case consist of input values,Execution pre
condition,expected result,execution post condition.
| Is This Answer Correct ? | 7 Yes | 6 No |
Answer / abhishek
A test case is a set of conditions or variables under which
a tester will determine whether an application or software
system is working correctly or not.
| Is This Answer Correct ? | 4 Yes | 5 No |
What is the smallest number of test cases required to Provide 100% branch coverage? If(x>y) x=x+1; else y=y+1; while(x>y) { y=x*y; x=x+1; } A. 1 B. 2 C. 3 D. 4
write the high level test cases for winzip file
Circle any inconsistencies in the following text: User Story 3005 - Dave wishes to talk to Fred using a radio. Business Requirements: 1. Dave needs the ability to put a line into select. 2. Dave receives a visual color and text indication that the line is selected (picked up). a. Default indication will be that the pad turns red and the text ‘Select’ appears as the 3rd line of text. 3. David hears audio from a selected line in his defined audio path. 4. Dave uses Push-To-Talk to talk to Fred. 5. Dave receives a visual color and text indication that the line has been de-selected (hung up). • The default inactive state is a white pad with no text on the 2nd line. 6. Multiple Freds can select the same radio. 8. If a radio is selected while another radio is already selected, then the first phone is automatically deselected.
What is gray box testing?
Write test cases for 8+4?
How you test IP address
How to write test scenarios for a Web application, with an example?
3 Answers Deloitte, LiveTech, TCS,
Can test case contains more than 50 steps in single test case?
(questions asked in interview)hi every one can any one please answer to this questions.these questions were asked in an interview.i have another interview next week . 1.when the time schedule is tight how will you approch the testing,and the relese is nearing and we need to finish testing how can we follow in that case.do we need to exicute all the test cases or can priortise and leave some to next relase. 2. when a new feature is added to the existing application we need to add new test cases but after that do we need to change all the existing test cases and while running do we need to exicute entire application test cases or only the new feature test cases and related new feature test cases. 3.do you have any situation where you have to write and exicute the test cases same time, how will you follow.does it happens in real time. 4.example of bug which is not reproducible.like tester say that there is bug and developer say no can some example of such bugs. 5.during regression testing some times do we need to add new some additional test cases to test that bug.
Can you list down a few characteristics of a test case?
how to write the test case for 1 to 12 months in equivalence partitioning?
Tell me about your Roll and your Team Lead's Role