How to write Bug using a proper format

Posted by Jayshreekant On Friday, September 12, 2014 0 comments
... N/A...
READ MORE

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

MSP430 Launchpad LED Chaser down mode

Posted by Jayshreekant On Wednesday, April 10, 2013 0 comments
Hii Guys,
      Welcome to another very basic tutorial for MSP430 Launchpad, It is the same program as I mentioned earlier. But the only difference is all LED's will be OFF and current one will be ON (Down mode). In this program i have simply toggled the pin and incremented one by one (same as previous). There is no restriction for any controller you can use any one of them provided in the Launchpad kit.  I am providing the PIN connections, Code it used and Video

PIN Connections:



P1.0 ---> Led1 second pin of (LED) to VCC
P1.1 ---> Led2 second pin of (LED) to VCC
P1.2 ---> Led3 second pin of (LED) to VCC
P1.3 ---> Led4 second pin of (LED) to VCC
P1.4 ---> Led5 second pin of (LED) to VCC


Code: 
 Click here to get the code. 

Youtube Video: 

 Feel free to ask any questions and suggestions using the comments sections.     
READ MORE

MSP430 Launchpad LED Chaser up mode

Posted by Jayshreekant On 0 comments
Hii Guys,
    Welcome to very basic tutorial for MSP430 Launchpad. In this program i have simply toggled the pin and incremented one by one. I have used 5 Leds. You can use any controller provided in the Launchpad Kit. There is no restriction for any controller. I called it as the UP mode because all LED's will be on and the current one will be off. I am providing the PIN connections, Code I used and the Video.


PIN Connections:
P1.0 ---> Led1 second pin of (LED) to VCC
P1.1 ---> Led2 second pin of (LED) to VCC
P1.2 ---> Led3 second pin of (LED) to VCC
P1.3 ---> Led4 second pin of (LED) to VCC
P1.4 ---> Led5 second pin of (LED) to VCC

Code:
Click here to get this code

Youtube Video:

Feel free to ask any questions and suggestions using the comments sections.
READ MORE

Types of Mobile Applications

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