what is Unicoad Compatibility ???? HOw does this makes a
diffrence from Winrunner.???
Answer / 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 |
How u execute test cases in manual testing?
how we can take data in the username field text box into variable in web application explain with example and give all functions to get data into variables
How to call a test from another test?
if numbers are always changing write a script for that
Explain the difference between smart identification and object identification withn clear example. please it is very urgent
what is the code in QTP to take screen shot?
Can we record using all the modes in a single script? Explanation with example is appreciated
How to Start recording using QTP?
Hi, Can anyone write the following qtp script...please its urgent ·Navigate to Google in a new IE instance ·Search for the following word "Gap, Inc." ·Iterate thought the first 10 pages of google ·On each page collect the following ·The "blue" page title ·The "green" url ·Output all the data into a file named "test_output.txt" ·Format "Title – URL"
what r the main attributes of test automation?
What are the types of object repositories? Which one is you are using?
I am testing a website TheLancet in qtp 9.2 and running a script but its not working.Tell me if m doing anything wrong in the script. If Browser("TheLancet.com - Home Page").Page("TheLancet.com - Home Page").Link("Clinical").exists then msgbox "object exist" Else msgbox"object doesnt exist"