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 many test cases do u need to ship a product?
Write all test cases for Bus Pass Renewal
1 Crystal Ball 1.1 Purpose This is a simple tool, for entertainment purposes only. 1.2 Scope Only for registered user. 1.3 User Interface Single page with graphic of crystal ball, and text box for typing question. User has to type her question in text box outside ball. Reports: - On ‘submit’, the system needs to access any one of the pre-stored responses at random and display in a graphical, visually appealing manner in the crystal ball. - Audio / graphical changes need to be built in, for added user experience enhancement, like music, sound effects, visual changes. Need to get details.
What is ramp testing?
Which of the following defines the expected results of a test? Test case specification or test design specification.
What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking
150 integration testing scenarios for gmail
what is black box system in software development in system analysis and design?
Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com
write the testcases for migrating data from one database to another database?
Explain the static testing?
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
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:
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?
What are semi-random test cases?