Showing posts with label Testing. Show all posts
Showing posts with label Testing. Show all posts
Hi all
Following are the points you need to be consider while testing the mobile application
First of all make sure that the Application flow is according to the client's requirement Documentation/ Specifications.
Check the GUI on the different platforms like Android, Ios and Blackberry etc devices. Make sure the GUI is working fine, like there is no graphical distortion and Images and arts are free from the pixlation and are properly aligned
Check for the application that it is User friendly and does not require high ability for the startup purposes.
Make sure the functionality of the app is working accordingly to the requirement by giving the valid inputs and Output are matched according to the requirement doc.
Following are the points you need to be consider while testing the mobile application
First of all make sure that the Application flow is according to the client's requirement Documentation/ Specifications.
Check the GUI on the different platforms like Android, Ios and Blackberry etc devices. Make sure the GUI is working fine, like there is no graphical distortion and Images and arts are free from the pixlation and are properly aligned
Check for the application that it is User friendly and does not require high ability for the startup purposes.
Make sure the functionality of the app is working accordingly to the requirement by giving the valid inputs and Output are matched according to the requirement doc.
Hi all, welcome back
Below is the difference between priority and severity
Below is the difference between priority and severity
Priority- priority is related with scheduling. It show the importance and urgency of fixing a bug.
Severity - A severity classification of an application error is based on the degree of error impact on the application. The types of severity are
- Critical
- Blocker
- Major
- Minor
- Trivial issues
Please feel free to ask any doubt's in the comment section.
Thanks
Thanks
Testing plays an important role during development and after development. It is done to make sure that the complete software package is working according to the customer requirement specifications. The complete software package is known as the 'Build' also.
Testing is done to make sure that the modules/functions of the build is working accordingly to requirement, Making sure that they are behaving normal, functionality is working fine and it is not affecting the functionality of the other modules.
During checking the functionality of any modules we give the valid inputs and verify the outputs according to the requirements specification doc. In other term we call this testing as Functional Testing. I will come to this topic later.
So in the conclusion, Testing is a very important process that needs to be executed when the build is under development or a complete build is provided to QA to make sure the build is free from defects bugs etc. working normally. and overall the customer is happy. if he gets a bug free build and definitely it raises the reputation of the organisation.
**If you have any questions please post them into comment section. I will reply to them
Testing is done to make sure that the modules/functions of the build is working accordingly to requirement, Making sure that they are behaving normal, functionality is working fine and it is not affecting the functionality of the other modules.
During checking the functionality of any modules we give the valid inputs and verify the outputs according to the requirements specification doc. In other term we call this testing as Functional Testing. I will come to this topic later.
So in the conclusion, Testing is a very important process that needs to be executed when the build is under development or a complete build is provided to QA to make sure the build is free from defects bugs etc. working normally. and overall the customer is happy. if he gets a bug free build and definitely it raises the reputation of the organisation.
**If you have any questions please post them into comment section. I will reply to them