how to write a test procedure & test log for login system
What is STATEMENT COVERAGE testing
why we need a test plan
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
Explain the system testing?
Explain the branch coverage testing?
can someone tell me the test cases for following scenario of password: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consists of 1 uppercase letter. 3. Password should consists of 1 numeric. 4. Password should consists of 1 special character.
Explain the sanity testing?
How to write load test case for pen?
Write a test case for a car, which has been, recently launch in a market to check its durability, fuel efficiency and its optimum speed.
test cases for black board test cases for pencil
By clicking the file button on a Word document and opening the Print window, Identify what needs to be white box tested and what needs black box testing. (On the black box testing items, identify boundary conditions and equivalence partition testing is possible and give data examples.)
What is the logic testing?