Showing posts with label Testing. Show all posts
Showing posts with label Testing. Show all posts

Points to be considered while testing a mobile application

Posted by Jayshreekant On Thursday, August 21, 2014 0 comments
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.
READ MORE

Difference between severity and priority

Posted by Jayshreekant On Monday, August 18, 2014 0 comments
Hi all, welcome back
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
READ MORE

What is Software Testing Life Cycle

Posted by Jayshreekant On 0 comments
Hi All,

The process of testing an application, is defined in number of phases or steps, however there is no fixed standard in STLC but from the below diagram you will be much more clear. I will be explaining each step by end of the diagram.

Software Testing Life Cycle

READ MORE

Types of Mobile Applications

Posted by Jayshreekant On Friday, April 5, 2013 1 comments
under updation -- 
READ MORE

What Testing is done ?

Posted by Jayshreekant On 0 comments
                  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 
READ MORE