-
Notifications
You must be signed in to change notification settings - Fork 0
Lab Assignment 5
Question 1.Create a basic login with 2 buttons “Login” and “Register”
Answer:
In Emulator:
Browser:
On clicking “Register” button, user should be navigated to “Registration” page
Emulator:
Browser:
UserInformation is storing in local storage:
On clicking “Login” button, user should be navigated to “Home” page
Emulator:
Browser:
Question 2.Home page should have a Mashup using at least Two Web Services(refer to the web services from the following link). One of them should be from the list of knowledge services and they should bedifferentfrom the two services you used in your Lab 3 assignment.
Answer 2 : On click any link on the list it will redirect you to any videos which you select and on click Home icon you will rediect to google map which will show your location.
Question 3.Design a good UI using a wireframe tool
Question 4.Write at least 3 unit test cases related to your application
Unit Test Case
Test Case 1 - User Registration
Step 1. Launch application, and click on sign up to register user Step 2. Registration page should launch when the user clicks on Sign up page Step 3. Make sure user is able to provide details and register successfully
Test Result: User is registered successfully.
Test Case 2 - Login
pre condition: Test case 1 is successful, Test data required to execute test case 2 is generate from successful registration of user.
Step 1. User launches the app and provides the user name and password under appropriate labels. Test Data: username: AnkitaW(not case sensitive) Password: 123456 Step 2. Click on “Sign in” Step 3. User should successfully log in and land on “Home Page”.
Test Results: User is logged in and on My Reditt Television app - home page.
Test Case 3 - Launch Video pre condition: user should already be logged in and on “My Reditt Television App - Home page”
Step 1. Make sure the video links are visible. Click on one of the video link. Step 2.The video should launch in respective hosted website (e.g youtube) and run
Test Results: The video successfully launches and plays on hosted website.
For More Details-https://github.com/ankiw/Lab-Assignment-ASE/blob/master/LAB5/Documentation/ASE%20-%20Assignment%205.pdf
.