Had you to design test cases for a complex feature. What factors did Tester consider, and how did prioritize test scenarios?
Take an instance as new application has integrated into existing applications(i,e., Running on real time )Customer want to integrate their application into third party vendors in order to let the customer order their needs through our created app itself.
Factors Consisdered : Error Handling , Functional Requirements , Edge cases , Non-Functional Parameters .
Transaction Flow
Flow1: Customer Land on third party vendors app and start picking their items.
Flow2 : Picked Items has to go Cart Page and can see number of items added by visually.
Flow3: Once click to checkout , it will allow the user to input their card details and processing transaction.
Flow4:Once Transactions done, newly created app show the details of the order and online tracking number .
Prioritize scenerios based on the Business Emergency and needs ,well in briefly communicate to team members to identify the Critical paths and prioritize the that test suite first and Start the execution based on what need to tested first and make it ready for next sprint.
Comments
Post a Comment