Posts

What is Globalization Testing?Types of Globalization Testing?

Globalization Testing :                              If the application is developed in multiple languages then it is called globalization development, Testing the application developed in multiple languages is called globalization testing. In Globalization Testing There Are Two Types :    Internationalization(I18N) :- In internationalization testing, we check whether the right content is displayed or not. The application used in India should be in English, If there is some other content present with English in another language then it is an internationalization defect. To perform Internationalization testing we use google translator. Example: Contact us in the Chinese language but the rest of the content is in English. Also Read : Compatibility Testing And Its Types Localization(L10N) :- In localization testing, we check every field in the application is developed as per local country standard or not. Date field in an application used in India should be dd/mm/yyyy. If the date fiel

What is Exploratory Testing?Example of exploratory testing?

Exploratory Testing : Whenever there is no requirement document or there is no time to read the requirement or the requirement document is missing then we explore the application, Understand the application, come up with scenarios and then test the application based on those scenarios. OR It is a simultaneous process of learning and testing the application whenever there is no requirement document or there is no time to read the requirement or requirement document is missing. To perform exploratory testing in an organized manner we will take one feature at a time and then we will time box the exploratory activity. Exploratory testing is widely used in the agile model and is all about discovery and learning. Exploratory testing helps us to find bugs that are ignored by other testing techniques. There is no need for any preparation for Exploratory testing. Using exploratory testing critical bugs are found quickly. Also Read : Over Testing,Under Testing & Optimized Testing With Examp

What is Acceptance Testing?What is Alpha testing and Beta testing with Examples

What is Acceptance Testing? In Acceptance testing system is tested to verify whether the system meets the business requirement and whether the system is acceptable for delivery. For example, you go to the tailor shop and give the requirement to the tailor about which kind of dress you want so based on your requirement tailor stitches the cloths and inform you that the dress is ready but you just don't go to the shop and make the payment take the dress and go you will verify whether the tailor has stitched the dress according to your requirement then only you will accept the dress otherwise you will not accept the dress so similarly in acceptance testing when the product is developed the user verifies whether the product developed matches his requirement or not. In Acceptance Testing there are four types: Type 1 : Here few end users will start using the software in real business for a particular period of time to find out if the software supports all the business scenarios or not. T