TESTING AUTOMATED: Read up about Testing. ◇ Learn selenium and basic selenium automation scripting. ◇ Start with Google Search and read tutorials. Watch videos to learn about various aspects of testing using selenium. ◇ Use selenium to create a test case to test the website thesparksfoundation.sg ◇ The test script should check of at least 5 pages and 10 elements in total. ◇ Each element could be e.g. if the Logo exists, the navigation bar appears, the name on about us page is correct, etc.
Basic Banking App: Create a simple mobile app which has the following specs. ◇ Start with creating dummy data in mobile (sqlite) database for upto 10 users. User table will have basic fields such as name, email, current balance etc. Transfers table will record all transfers happened. ◇ Flow: Home Screen > View all Customers> Select and View one Customer> Transfer Money> Select customer to transfer to > View all Customers. ◇ No Login Page. No Customer Creation. Only transfer of money between multiple customers . ◇ Upload video demo of your application on youtube and submit the url.