What are the different scripting languages you could use
when working with QTP ?
Answer Posted / nagaraju
You can use only VB Scripting but not java script
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the qtp test phases.
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
What are the different recording modes?
Difference between copy to action and call to action?
What is checking bitmaps?
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
How to connect to a database?
What are the general steps involved in the data driven framework?
What are the different attributes used with regular expression?
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
how can we compare descriptive programing with a regular expression
what are the mandatory properties for a tex boxc (scenario?)
can i compare two databases using QTP ?
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.