Need help to write test case for "Check Availability" field.
Any help would be highly appreciated!
Answer / bharathi
1. Check for valid mail ID i.e available mail ID,
2. check for invalid mail ID with some peculiar id with
special char combination.
3.check with blank value.
| Is This Answer Correct ? | 10 Yes | 2 No |
What is explain security testing?
Can anybody post the format of a Requirement Traceability Matrix. And how to include this RTM in the reqirement document.?
14. How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of each other : - ………… if (Condition 1) then statement 1 else statement 2 fi if (Condition 2) www.istqb.guru then statement 3 a. 2 Test Cases b. 3 Test Cases c. 4 Test Cases d. Not achievable Please explain this how to solve?
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.
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 how to find statement and branch coverage? Explain in brief?
While creating test data for testing an application, where exactly test data should be crated as in excel file or can we crate test data in database ?
There is one scenario. On login page three fields are available i.e.Login id,Password and checkbox(having funtion remeber my password for 1 week). Please tell me test cases for checkbox.
What is test environment? Elaborate with example.
Write the testcase for pen
whai is the exactly meaning of test case
Write all test cases for any credit card.
Hi recently in an interview I was asked to write API test cases. Since I am not familiar with it can someone put more light towards API testing and give some example test cases for the same. Thanks!