Which is the best QTP training institute in Delhi/NCR region
and what is the approximate fee for QTP course (Basics and
Advanced)
No Answer is Posted For this Question
Be the First to Post Answer
Hi, Can anyone help me with: How to select a value from combobox and check the checkbox and set the filter. I have to set a filter by selecting a value from dropdown. Also, im using UFT 11.5 so can anyone help me with code for UFT. Thanks Sreevidya
Is it possible to call from one action to another action in qtp?
Can we write winrunner language i.e TSL in QTP tool?
in which situation u will use recording and in which situation u will used to write script manually
if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp
If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?
Hi. GetRoProperty and OUTPUT Value Both are same purpose or not? plz explain in deatil with example?
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
Write a function which returns the addition of two numbers. give the value of the numbers outside the function.
How to change the run-time value of a property for an 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
How to add check point?