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
Post New Answer View All Answers
How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update
what is the test plan for ms-word
Do you write test plan and test case?
What is component testing?
How to generate test cases for 'replace a string' method?
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:
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.
test cases for friend finder system using gps?
How to write test cases or test scripts for UAT testing which is done manually
Test Case for Text Editor!
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent
Explain the sanity testing?
Explain the functional testing?
write a test case flipkart login page