how to test globalisation testing using qtp? lets take an
example: suppose i have to test the word is in hindi
"ratikanta", how we test it by using descriptive programming
or any method??
Answer Posted / shashank shekhar raj
Definitely we can do the Globalization Testing through QTP,
Actually if this Word "रतिकंता"displayed in Hindi on Website
then Definitelyit would be a Web Element ...and its
Inner-text Property is same "रतिकंता"in Hindi Fonts.....With
the Help of GetRoProperty ...we do it.....Doesn't matter
what the Font is....
Approach is same for any language used in this world
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How software automation specialist enter steps in the Expert View?
How to handle the exceptions using the recovery scenario manager in qtp?
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
What environment does qtp run in?
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
Explain in brief about the qtp automation object model (aom).
How to build scripts that access data from external sources?
What are the types of object repository in qtp?
Is virtual object supported in low level recording mode?
How to start recording using quicktest professional (qtp)?
Where should i find checkpoint and virtual objects's Object properties and values in the QTP 9.2 Means where checkpoints or virtual objects related data will store If i want to get the runtime object properties how can i use Getroproperties on Checkpoints
What is the use of text output value in quicktest professional?
What are the differences between qtp and winrunner?
Explain the features and benefits of quick test pro(qtp)?
How many add-ins comes by default with quicktest professional?