Please enable JavaScript.
Coggle requires JavaScript to display documents.
Web App Testing (Security Testing (Test by injecting SQL in various fields…
Web App Testing
Security Testing
Test by injecting SQL in various fields :check:
Test by injecting Html in various fields :check:
Test to see data is encrypted in URL :red_cross:
Test to see data is encrypted in body :red_cross:
Test to make sure user is auto log out :red_cross:
Test to make sure there is log out option :red_cross:
Test to make sure no user can access your data :red_cross:
Test to access various pages by modifying the URL :red_cross:
Functional Testing
Create an opportunity
Test by creating an opportunity without filling any information :red_cross:
Test by creating an opportunity by filling partial fields :red_cross:
Test by creating an opportunity filling all fields :red_cross:
Test the date field using various combinations
Test by entering an invalid date for example, 29 Feb 2017 :check:
Test by entering to enter Past Date :red_cross:
Test using entering future date :red_cross:
Test by keeping the date Blank :red_cross:
Test by putting large values in the fields while creation :red_cross:
Edit an opportunity
Test by updating the all fields together :red_cross:
Test by updating all fields one by one :red_cross:
Test by updating the fields using large values :red_cross:
Test by updating the fields with SQL injections
List opportunities
Test to see opportunities created by user are displayed :check:
Test that opportunities created by someone else is not displayed :red_cross:
Test to see fields are displayed properly in opportunity list :red_cross:
Test to make sure invalid fields are not displayed in List view :red_cross:
Test : Try to identify the opportunities using similar fields :red_cross:
Test to make sure all fields are wrapped properly on List Page :red_cross:
View an opportunity details
Test to make sure all opportunity details are displayed properly :red_cross:
Test to make sure that fields are wrapped properly :red_cross:
Test to make sure all fonts are proper/sizing is proper :red_cross:
Attach notes to an opportunity
Test by attaching the notes without any Header/Body :red_cross:
Test by creating notes with only header :red_cross:
Test by creating notes with only body :red_cross:
Test by creating notes with both body and header :check:
Test by creating the notes with large text :check:
Try to attach any notes, meaning attaching any files etc :red_cross:
Test to make sure note creation date is correct :red_cross:
UX Testing
Test to make sure all buttons are aligned properly :red_cross:
Test to make sure data gets wrapped properly in all fields :red_cross:
Test to make sure fonts sizing is good :red_cross:
Test to make sure there is proper footer and header :red_cross:
Performance Testing
Test by creating various opportunities :check:
Test to make sure app response is not lagging :check:
Test the basic performance of various functionality :check: