In a log in page what will be test procedure,test
scenario,test discription & test steps?
Answer / radhi
TestCase ID : Tc_ 01
Test Purpose : For All the users logging form Loginwindow.It
consists Username and Password fields
Testprocedure : If User enter valid username with alpha-
numeric,password
Expected Result :Login window access
Actual Result :same
Pass/FailCriteria : Test pass
Remarks :No
Tc_02
If user enter invalid username with symbols like
*,&,./?,valid password
Expect Result : Login window opened
Actual result : Login does\'t access.it displays error msg
Criteria : Test case failed
Remarks : There is error msg displays.like enter valid
user name
| Is This Answer Correct ? | 3 Yes | 1 No |
What is ramp testing?
Do you know explain security testing?
How to write test case for this scenario. The system shall allow the user to request a search for a case using the following mandatory parameters: Last Name First Name Case creation date range
Explain the domain testing?
Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?
Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.
What is port testing ?
Below is a user story where Dave, a dispatcher, wants to use a console system to talk to Fred, a person in the field. Create a list of test cases to verify these requirements have been properly met. User Story 3004 - Dave wishes to call Fred using a phone. Dave needs the ability to dial digits for an outbound call to Fred. The dial pad will have a display area for the digits being dialed. The dial pad will have the following functionality: Recall Dial Tone, Recall Last Number, Backspace Current Digit, and Phonebook (Contacts) Access. The dial pad must be touchable and the “Dial” button will be used to initiate the call. A prototype version of the dial pad is attached below. The dial pad will have the following configurable properties: Display Color, Display Font, Foreground Color, Location and Size.
Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?
How to write test scenarios for a Web application, with an example?
what is parametrization ? How do you parametrize in qtp ?
In manual testing, I have query regarding data conversion testing. I am working on xml document. How do we write test cases for below input as well as for output Input: <text>1. software Testing</text> Output: <paragraph><text><desig>1.</desig>software testing</text></paragraph>