what is Unicoad Compatibility ???? HOw does this makes a
diffrence from Winrunner.???
Answer Posted / suresh.chaluvadi
As far as my knowledge Unicode compatibility is nothing but
u can Test Applns which are developed in other than English
Language also.
i.e QTP Supports Japanise,chinese language appls also.
where as winrunner doesn't support unicode compatibility..
Further Discussion welcomed..
Suresh.Chaluvadi
9866635356
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
In order to select an automation tool for automating ur application, what r the things u need to consider? For eg i will go for automation; 1) When there is a lot of retesting and regression testing. 2) Return on investments. 3) Whether the tool supports the appln. 4)--------------, etc. Pls give me more number of points because my answer did not satisfy the interviewer. Very urgent pls
Hi Friends this is kumar i would like to request to all of you ,please help me to explain real time project with using qtp scripts i know basics of qtp but it won't workout on interviews,pls help awating to reply.
In what occasion we can specify global sheet and action sheet?
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
How to execute a winrunner script in quicktest professional?
Explain the benefits of quick test pro(qtp)?
By using QTP can we record any log files written by the application which is in execution?
What are the common defects found in your project? (in qtp interview)
What is throw Object?
Create flight reservation login descriptive programing (Condition: Remove the value and substitute with a variable, and then call the validation from Excel) Plz help me....... very urgent.........
How to find the length of the string in qtp?
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
can i compare two databases using QTP ?
How many tabs are available to view your test in a test pane and what are they?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma