1. How can we use same object repository and Testscript
which is in English flavor to check the application in
different languages thru QTP?(Chinese,Dutch,French)
- I generated script in english and want to use the same
script with different languages?
- for windows i used regular expressions
- I need for edit box,button and combobox,
(English,French,Dutch,Chinese) These are the properties of
a button in different languages
Properties English Dutuch Chinese French
x 400 758 631 601
y 673 603 592 676
windowstyle 1342242816 1342242816 1342242816 1.34E+09
windowid 2 2 2 2
windowextended style 4 4 4 4
width 120 120 120 120
visible TRUE TRUE TRUE TRUE
righttoleft reading FALSE FALSE FALSE FALSE
righttoleftlayout FALSE FALSE FALSE FALSE
rightaligned FALSE FALSE FALSE FALSE
regexpwndtitle cancel Loschen Chinese language Annuler
regexpwndclass button button button button
objectclass button button button button
hwnd 132872 657228 656932 656782
height 33 33 33 33
focused FALSE FALSE FALSE FALSE
enabled TRUE TRUE TRUE TRUE
attached text
abs_y 669 599 627 597
abs_x 396 754 588 672
text cancel Loschen Chinese language Annuler
nativeclass button Button
ordinal Identifier
type,Value none none none none
smartidentification FALSE FALSE FALSE FALSE
comment
Answer Posted / nanda
Hi,
see it is very difficult to use Regular expression
always..use the index or location property..let me know if u
didn't get this answer..
Regards
nanda
mail to :
nanda.dreddy@gmail.com
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the difference between call to existing action and copy of an action?
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
Explain the concept of object repository and how quicktest professional recognises objects?
What is the parameterization? Give one example?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
What are the five challenges you faced in QTP?
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...
Please help me by providing the License key for QTP 9.2, at guru_aarya@yahoo.co.in Best Regards Gururaj.B
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
in a web page How to check and display a particular word from a paragraph?
I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...
How can you give wait up to 10 seconds in qtp?
how to post xml data from QTP scripts to any application?
How do you delete unwanted results in qtp?
explain abt dyanamic changing object with example?