Skip to main content

Posts

Showing posts from November, 2015

Mobile Application Testing: Strategy for Development

There are a huge number of demands and lots of competitions in the mobile application industries. In that demands and competitions, the mobile application testing has become more important. The testing phase of the mobile application testing looks like evil between the creative process and excitement of new products in the market. According to the survey, “In US, on an average 2-3 hours per day people spends their time on smartphones and tablets. On that time, they spent 80% on mobile application and remaining 20% on web applications.” Few list of key factors for successful mobile application testing strategies are: Selection of Device for Testing : Before introducing the mobile application test activities, first select the devices for testing the application. Selection decision is very important because only devices can help to targets maximum numbers of the customers for accessing the application. There are two parts for device selection: §   Device Model ...

What do you think about quality in field of software testing?

      Quality refers to a lot of things such as it must be bug/error/issue free, it must be released to the customer on time and must be developed with the features as the customer demands.       Quality is related to the categories of the customers’ i.e. different customers such as end users, test engineers, customer contract officers, customers related to development organizations, people related to sales, accountants and stockholders define quality differently in their terms.       For example, as per the account departments quality refers to the profit while for end-user user-friendly and bug-free are the parameters of the quality.                  What is the difference between Software Quality Assurance (SQA) and Software Quality Control (SQC)? The difference between the two is as follows: The processes in the Software Quality Assurance : 1. ...

What is Verification in terms of Software Testing?

As the meaning of the word verification means to verify something. In software testing, it doesn’t mean something different. In it, verification makes sure that the user/customer will get the desired product (software) with its desired specifications (functionality). ü It is a part of the software development cycle and it is done for the beginning of the development process by software tester . ü Software Verification is a manual process i.e. testers do it manually or we can say that design and code are checked (verified) by testers manually. ü For software verification, reviews, inspection, meetings and walkthrough are conducted for the assessment of the plans, codes, specifications and requirements . ü It provides the solution of the question: are we developing  the product in a right manner ? Suppose you have a project of building a chair, then you will have a verification that it is strong or not, all the four legs are equal or not, if it is not so then the ...

How inspection is related to software testing?

When trained individuals evaluate the work for the defect using pre- defined process is known as inspection in software testing . The purpose of this review  is to maintain the quality standards,   enhance  the performance.                                                                                                                                                                                  The work is used in the project only when all the inspectors approved it. The following two comes under the inspection; 1. Softwar...