scenario is like the following, a software to be installed
in the train the work of the software is when ever any
object comes opposite to it the train has to be stopped
would u plese any bone tell us the test case for this
Answer Posted / ravinder
Test case as follows-->
Precondition--> Software should be Installed on train
1- No Oject is avialable then software should be in Idel
state(i.e, should not stop the train)
2. If a object avialabale opposit to it then train should
stop
3. Multiple object avialable then also it stops the train
4. If a object comes but not opposit to it then the
software should be in Idel state(should not stop the train)
5. If the train is not running then the object should be in
Idel state...(it should work as expected)
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are the challenges you faced in your project (Testing) and in your company?
can anybody send the project you have tested with the clear descriptions,and recent bugs u found in that
What is internationalization testing (i18n testing)?
What is defect removable efficiency?
How to find bug in photos and videos ??
What is revision history and the content of revision history table?
what kind of testing have u done?
Explain unit testing, integration tests, system testing and acceptance testing?
What exactly you do as a Configuration controller?
What is defect validity ratio?
Please Tell me About Fish-Bone Model. Thanks in Adv.
how will you test transfer funds module...explain in detail
How we can test Cookies Manually?
i need some objective type papers for my certification
Can anybody write the test cases for the following scenario. I want to create District. for that, District Code field, District Name field, Reset button, Submit button, Back button are there in the screen. whenever we enter District Code & District Name in the related fields, by clicking on Submit button, District should be created. By clicking on Reset button, all fieds should be cleared. By clicking on Back button, user should navigate to home page. Can you write the test cases for the scenario. I want to know the test case format for the scenario. what procedure is the best. tahnks in advance...