Answer Posted / avisek misra
QTP records foreighn languages using unicode.
Even if u copy a piece of foreign language and then paste
it in the data table QTP will encode it into unicode and
then only paste it into the data table.
Hope it helps.
;-)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
please any one can explain the keyword driven framework. with gmail example.
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
what is meant by Implicit and explicit requirements?
On what document base Descriptive programming is written if build is not yet ready ?
Plz Explain How to access Or Store Script from VSS? Explain Real time work (qtp) where you store folders and next to how to you access that folders and how you maintain folders in VSS ? What are the Menu's in VSS? Suppose in Manual, by using Checkin Checkout u can access documents. how you access in QTp REal time?
wt is the use of multiple questions in QTP
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process
What ate the Technologies supported by QTP?
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
What is throw Object?
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
Explain in brief about the quicktest professional (qtp) automation object model?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?
How to integrate the qualitycenter with qtp