how will we know test cases are written by us are correct
Answers were Sorted based on User's Feedback
Answer / jagadish
Take demo of the functionality
Go through use case / function specification
Try to see TC & find out the gap between
Test cases Vs. Use Cases
by this approach we can identify the test cases are correct
and test cases are reached to the requirements clearly
if i am wrong please guide me
regards
jagadish ( jagadishk.9454@gmail.com)
| Is This Answer Correct ? | 6 Yes | 0 No |
by refering the Requirement speciafication / use case design
| Is This Answer Correct ? | 2 Yes | 0 No |
Other than what has been described above, When executing
your test cases you should have positive answer to: 1.Can
you read your Test Cases,2. Can you understand and
follow/execute your them?
Please let me know if I am correct, as I'm a student
learning QA.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ajay
After ensuring that all the testcases u have wirtten is
matching and covering overall requirments and also the
added requirements. This will be reviewed by the review
tester and u can find out the status of ur testcases the
rivision history templet.
| Is This Answer Correct ? | 1 Yes | 1 No |
pls let me know the answer, recently i faced this question in interview. when you are writing the test cases,if the requirements are changed what will u do?
what would be the negative test case for serach that break the search .
please tel me how to write test case for search engine to track peoples,when user enter the city,state,zipcode(ex:Kansas city,Missouri,64155)? (note country is already selected as a united states )
write a test case on web login and bank application and client server
60 Answers Adobe, Ciber, CTS, Login, MBT, Reliance, Semantic Space, TCS, Tech Mahindra,
Could anyone please let me know what are the test cases for a rule based system? WE have a module on RBS which relates the data gathered to a set of rules and uses them to verify if the details are correct. Also we have a data acquisition module which collects the configuration details of a node entering a cluster using the CPUID. Can you please suggest test cases for these two modules, please?
How to write the test scenarios for the following: 1. Searching train. 2. Data encryption and decryption. 3. Single signon. 4. Document printing. 5. Testing EMail. 6. Data authentication.
Can anybody help me in writing test cases for a scenario? need help at the earliest. will send you the requirement doc to your email id. thanks raj
what all are available test cases for Search engine NLP (Sixth sense).
Hi recently in an interview I was asked to write API test cases. Since I am not familiar with it can someone put more light towards API testing and give some example test cases for the same. Thanks!
If the pseudo code below were a programming language ,how many tests are required to achieve 100% statement coverage? 1. If x=3 then 2. Display_messageX; 3. If y=2 then 4. Display_messageY; 5. Else 6. Display_messageZ; 7. Else 8. Display_messageZ; A. 1 B. 2 C. 3 D. 4
write a test case for employee income caculation it is awindows aplication when window is opened all options should be disabled except empno when user enter 3 charcters empname,empdes,basic should be displayed but they should be inactive,HRA,DA are active enter these two gross is displayed,enter tax then net income is displayed.all inputs must be integers and min is 1 and max is 4 charcters for all text boxes.gross =basic+HRA+DA and netincome= gross- tax
write the testcases for migrating data from one database to another database?