Well 1. We can do GUI Testing of that given 5 screens like typo grammatical errors proper validation messeges appears or not?2. If there is a FR(Functional Requirment) Specification given than we can Test some Integrity or functional behavior of that perticular 5 screens.Correct me if i m wrong!!Many ThanksDev
If testing is being done for User Acceptance Testing then all the functioning from user point of view is being tested by testing the overall functioning validations gramatical errors by filling all type of values with every permutation and combination by looking overall UI.
Exploratory Testing is the common testing factor to test this 5 Screens of the Application. Based up on the Requirement and Businees Rule check the
a) Functionality of those 5 screens. b) Form Feeds c) Interface for the those 5 screens. d) Page Navigation. e) Usability f) Compatabilty The real things is learning with Creativity and those 5 screens
1) It depends on the application that given to us.
2) If we have requirements of the 5 Screens then the approach of Testing will be different.
3) If the requirements of the application is not given. we need to analyze the application in such a way what type of testing is feasible to the application.
Based on the requirement I will select the testing. For the beginning I will do the exploratory testing to know the functionality. Then I will check whether it is accepted for the links is there any cosmetic defects and spell check if there is any db connectivity means boundary value equvalence partitioning etc.