For a Login screen with Username, Password input fields and
Enter, Cancel button write Test Cases for GUI, Funcitonal,
Negative, Usability and Security testing.
Answer / jennifer
GUI test case will be:-
-User Name and Password field are appearing in proper position In the page or not.
-User name and password fields are having same font, proper look up feeling or not.
-User name and password field are properly aligned.
-Check the spellings are proper are not.
Functional test case:-
-To verify whether all buttons are working as intended as per specification.
-To verify whther user is able to write in the login and password fields.
-To verify whether user is ab;e to login on entering valid credentials
-To verifuy whether tab key works in intended manner.
Negative Test case:
-To verify whther user is able to enter the system on entering invalid credentials
Usablitity test case:
-TO verify whether interface is user friendly for new user
-To verify the text is visible on buttons
Security testing:
-To verify when user enter invalid credentials is not taken into the system.
-To verify when user enter any text in the password field is printed in asterisk format
-To verify user is not taken into the system by entering only user id
- Check if the login function is already HTTPS
-Check by login into the system from another browser.
| Is This Answer Correct ? | 13 Yes | 0 No |
# A large IT company is in the process of revising salary structure for its employees. The salary will be on the basis of assessed performance of the previous year for all employee who have completed six months or more. # The rules for salary revision are provided below :- Performance level 1 : Increase existing salary by 30% Performance level 2 : Increase existing salary by 20% Performance level 3 : Increase existing salary by 10% Performance level 4 : Increase existing salary by 5% Performance level 5 : No Increase # For those who have not completed six months, provide a flat increase of 7.5% in their salary. In addition to above provide a special loyalty allowance of Tk. 800 to all employees who have complete THREE years with the organization. # Compute the minimum number of paths that you would require to cover the application and how many test cases would you require?
to write test cases for fuel guage?
1. Given the following: You have an application that consists of three parts: a front end GUI, a middle-ware layer where all the processing of data takes place and a database where data is read from. What are the areas that would be most likely to break? What would your testing strategy for this be? Why? 2. Imagine I am handing you a wine glass and I ask you to test it. What would your testing strategy for this be?
How would you do " Keeping two folders in sync testing"
0 Answers ABC, HCL, Microsoft,
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?
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
Write few functional & non-functional test cases for a payment gateway system
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.
What are the test cases for mouse?
Explain the syntax testing?
how can we write test cases with help of functional spec? is it not appropriate to write by using the application?
Why is it that the boundary value analysis provides good test cases?