Mobile QA Zone

A Mobile Application Testing Community

Sanjay kumar's Blog (197)

NFC introductio and features and issued faced.

Near field communication (NFC) is a set of standards for smartphones and similar devices to establish radio communication with each other by touching them together or bringing them into close proximity, usually no more than a few centimeters. Present and anticipated applications include contactless transactions, data exchange.

NFC transfer has been done in 2 stages. File transfer is only initiated via NFC, then the devices handover the connection to Bluetooth to transfer the data. The…

Continue

Added by sanjay kumar on June 14, 2013 at 1:11pm — No Comments

Testing Approach in Various models

 Testing Approach in waterfall model

The first phase in waterfall model is the requirements phase in which all the project requirements are completely defined before starting the testing. During this phase, the test team brainstorms the scope of testing, test strategy and drafts a detailed test plan. Only once the design of software is complete, the team will move on to execution of the test cases to ensure that the developed software behaves as it expected. In this methodology, the…

Continue

Added by sanjay kumar on April 23, 2013 at 5:30pm — No Comments

Usability testing includes the following ten components

1.How easy is it for users to accomplish basic tasks the first time they encounter the design?

2.How fast can experienced users accomplish tasks?

3.When users return to the design after a period of not using it, does the user remember enough to use it effectively the next time, or does the user have to start over again learning everything?

4.How many errors do users make, how severe are these errors and how easily can they recover from the errors?

5.How much does the user…

Continue

Added by sanjay kumar on April 23, 2013 at 5:03pm — No Comments

Simulator vs Emulator

1. Simulator: Suppose you have written assembly program in a file and corresponding exe file is ready. The simulator is the pc software which reads the instructions from the exe and 'minmics' the operation of the processor. Basically a simulator tests the program on the development processor. A simulator is software that duplicates some processor in almost all the possible ways.

2. Emulator: Emulator is a (PC software + a processor). The Processor can be plugged into the TARGET BOARD…

Continue

Added by sanjay kumar on March 29, 2013 at 11:16am — No Comments

How and when to start usability testing?

How and when to start usability testing?

Usability Testing Process:

Planning:-  During this phase the goals of usability test are determined.and test report formats are also determined.

Usability Testing: During this phase, usability tests are actually executed.Based on Ui and guidelines and based on experience.

Data Analysis: Data from usability tests is thoroughly analyzed to derive meaningful inferences and give actionable recommendations to improve overall usability…

Continue

Added by sanjay kumar on March 24, 2013 at 3:30pm — No Comments

What is Entry and exit criteria for testing?

Entry criteria:

Requirements Document available (both functional and non functional)

Acceptance criteria defined.

Requirement Traceability matrix.

Test automation feasibility document.

RTM and test plan & Environment set-up plan is available.

Test environment is ready & Test data set up is done.

Unit/Integration test report for the build to be tested is available.

Test results are available & Defect logs are…

Continue

Added by sanjay kumar on March 24, 2013 at 2:30pm — No Comments

Design and content guidelines for web application

1.Make a site with a clear hierarchy and text links. Every page should be reachable from at least one static text link.If the site map has an extremely large number of links, you may want to break the site map into multiple pages

2.Offer a site map to your users with links that point to the important parts of your site. If the site map has an extremely large number of links, you may want to break the site map into multiple pages.but still user can able to reach important and every imp…

Continue

Added by sanjay kumar on March 20, 2013 at 1:30pm — No Comments

Defination based on uses and speed of 3G,4G,WIFI

Definition:

Third generation, or 3G, refers to the cellular phone technology that replaced second generation or 2G technology. The introduction of 3G provided smartphone users with faster connections that made mobile video and mobile video conferencing possible. Fourth generation, or 4G, technology supersedes 3G technology in terms of connection speed. Unlike 3G and 4G, Wi-Fi is a trademarked wireless networking technology established by the Wireless Fidelity Alliance.…



Continue

Added by sanjay kumar on October 1, 2012 at 7:12pm — 1 Comment

Devices That have received Jelly Bean Update.

Devices That have received Jelly Bean Update.

  • Samsung Galaxy Nexus S
  • Google Nexus 7
  • Samsung Galaxy Nexus
  • Asus Transformer Pad TF300
  • Motorola Xoom except the Verizon LTE version
  • Samsung Galaxy S3 Update rolled out

Device Confirmed That will be update to Jelly Bean Soon

  • RAZR M
  • RAZR HD
  • Motorola Droid
  • RAZR HD MAXX
  • HTC One XL
  • HTC One X
  • HTC One…
Continue

Added by sanjay kumar on September 28, 2012 at 2:38pm — 2 Comments

List of Android devices get ICS update(android 4.0)

List of Android devices get ICS update (android 4.0) 

HTC

  • HTC Droid Incredible 2
  • HTC Amaze 4G
  • HTC Desire S
  • HTC Desire HD
  • HTC EVO 3D
  • HTC EVO 4G+
  • HTC EVO Design 4G
  • HTC Incredible S
  • HTC Sensation
  • HTC Sensation 4G
  • HTC Sensation XE
  • HTC Sensation XL
  • HTC Rezound
  • HTC Rhyme
  • HTC Thunderbolt
  • HTC…
Continue

Added by sanjay kumar on September 17, 2012 at 3:05pm — 2 Comments

Test life cycle...

Cycle I:

1) A tester finds a bug and reports it to Test Lead.

2) The Test lead verifies if the bug is valid or not.

3) Test lead finds that the bug is not valid and the bug is ‘Rejected’.



Cycle II:

1) A tester finds a bug and reports it to Test Lead.

2) The Test lead verifies if the bug is valid or not.

3) The bug is verified and reported to development team with status as ‘New’.

4) The development leader and team verify if it is…

Continue

Added by sanjay kumar on May 31, 2012 at 5:28pm — No Comments

How to submit app in appstore..

If You have iPhone Developer License. Please follow the following steps, one by one:



Step 1: Certificate is very important part for submitting or testing your application on iPhone. It has the code-sign (Signatures) which will be checked when you submit your application on apple store or to test it on your iPhone. (You can bypass those to install application on your jail-break iPhone or to submit it to Cydia but you will not be able to submit it to appstore.).There…

Continue

Added by sanjay kumar on May 31, 2012 at 5:19pm — No Comments

Biggest challenges on mobile web applications....

Thousands of available devices.

Number of manufactures, hardware and firmware.

Tons of operators and different technologies like 2g, 3g and 4g.…

Continue

Added by sanjay kumar on May 17, 2012 at 1:44pm — 4 Comments

Few simple actions which will help with testing on an Android device:

Press and Hold Menu Button - Keyboard

This will work in contexts where it is necessary to have a keyboard but one has not been readily provided like search fields, email fields, account sign up fields etc.

Menu/Context Menu

Depending on what is being tested, and whether or not you are navigating through the phone itself or an application, the menu button will provide different extra options.



Home Button – Press and Hold

Pressing and holding the Home…

Continue

Added by sanjay kumar on May 15, 2012 at 4:38pm — No Comments

Basis knowledge on ipad.

Settings Icon:

  1. Settings>General – Clicking on About menu item brings up information for iPad
  2. Settings>Mail, Contacts, Calendar – Set up Email addresses in this setting on the iPad

Finding UDID for your iPad:

  1. Launch iTunes on your computer and connect your iPad to your computer via your USB connection
  2. Select your iPad from the list of devices
  3. Click on the summary tab
  4. Click ‘Serial Number’ located next to the…
Continue

Added by sanjay kumar on May 15, 2012 at 4:07pm — No Comments

Approach for Stress Testing

Approach for Stress Testing…

Continue

Added by sanjay kumar on May 7, 2012 at 6:41pm — No Comments

Release notes should include the following sections:

Release notes should include the following sections like:

  • Header – Document name , product name, release number, release date, note date, note version, etc.
  • Overview - A brief overview of the product and changes, in the absence of other formal documentation.
  • Purpose - A brief overview of the purpose of the release note with a listing of what is new in this…
Continue

Added by sanjay kumar on May 2, 2012 at 10:00pm — 1 Comment

Status Update document....

 Schedule item Item Owner Plan date Last week’s estimate…
Continue

Added by sanjay kumar on April 29, 2012 at 8:55pm — No Comments

Satisfaction,Comfort and acceptability of use,usability matrics

Satisfaction   (Comfort and acceptability of use) …
Continue

Added by sanjay kumar on April 29, 2012 at 8:30pm — No Comments

Usability Challenges in mobile app

Usability Challenges



 Information Architecture

Restructuring the existing information architecture on lines with new interface was a difficult challenge, since it involved approvals from product managers and stake holders.



 Seamless Navigation

Navigation needed to be very simple so that user can be guided to the next tasks. Designing a two level navigation was a tough task.



 User Experience and Visual Design

 User Experience of the application needed…

Continue

Added by sanjay kumar on April 16, 2012 at 11:26am — No Comments

Blog Topics by Tags

Monthly Archives

2013

2012

2011

© 2013   Created by Anurag Khode.

Badges  |  Report an Issue  |  Terms of Service

Welcome to Mobile QA Zone, a Next Generation Software Testing Community.Invite your friends to join this community.Write to us to become a featured member.