what are the test case scenario for epos/pos testing,and how
to initiate the process
No Answer is Posted For this Question
Be the First to Post Answer
how to write test cases for smart meter for gas and electricty
what are the testcases for square
Please guide me for Add new user test cases
A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?
Imagine that hotmail is the application taht ur going 2 test write 10 critical test case to test it ?
write a test case which covers the major functionality of yahoo login
What are the possible test cases for a palindrome.It must be starting with alphabet and its length is 100 .It should accept alphanumerics only.It should take only 100 numerics to the textbox
For a Login screen with Username, Password input fields and Enter, Cancel button write Test Cases for GUI, Funcitonal, Negative, Usability and Security testing.
Smoke Test Checklist for Gmail please someone help!
Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.
maximum length of testcase
IF A > B THEN C = A – B ELSE C = A + B ENDIF Read D IF C = D Then Print "Error" ENDIF A. 1 test for statement coverage, 3 for branch coverage B. 2 tests for statement coverage, 2 for branch coverage C. 2 tests for statement coverage. 3 for branch coverage D. 3 tests for statement coverage, 3 for branch coverage E. 3 tests for statement coverage, 2 for branch coverage