Please can any one tel how to write the test cases for these
Requirements:-
1.The applications sends the periodic data
2.The applications sends the alarm data
3.The Application stores the Periodic data and alarm data if
it is unable to send
4.the application having the configure through GPRS or SMS
No Answer is Posted For this Question
Be the First to Post Answer
what are the possible test cases of an VOIP phone
Can some body help to write possible test cases for a credit card at POS (point of sale)
how we write test cases for navigation or links with example?
Write a test case scenario for Web-based address book?
Explain the integration testing?
what are those parameters or matrixes for tesing a software user interface?
how can we write test cases with help of functional spec? is it not appropriate to write by using the application?
How to write test case template for ATM
What is the smallest number of test cases required to Provide 100% branch coverage? If(x>y) x=x+1; else y=y+1; while(x>y) { y=x*y; x=x+1; } A. 1 B. 2 C. 3 D. 4
What is mean by Equal Partitioning
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
do we write separate test cases for each type of testing? for example for functional testing and integration testing,we write two seprate test case documents or just one?please explain.