how to write test cases in interview exam like one website
it contain a/c # text box, current bill amount text box,sms
offer,calling offer,internet these 3 are list boxes and
remindmelater,continue these 2 are buttons. and qu is like
1.user doesn't have any dues from past 90 days,2.whose bill
amount >= rs2000 from past 6 months. use this 2qu write
testcases.
No Answer is Posted For this Question
Be the First to Post Answer
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
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
Could anyone please let me know what are the test cases for a rule based system? WE have a module on RBS which relates the data gathered to a set of rules and uses them to verify if the details are correct. Also we have a data acquisition module which collects the configuration details of a node entering a cluster using the CPUID. Can you please suggest test cases for these two modules, please?
Test cases on uplaoding files
12 Answers GE, HP,
write a test cases for advanced search
What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking
is test case required to be baselined?
write a testcase for tea cup?
can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs
What is ramp testing?
could u please tell the testcases to test gmail
13 Answers Jamcracker, Snap On,
How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.