pls i want test cases for telecom billing system
Answers were Sorted based on User's Feedback
1.whether telephone number is exist or not for which
billing is in process?
2.if number exists ,it is in working or not?
3.check whether bill is paid or not from past 30 days?
4.check for previous Deposit if any?
5.check for previous pending bills if any?
6.check for number of cals and amount per min?
| Is This Answer Correct ? | 31 Yes | 4 No |
Answer / lakshmi
check for the following
1.telephone number exists or not
2.if it is active or not
3.billing cycle
4.previous Deposit or previous billed balance amount if any?
5.previous pending billing amouunts if any?
6.total no of calls, call types and call duration
7. tariff plan
8. value added services
| Is This Answer Correct ? | 17 Yes | 2 No |
Answer / sekhar
Test Cases can write based on the Billing System. There are
couple of billing systems like Kenan,BSCS,Amdocs ( Enabler
or Ensembler),Telecordia,Single view etc.
Basic Test Cases :
1. Different type of CDR passing
2. You have to write Rating test cases based on your
Products and Packages
3.Billing - Based on your billing system FRS.
4. Collection - Each telecom have different types of
collection process
5. Account Receivables - Different types of financial
transactions.
Let me know if you need some help....
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / dippam
1st u should know the test case format-
1.test case id
2.description
3.test data
4.expected results
5.actual results
6.pass/fail criteria
| Is This Answer Correct ? | 10 Yes | 5 No |
suppose an interviewer asks you to write a testcase for a login window (and application is not given to test). Should we write actual results or expected results or both?
what is login and login in testcases we write in testcaseid
What is the domain testing?
write the testcases for a triangle ABC. given length of 3 sides of a possible triangle, check whether 3 sides do indeed form a triangle or not if they do then state whether the triangle is scalene, isoceles or equilateral. Note that the sum of any two sides of a triangle should be greater than third side. A+B>C B+C>A A+C>B. need urgently. thank u... by priya
6 Answers Barclays, Stag Computers,
If I wrote test cases for Login Window with test case Name Login window & test case id L_01.Now if Name of Login window get changed in the next version.then May I have to change the Test case name & Test case id OR HAVE TO block the previous test case and write the new one
write the test cases for traffic signal and sensor doors.
i was asked to generate test data for a equlateral triangle,please any one explain how to do & what are the process.
Write test cases for 8+4?
Define some of the attributes of a test case?
Roads concatenation Problem Consider we have some GIS (Geo Information System) operating over some road network. Each road represented as array of two-dimensional geographical points. Road network is a set of roads. System has function called Concatenate(). This function takes raw road network and should return optimized road network. Optimization lies in concatenating roads with matching start or end points, i.e. if road AB end point matches road BC start point, then optimized network should contain concatenated road AC. Optimized network shouldn’t contain two roads which can be concatenated. Your task is to suggest set of test cases for Concatenate() function in order to make sure it works correctly. public interface IPoint { double Lat { get; } double Lon { get; } } public Road : List<IPoint> { } public RoadNetwork : List<Road> { } public RoadNetwork Concatenate(RoadNetwork roads);
If I have to write the test cases for any report & there is date box.then may I have to write only select date or have to write all steps required for selecting date
How to write test case for this scenario. The system shall auto populate the Email Address on the contact screen with the Email Address of the user profile