-
-
-
-
-
-
-
-
-
-
-
-
-
-
How to write test cases for this function
Hi, Guys,I met a interview questions today, the question is to test this bool functionbool match (string s, string p);string p is a pattern string, that means include character such as '?' or '*'e.g. if s = 'panic' and p='pani?', it will return true, if s ='panic' and p ='p*', it will return true, if s = 'panic' and p= '??' it will return false.I don't know how to write down test cases and...
-
Flight Reservation testing
Verify the insert order functionality of flight reservation by validating the "FLIGHTS" button should be enabled after entering "FLIGHT2" . Please provide test cases for this
-
Investigate a Function
When you enter text in a text box and hit enter button, the text disappears. How could you investigate this function or why it is happening?
-
Test Objective for Unit Testing
What would be the Test Objective for Unit Testing? What are the quality measurements to assure that unit testing is complete?
-
-
Can any one write test cases on UID & PWD filed.
Field UID:PWD: & OK buttonsrequirement: UID should accept alphanumeric value only with special char such as @ and periods(.) only, length 4 to 8 char PWD : length 4 to 8 char.
-
How to prepare test cases using a prototype and how it contributes to testing activity?
1. Have you prepared of test cases using a prototype within the context of a formal development. Describes an approach to building a prototype using an example2. Discusses how a prototype contributes to the testing activity as part of a lifecycle based on the use of formal methods
Test Cases Interview Questions
Ans