what is localisation testing and globalisation testing?
what is the difference between them?
Answer / anish
globalization Testing:-
The goal of globalization testing is to detect
potential problems in application design that could inhibit
globalization. It makes sure that the code can handle all
international support without breaking functionality that
would cause either data loss or display problems.
Globalization testing checks proper functionality of the
product with any of the culture/locale settings using every
type of international input possible.
localization Testing:-
Localizability testing verifies that you can easily
translate the user interface of the program to any target
language without re-engineering or modifying code.
Localizability testing catches bugs normally found during
product localization, so localization of the program is
required to complete this test. As such, localizability
testing is essentially a hybrid of globalization testing
and localization testing. Successful completion of
localizability testing indicates that the product is ready
for localization. You can use pseudo-localization to avoid
the time and expense of true localization. Pseudo-
localization is perhaps the most cost-effective way of
finding localizability bugs......
Do u find it Right answer if no thn please post the proper
Answer
| Is This Answer Correct ? | 4 Yes | 1 No |
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
what is the difference between link and hyperlink?
Please mail me the license key of QTP 9.5 t v.sadangi@gmail.com ????? thx
we have a link in a website or webtable How can we record link in that table or site? link is not static we don't know exact location of that link? how ? if u know pls give reply with script also?
6 Answers Cognizant, Covansys,
How can you write the scripts that operate on different objects depending on run-time information?
After creating testcases, how do you start testing in QTP? what methodology will follow?
7 Answers Actran, American Well,
Can any body tell me how can I choose the share object repository and per action object repository mode. Please give me with steps.
pls guys understand this is question CAREFULLY,,, interviwer asks can u write test case for ATM m/c..i told, insert card enter pw...like this,,but interviwer not happy with that...ur not going to atm center? in ur office system ur testing ATM M/c...why ..how to test? what is the process?
Hi I have a doubt in qtp. Can you please clarify my doubt. If we are importing the data from excel sheet in qtp the the script is running the number of row times. I mean if there are 4 rows in excel sheet the script is running 4 times. cant we avoid this. suppose i have tis script: datatable.Import "C:\Documents and Settings\sailaja\My Documents\login1.xls" n = datatable.GetRowCount For i =1 to n systemutil.Run "C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\flight4a.exe" datatable.SetCurrentRow i Dialog("Login").WinEdit("Agent Name:").Set DataTable ("Username", dtGlobalSheet) Dialog("Login").WinEdit("Password:").Set DataTable ("Password", dtGlobalSheet) Dialog("Login").WinButton("OK").Click Window("Flight Reservation").ActiveX ("MaskEdBox").Type "020209" Window("Flight Reservation").WinComboBox("Fly From:").Select "Frankfurt" Window("Flight Reservation").WinComboBox("Fly To:").Select "Los Angeles" Window("Flight Reservation").WinButton("FLIGHT").Click Window("Flight Reservation").Dialog("Flights Table").WinButton("OK").Click Window("Flight Reservation").WinEdit("Name:").Set "Sailaja" Window("Flight Reservation").WinButton("Insert Order").Click Window("Flight Reservation").WinMenu ("Menu").Select "File;New Order" window("Flight Reservation").Close next I created a excel sheet with 3 rows and 2 columns. (username and password). The script is running 9 times. I made the option run one itaration only . eventhough it is running 9 times .can u plaese clarify my doubt. Thankyou Sailaja.
what is the abbrivation of .mtr in action reposirtory?
How to Parameterize Object repository in QTP?
the presentation layer of my application is built using VB 6.0 and a series of C++ dlls and components. We do not use Java, VB.Net, C## or any other component that can be decompiled. We are automating the application using HP Quick Test Professional. It is not reconginizing the combo boxes, tabs etc.... Could you please suggest, whether QTP supports C++ dlls and components or not...if yes, could you please guide me, how to overcome this situation. Can we install any special add-ins for this C++? .When we are performing the recording/execution, the application becomes very slow. Your quick response will be highly solicited in this regard.