pls send me the testcases for telecom billing system
Answer Posted / indu
Check the telephone number of the customer and see if it exists as current customer under telecom operator.
Check if the number is working or not.
Check if the number entered is valid 10 digit number.
Check if the number is not blocked due to reasons.
Check if the number has active billing cycle.
Check if the number has unpaid billing history if exist, shown on screen.
Check if the numbers previous billing amount is paid.
Check if the system allows statement generation as per customer requirement.
Check if the system has recorded number of calls accurately.
Check if the plan selected by the customer reflects in billing system.
Check if the plan upgraded is selected by customer data in the system.
Check if the plan downgraded is selected by is billing system.
Check if the value added services are enabled or disabled.
Check if the total amount is accurate and mapped to the services offered.
Check if the tariff plan is properly calculated for billing cycle.
Check if the number of calls are valid by matching them to customer records.
Check if the prepay system has accepted additional money for future billing.
Verify if the prepay balance is used in the current billing.
Verify if the floating point balance is carried forward into the next bill.
Verify if the bill is paid by customer and it reflects in the system.
Verify if the customer has chosen card or cash transaction.
Verify if the card transaction has been successful in payment terminal.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is use case testing?
How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!
Requirement from Market “Alice is talking to Bob. Bob thinks that Alice should talk to Chris for more information. Currently, Bob will pass on the directory number of Chris to Alice; Alice/Bob will disconnect the call and then Alice will initiate a new call to Chris. What we need need, Bob should be able to transfer the call to Chris, without Alice making another call.” Implementation done by Unified CM Development Team When a basic call is connected, a new softkey “Transfer” will be displayed on the IP Phone. User (say, Bob) can press that and dial a target (say, Chris). Bob has two options (1) wait for Chris to answer and then tell Chris about call from Alice and then press “transfer” again to complete transfer (2) press “Transfer” immediately; when Chris answers he will be connected to Alice Please come up with test cases thinking from a user perspective, let’s say from a Bank (there could be users such as receptionists, accountants, managers etc.) – in what all scenarios transfer can happen, any negative scenarios (cases where we don’t get a positive response always). If you think you need an enhancement to the feature, please go ahead and suggest that as well.
how to write test cases for online restaurant table booking system?
What are the possible test cases for a palindrome.It must be starting with alphabet and its length is 100 .It should accept alphanumerics only.It should take only 100 numerics to the textbox
Explain the acceptance testing?
i m a fresher working in healthcare industry. here we hve no tool for testing. how i ll do manual testing?plz suggest anyone me urgently... i knw to write test case bt i dont knw where to write n how to execute it manually
write a test case for yahoo compose page?
Write the test case for a login page?
What is transaction testing?
By clicking the file button on a Word document and opening the Print window, Identify what needs to be white box tested and what needs black box testing. (On the black box testing items, identify boundary conditions and equivalence partition testing is possible and give data examples.)
In manual testing, I have query regarding data conversion testing. I am working on xml document. How do we write test cases for below input as well as for output
Input:
hai we need to get some data from a logfiles and populate into database .to check this we need to write test cases .how to write test case for this scenario tell me as functional and stress testing differ
Can some body help to write possible test cases for a credit card at POS (point of sale)
Which of the following defines the expected results of a test? Test case specification or test design specification.