Answer Posted / sreeprasad
Source control is nothing but putting the source code under
a repository with access controls to the users.
If some one wants to change the code he/she should have the
permission to get the file from repository, modify the code
and put the file back in repository.
source ia a property.
Source propertry:
Indentifies the COM object
responsible for causing the script error.
Syntax: object.source
-it returns a string
example: Err.Source
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the expert view?
Get the count of files of similar types from a folder.
Mention the different actions types of qtp.
How to create scenario selector
What is the difference between the keyword view and expert view?
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
What is the difference between the design-time and run-time data tables?
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
how can we compare descriptive programing with a regular expression
write script for bitmap image?
i am trying to automate yatra.com,in that site, when i go to automate the Leaving from field showing as a WEBEDIT, but when i enter 1 or 2 char, it displaying dropdownlist, i try to use keyboard automation to select the item from that list but it is not possible, can anybody help he. Thans for posting the Answer
What are the various automation frameworks available in qtp?
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
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
QTP script is not working on other's machine..