write case for petrol pump?
Answer Posted / megha
*check if petrol is there
*if not some signal/message
*if yes, display the amount of petrol present
*check if amount/quantity meter are set to zero
------------------------------------------------------------
1) Cost given by user
*set amount and quantity should be zero
*calculate quantity required and check if it is >= amnt
present there
*check quantity calculated as per the amount
2) Quantity given by user
*set quantity and cost shoud be zero
*check if quantity required >= amnt present there
*check cost calculated as per the quantity
------------------------------------------------------------
*flow shud automatically stop as soon as petrol of required
amount/quantity is filled
*check for manual flow stop
*check if reset button sets both the cost/quantity to zero
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.
write test cases for flipkart.
what is black box system in software development in system analysis and design?
If there are 3 modules what would be test for that three modules but that 3 modules are not developed or what are the test case for that 3 modules
How to write the test cases for STP
What are basic types of test cases?
Explain the dynamic testing?
Explain the ad hoc testing?
Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?
Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.
Explain the static testing?
User registration form so many details will be there to enter like Username,Phone No,Email id ect.how do we write test cases for that? in one textbox i have to write all the test cases and go to next textbox
Write test cases to test a browser app
how to write testcase for the output of an program ****0 ***01 **012 *0123 01234
can one defect be mapped to more than one test script in manual testing