Posts Tagged: "testing"

Webtesting using selenium python

Hope you guys have basic knowledge in selenium? yep..that’s enough for this. I am using linux as testing environment.. the procedures will be same in windows or other platforms, but the installation process will be different for each platforms. Prerequisite 1. Install python using – most of the cases this is not needed, should be […]

Test Plan

A software project test plan is a document that describes the objectives, scope, approach and focus of a software testing effort. The process of preparing a test plan is a useful way to think through the efforts needed to validate the acceptability of a software product. The completed document will help people outside the test […]

What is Quality ?

Quality software is software that is reasonably bug-free, delivered on time and within budget, meets requirements and expectations and is maintainable. However, quality is a subjective term. Quality depends on who the customer is and their overall influence in the scheme of things. Customers of a software development project include end-users, customer acceptance test engineers, […]

Localization Aspects

Terminology Terminology The selection and definition as well as the correct and consistent usage of terms are preconditions for successful localization: Laymen and expert users In most cases innovative domains and topics Huge projects with many persons involved Consistent terminology throughout all products No synonyms allowed Predefined terminology (environment, laws, specifications, guidelines, corporate language) Symbols […]

I18N and L10N

These two abbreviations mean internationalization and localization respectively. Using the word “internationalization” as an example; here is how these abbreviations are derived. First, you take the first letter of the word you want to abbreviate; in this case the letter “I”. Next, you take the last letter in the word; in this case the letter […]

Difference between Bug and Error

Bug If the software does not meet the below criteria then it is bug Any thing which is not defined by the client If Excess Things are added in the software Software does not produce a expected result it is not user friendly Error An Error is a programming mistake, if the function is not […]