what is Unicode Compatibility ? HOw does this makes a
diffrence from Winrunner.?
Answers were Sorted based on User's Feedback
Answer / firoz shaik
Unicode Compatibility means, QTP supports 4 different
languages other than english. They are : European, Korean,
japanese, Chinese Languages.
where as Win Runner does not support this. WR supports only
English Language.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sreeprasad
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.
| Is This Answer Correct ? | 0 Yes | 0 No |
how to get the object count ?????????
HOW DO U CALL A ACTION IN QTP?
Is it possible to change the values of analog recording?
Dim ExcelSheet Set ExcelSheet = CreateObject("Excel.Application") excelsheet.application.visible = true ExcelSheet.ActiveSheet.Cells(1,1).Value = "This is column A, row 1" ' Save the sheet. ExcelSheet.SaveAs "C:\DOCS\TEST.XLS" ' Close Excel with the Quit method on the Application object. ExcelSheet.Application.Quit after run this script i am getting error"The test cannot continue due to unrecoverable error"
in qtp how i can retrive from a browser how many links are there.means total no of links used in a browser
Hi friends I am new in Qtp. now i am Searching on Qtp give real time inter questions with answers.pls help me
How to measure transaction time through VBScript without using start and end transaction points?
How to run a test using quicktest professional (qtp)?
1.can we parameterise object repository?how we can do it? 2.there is a name "mallikharjun".i want to get the vowels in it through VBSCRIPT?
When to use descriptive programming?
when i was doing the Flight reservation with QTP calculating the tickets i got Type mismatch: '[string: ""]' in "If cdbl(tot)=cdbl(p)*t Then" error. where I am doing the mistake Could you please tell me.
How do u do batch testing in WR & is it possible to do in QTP, if so explain?