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 |
why qtp supports vbscript? and not for others just like cgi,phython,shell,perl,html and all..
HOW TO COUNT NUMBER OF ITEMS PRESENT IN WEB LIST
An object is created, i dont know the methods available for that object, i want to find methods available for that object and use the required method. How i can do this???
I have a web table,in that web table in 3rd row 4th coloumn i have a link how to click it with descriptive programming? I have a webedit without entering any value how to calculate the size of that field? I have a DB table , how to find the 5th highest salary? write query.
tell me QTP standards ?plz
What is a reusable action?
When to use Descriptive programing?
How to handle recovery scenario for a application crash.write script for this.
What is contained in the object repository?
How to call a test from another test?
I want to assign values in a table in my software, in first column i will give values, table is of 4x4 i.e 4 row and 4 columns, i m using VBScript in my automation work. it is a simple table for giving values.
How you handles Pop-up windows which are Dynamically changing in Runtime?