Loplik

by Loplik Inc


Shopping

free



Loplik use of Flutter’s framework goal is to provide an open framework for quickly building beautiful native apps on multiple platforms. A large part of achieving that goal is the ability for one to easily test the app to make sure that it works and look the way you want it to look on the platforms one is targeting. Some of that testing can be handled by unit tests.Findings includes;HomepageThe homepage of the loplik app will receive the most traffic since it is the page that users land on when launching the app. Since the first impression is key, these aspects on the homepage that should be tested are here, test cases should verify that the homepage is played correctly with clean and clear images and text. In addition, testing all the functionalities (search stolen items category/category, menu, view products, view description etc.) which are found on the homepage which is a great way to ensure clients will find what they are looking for.Account & LoginThe ability to create and login into their account is not only important for the customer, but also the retailer to create personalized and seamless customer experience across the Loplik app. Testing the functionalities connected to creating an account or signing into one was crucial and we are still working on achieving that.Shopping CartThe shopping cart plays an important role in Loplik app. It allows customers to select and keep various products, and to buy them together. In general, testing the cart involves making sure it updates correctly whenever an item is added or removed. It also involves making sure the items are displayed with their name, quantity, and corresponding price. On Loplik app its works perfectly fine.Checkout PageThe checkout page is the final step in the purchasing process, which must function flawlessly to avoid unnecessary cart abandonment. Here, the Loplik app had some major bugs but we later aligned the bugs and rather sorted them out.We are working on being attentive on the field forms to uncover any bugs that can make it harder or impossible for clients to enter their billing information.PaymentThe payment functionalities are key and need to be thoroughly tested to eliminate any bugs or anomalies that can prevent customers from completing their orders. On Loplik app we arent done implementing this but will keep you posted on this. This will have to Integrate with Mpesa and even card paymentsPost-PurchaseThorough tests should also focus on the functionalities that are available in the post-purchase section of the Loplik app in order to make sure that they all result in the intended behavior.