Have any idea how to prepare test cases for medical claim,
Online mobile recharge.
Answer / qa
1.Check Mobile number field for various inputs like alphabets,spl chars,spaces,number less than 10 digits,greater than 10 digits.
2.Check Service provider field whether operators list displayed as per requirements.
3.Check Amount field with decimal number/Alphabets/special characters/negative numbers/spaces.
4.Verify Mobile Recharge with valid inputs.
5.Check Whether recharge success message sent to given mobile number
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the differance between Bug and Defect.
17 Answers Cap Gemini, CarrizalSoft Technologies,
Analyze the following highly simplified procedure: Ask: "What type of ticket do you require, single or return?" IF the customer wants ‘return’ Ask: "What rate, Standard or Cheap-day?" IF the customer replies ‘Cheap-day’ Say: "That will be £11:20" ELSE Say: "That will be £19:50" ENDIF ELSE Say: "That will be £9:75" ENDIF Now decide the minimum number of tests that are needed to ensure that all the questions have been asked, all combinations have occurred and all replies given. A. 3 B. 4 C. 5 D. 6
A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?
How to test a stored procedure?
How to write test cases ?
what will be testcases for job portal such as naukri.com , monster.com (as existing user)
what is the technology used in financial applications?
explain with examples- transaction testing, syntax testing, domain testing, logic testing, and state testing.
if account balance less than 5000 for a month ,account should become in active. if bal greater than 5000 account should b active. Write test cases for the above scenario
pls send me the testcases for telecom billing system
How to write the test cases for STP
how to write test cases for a text field that should have maximum 250 characters