dears, I have one question for QTP.If my software is
english and defined objects is english name. But, if my
software has support MUI, under this case that my objects
in the QTP can't work, because the QTP can't catch the
objects name. In this case, is anybody know how to solve
this problem? Thanks a lot.
Answer Posted / kotike
Go for descriptive programming.Take the unique property of
that object other than name property.then instruct qtp to
perform operation on that object .I think it will work.
Regards,
mahi.kotike@gmail.com
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to use the object spy in quicktest professional 8.0 version?
What is the significance of “action 0” in qtp?
How many lines of code in each script of QTP?
How to handle the exceptions using the recovery scenario manager in qtp?
How many add-ins comes by default with quicktest professional?
What are the different types of checkpoints?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
ACTUALLY I AM WORKING IN THE DISTRIBUTION DOMAIN.MY COMPANY IS PROVIDING DISTRIBUTION SOFTWARE FOR PHARMA AND FMCG DISTRIBUTORS.HERE I AM USING QTP 9.2.HERE IN MY APPLICATION WHILE RECORDING ONE WINDOW APPEARS.IN THAT I CAN SELECT THE ITEM OR NO NEED TO SELECT.BUT WHILE RUNNING THE SAME SCRIPT THE WINDOW MAY NOT APPEAR OR APPEAR.HOW TO WRITE SCRIPT FOR THIS
how to find that tools work well with ur existing system?
Do you know SQL? I know SQL but i don't have any experience...that's it..No more questions ...simply he said " you can leave for the day" ...guys prepare SQL Quires before attending interview in bank of america...
Explain the views in the QTP GUI?
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..
i have a doubt can anyone tell me where are scripts stored while using QTP.Tell me the exact procedure takes place in real time?like how we call scripts how to proceed after writing scripts?how scripts are executed etc?i heard some use Qc whether others dont use.so tell me whole procedure for both the things it will be a very big help.as i have interview i want to have whole idea on this.its very urgent.
How do you capture tooltip using QTP?
What are the 3 main stages involved in testing with qtp?