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??
Answers were Sorted based on User's Feedback
Answer / girish mishra
There is not such method in QTP to test your word in Hindi
or in any language rather than Globalization English. Yes,
we can only test the Text.
This would be come under UI testing which can be performed
through Manual testing
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / 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 |
how will you check how many members visited the website www.infosys.com?
Explain Different types of Checkpoints in Quick Test Professional?
Explain script generated at the time of setting runtime property?
How can I replace all the text from the QTP script with some other text. Is there any replace all function in QTP Any one can help me
in qtp how i can retrive from a browser how many links are there.means total no of links used in a browser
I am executing a batchfile.In one script on one Button i have inserted a checkpoint.It is in a loop,my checkpoint is going to fail sometimes.That failed results only I have to log in a file.How it's possible...pls give the solution for this?
Howcan you differentiate between Exist statement, Exist property, and Exist method??? How they used???
if you have the same application screen with 7 drop down boxes and approximately 70 values how do you test with QTP?
Hai anyone please "Explain about Framework in QTP?"
How to create Reusable and Multiple Actions?
What is quicktest professional (qtp)?
I Scheduled a QTP Script on remote desktop. Script is going to failure,when remote desktop connection fails.I have to open my remote desktop untile the scripts exection completes. If I disconnect my remote desktop connection, script is going to fail. Could you please any assist in this?