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 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
if software faild in customer environment what we called a)error b)fault c)defect d)failure
build 1 bug is raised and it was closed by developer and build 2 is released in build 2 also same bug raised what is the satus of that bug. 1>reopen 2>open 3>new 4>defered
How to write test case for this scenario. The system shall allow for a wild card search for the last name with a minimum of one character
test cases for landline phone
Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print "Large" ENDIF If P > 50 THEN Print "P Large" ENDIF A. 1 test for statement coverage, 3 for branch coverage B. 1 test for statement coverage, 2 for branch coverage C. 1 test for statement coverage, 1 for branch coverage D. 2 tests for statement coverage, 3 for branch coverage E. 2 tests for statement coverage, 2 for branch coverage
In general, how do you see automation fitting into the overall process of testing?
test cases for black board test cases for pencil
How to write test cases for Web related sites(ex: shopping carts sites)
If for any software product, if the customers more often us few functions, and rarely use few othere functionality. what a tester can expect more deffects can be found, in what area, where the functionality frequently used OR where rarly used?
Write a test case scenario for Web-based address book?
Explain the domain testing?