what are the Test Cases for " Test Cases " ?
Answers were Sorted based on User's Feedback
Answer / prabhakar
I think as we are writing test cases by taking requirements
in to consideration, just we need to think what is required
to write a test case. Test case should contain 1) test case
id,2)TC description 3)input,4)expected results actual
results.to write a test case for test case we need to
consider all above. to write test case for any thing we
need to know main functionality of that application.
| Is This Answer Correct ? | 15 Yes | 2 No |
Answer / ajay
its very simple and funny quesiton...
1.Check for the availability of the test case templet.
2.Check fot the availability of all the fields to write
testcases.
3.Check for the availability of the testcases in the
testcase templet..
4.Check for the matching of the testcases with the
specifications.
5.Check for the repeatability of the testcases..
6.Check for unique testcases...
like this we can write may testcases for testcases
this question is asked just to make us confuse and howmuch
knowledge we have about testcases.
if ur not satisfied with my answer pls mail me at
ajay.thomala@gmail.com
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / maitray
1) check that written test case is properly readable and
understable or not.
2) varify that all required field like "id","summary","step
to execute","actual result","expected" are there or not.
3) varify that summary is matching with actual what is
intension.
4) varify that "step to execute" is properly applicable for
executing the test case or not.
5) check for test case is not duplicate.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / priya
1)Check that test case contain proper test ID.
2)Check that test case contain test data .
3)check that test case contain test description .
4)Check that test case contain expected result.
5)Check that test case is a/c to specifications .
6)Check that test case properly understandable .
7)Check that test case is executable or not .
8)check that test case is editable or not .
9)check that test case is repeatable .
| Is This Answer Correct ? | 0 Yes | 0 No |
1.To write a testcase there shud be some specification or
if no document is available then there shud be some source
where the functional knowlegde can be gathered(
person,developer etc)
2. Some source using which test data can be generated.
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / dave
whether the "test case" is for the said test scenario...
| Is This Answer Correct ? | 1 Yes | 4 No |
For a Login screen with Username, Password input fields and Enter, Cancel button write Test Cases for GUI, Funcitonal, Negative, Usability and Security testing.
Describe to me the Software Development Life Cycle as you would define it.
Write test cases for 8+4?
What is the domain testing?
Hi, I am doing project related to Online order Booking. In this project different products will be there. The user can order the product to different location by giving different shipping Addresses. By selection of Address shipping price will be calculate. My Question: Now the shipping related part they are integrating with UPS(www.ups.com) Depending on the From Zip code, To Zip cobe and Quantity weight the shipping price will be calculated. I want test scenarios to test the shipping part. I think ASAP u will help me. My mail id srinivasukona@gmail.com
Below is a user story where Dave, a dispatcher, wants to use a console system to talk to Fred, a person in the field. Create a list of test cases to verify these requirements have been properly met. User Story 3004 - Dave wishes to call Fred using a phone. Dave needs the ability to dial digits for an outbound call to Fred. The dial pad will have a display area for the digits being dialed. The dial pad will have the following functionality: Recall Dial Tone, Recall Last Number, Backspace Current Digit, and Phonebook (Contacts) Access. The dial pad must be touchable and the “Dial” button will be used to initiate the call. A prototype version of the dial pad is attached below. The dial pad will have the following configurable properties: Display Color, Display Font, Foreground Color, Location and Size.
If for any software product, if the customers more often us few functions, and rarely use few othere functionality. what a tester can expect more deffects can be found, in what area, where the functionality frequently used OR where rarly used?
Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print "Large" ENDIF If P > 50 THEN Print "P Large" ENDIF A. 1 test for statement coverage, 3 for branch coverage B. 1 test for statement coverage, 2 for branch coverage C. 1 test for statement coverage, 1 for branch coverage D. 2 tests for statement coverage, 3 for branch coverage E. 2 tests for statement coverage, 2 for branch coverage
What is explain security testing?
write test case for banking application
how to test an imaging application that removes the red eye affect from an image?
What is DOMAIN TESTING