Give me a example that differentiate Test case
Procedure,Test case Scenario,Test case Discription & test
steps.
No Answer is Posted For this Question
Be the First to Post Answer
For how many days (or) weeks you will test a product or software?
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
Give me 10 test cases on library management system
write a test case for authentication of a login page from database
what test case is written specifically for web applications?
10 Answers Aricent, Mind Tree,
What are the Test Cases for an email id for username and password?
How to write test case for the library system?
What is the differance between Bug and Defect.
17 Answers Cap Gemini, CarrizalSoft Technologies,
Give me a sample test case for an online purchasing system?What testings u do for the same ?
8 Answers Flipkart, NIIT, Polaris, SQTL, TCS,
how to write test cases for testing databases,especially for testing and writing test cases for stored procedures.any real time database testers.please answer me. some real time database tester please answer my question as soon as possible.my need is such that. else mail answer at ina.ref@gmail.com
How to write test cases for payment gateway.
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.