-
-
-
-
-
-
-
-
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
-
Status of Test Cases
What is the status of the test case in Test Director which are not executed?
-
Regression Testcases
There are 2000 testcases, How will you choose testcases for regression purpose?
-
Test Case for Password Reset
In an application, while in registration page Password field was accepted as minimum of 8 characters (mixed). While Resetting the Password (Forget password), system generates 7 characters and send to user email. How you will write test case for this scenario?
-
1000-5000 Test Cases
If there are 1000-5000 testcases, a defect/bug/error occures in 5,6,7,89,178,4005th testcase. How will you rectify or solve this issue?
-
-
Test Cases Interview Questions
Ans