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 |
what is actually contain test report? can anybody post the test report
What is Port testing. Whhen will you perform?
what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana
0 Answers Mannar Company, Wipro,
Explain the Different types of QTP test assets and their extensions?
How to count no of edit boxes on the page?
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins
wht type of User defined functions or Java Releated functions Do we write in VB scripting
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..
When using descriptive programming?
what is the Command used to start the QTp from Run.(start-> Run)
In how many ways we can add check points to an application using QTP.