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
If the pseudo code below were a programming language ,how many tests are required to achieve 100% statement coverage? 1. If x=3 then 2. Display_messageX; 3. If y=2 then 4. Display_messageY; 5. Else 6. Display_messageZ; 7. Else 8. Display_messageZ; A. 1 B. 2 C. 3 D. 4
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
can u say me how many test cases i can get for a user to login and enter password ..please specify in testcase desing template for that
test case for open doalog box. thanks a lot!
Generate functional and negative testcases for MS Paint brush
1 Answers Accenture, GE, Netian, Tangent Software,
Explain the agile testing?
What is the syntax testing?
How to write test case for the library system?
What is BRANCH COVERAGE Testing
what is difference between GUI Map and GUI Map file
How do you differentiate the roles of Quality Assurance Manager and Project
Hi, I am doing project related to Online order Booking. In this project different products will be there. The user can order the product to different location by giving different shipping Addresses. By selection of Address shipping price will be calculate. My Question: Now the shipping related part they are integrating with UPS(www.ups.com) Depending on the From Zip code, To Zip cobe and Quantity weight the shipping price will be calculated. I want test scenarios to test the shipping part. I think ASAP u will help me. My mail id srinivasukona@gmail.com