Write the tescases for a login page
Answers were Sorted based on User's Feedback
Answer / vaibhav garg
Feature Ref No.: Login page
Sub feature No.: N/A
Test_case id: TC_01
Functionality: Login
Steps Description: Enter the valid user name and password
Pre condition: Application must accept the user name and
password
Input Criteria: username: abc, Password: ***
Expected Result: Login user page should open with all its
content
Severity: C1: High, C2: Normal, C3: Low
Observed Result: Application user page should open with all
its content
Status: Pass
Remarks: Done
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / mahesh kumar
Test_Id 01
Objective/Purpose-- To check login page open properly
wth its all contents
Pre-condition-- Application must be running successfuly on
the Pc
Test-Data-- None
Expected Result--It should be open successfully with its
all contents
Actual Result--(check on execute the application)
Review State--
Comments--
| Is This Answer Correct ? | 2 Yes | 3 No |
when you don't have time to write test cases, what do you do?
Who will take care of test plan and test case?
150 integration testing scenarios for gmail
How many bugs have u found in your project?
Explain the branch coverage testing?
How to write test data for login module?
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
Consider the following: Pick up and read the newspaper Look at what is on television If there is a program that you are interested in watching then switch the the television on and watch the program Otherwise Continue reading the newspaper If there is a crossword in the newspaper then try and complete the crossword A. SC = 1 and DC = 1 B. SC = 1 and DC = 2 C. SC = 1 and DC = 3 D. SC = 2 and DC = 2 E. SC = 2 and DC = 3
write a test case for student admission form
how to execute test cases manually
How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update
Disc = 0 Order-qty = 0 Read Order-qty If Order-qty >=20 then Disc = 0.05 If Order-qty >=100 then Disc =0.1 End if End if A. Statement coverage is 4 B. Statement coverage is 1 C. Statement coverage is 3 D. Statement Coverage is 2