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 |
Have you ever written a compiled module? If yes tell me about some of the functions that you wrote.
What is qtpro? What is a quick test professional?
How to "Turn Off" QTP results after running a Script?
tell me about framework types and most used framework in real time. types of output value in details. diff between wr and qtp in detail.
What is the difference between QTP 8.2 and QTP 9.2
To count the no of links present in the yahoo home page i have written the script like this Set fileSysObject=createobject("Scripting.FileSystemObject") Set linksFileName=fileSysObject.opentextfile ("D:\samplelinkfile.txt",2,true) Set linkDescObj=description.Create linkDescObj("micclass").value="Link" Set noOfLinks=browser("yahoo").Page("Yahoo! India").ChildObjects(linkDescObj) For i=0 to noOfLinks.count-1 linkName=noOfLinks(i).getROProperty("name") linksFileName.writeline(linkName) Next linksFileName.close Set fileSysObject=nothing While running the script it showing error that object "yahoo"isnot found in the object repository. Is there any setting before running the script? if yes what is the steps for it.Im using QTP9.0
Explain about Hybrid Framework
Hi Recently I Attend one interview .The intervier ask on Question in QC 9.2 . The Qus was while ruuning the Batch RUNS scripts in test lab if defect will comes .The defect automaticly wants to genate . How to Configure in QC . Thank You Balaji
What is the difference between CVS and VSS? Are you store QTP SCRIPT In VSS OR CVS? Where you store QTP Script?
1 Answers Brain Roots, Ordain Solutions,
how to select the work for complete automation and one more thing when u are going to choose automation
how can i parameterize a login page by using database parameterization i fetch the username and password from database and put this on login page and click on ok button. so how can we write script for that code please let me know asap thanks
does the vb script knowledge is mandatery in testing using QTP