Do we have to write the seperate test cases for System
testing and UAT testing? And also what are the roles and
reponsibilities of a tester/how to interact when End users
are performing the UAT Testing.
No Answer is Posted For this Question
Be the First to Post Answer
how to write test cases for credit card payment
Explain the logic testing?
What is the difference between test scenarios, test cases, and test script?
i got Question from iflex-just client gave just functional spec but they didnt provide any detaill, supporting document.but they want with in ten days testplan and test cases.excuse ans like prototype method. Question is how will u start writing testcases?
Scenarios to test wireless Speaker via bluetooth
For the following piece of code, how many test cases are needed to get 100% statement coverage? Procedure X Read (Color) // Input color from user IF (Color == “Red”) THEN Call Roses(Color) ELSEIF (Color == “Blue”) THEN Call Violets(Color) ELSE PRINT “User is no Shakespeare” SaveToDatabase(Color) End Procedure X A. 5 B. 3 C. 1 D. 2
what would be the negative test case for serach that break the search .
testcases for the additon of 2 numbers write negative and postive cases
8 Answers CoStrategix, Societe Generale,
Explain the ramp testing?
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
Can you list down a few characteristics of a test case?
Can test case contains more than 50 steps in single test case?